]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
tools: Support relative directory path for 'O='
authorJosh Poimboeuf <jpoimboe@redhat.com>
Thu, 3 Mar 2016 14:53:43 +0000 (08:53 -0600)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 20 Oct 2016 13:05:58 +0000 (08:05 -0500)
commit192ef838da7047bbad13a3863f331db63b3a71da
tree28846d1bfca0837ea4fc2a25175541b5957f427b
parenta31829cd73c08e6054d19770b5a1f6a3022a3e33
tools: Support relative directory path for 'O='

BugLink: http://bugs.launchpad.net/bugs/1629386
commit e17cf3a80d4ba0c4e40bf1a89deb1354c2e10e14 upstream.

Running "make O=foo" (with a relative directory path) fails with:

  scripts/Makefile.include:3: *** O=foo does not exist.  Stop.
  /home/jpoimboe/git/linux/Makefile:1547: recipe for target 'tools/objtool' failed

The tools Makefile gets confused by the relative path and tries to build
objtool in tools/foo.  Convert the output directory to an absolute path
before passing it to the tools Makefile.

Reported-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-next@vger.kernel.org
Cc: linux@roeck-us.net
Cc: live-patching@vger.kernel.org
Link: http://lkml.kernel.org/r/94a078c6c998fac9f01a14f574008bf7dff40191.1457016803.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Makefile