From: Ingo Molnar Date: Fri, 4 Oct 2013 10:08:05 +0000 (+0200) Subject: tools/perf/build: Fix non-canonical directory names in O= X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~28^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b102420b500da97e0fc18d94f0600bddeced1b99;p=pandora-kernel.git tools/perf/build: Fix non-canonical directory names in O= This was a long-standing bug, relative pathnames like O=dir did not fully work in the build system: $ make O=localdir clean SUBDIR Documentation ../../scripts/Makefile.include:3: *** O=localdir does not exist. Stop. make[1]: *** [clean] Error 2 make: *** [clean] Error 2 Fix this by canonizing the directory before passing it to Makefile.perf. Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Namhyung Kim Cc: David Ahern Cc: Jiri Olsa Link: http://lkml.kernel.org/n/tip-hchMp1hozn9tqgswWcooxcru@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed