From: Michal Marek Date: Fri, 4 Jul 2014 12:29:30 +0000 (+0200) Subject: kbuild: Do not print the build directory with make -s X-Git-Tag: omap-for-v3.17/fixes-against-rc2~316^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=066b7ed9558087a7957a1128f27d7a3462ff117f;p=pandora-kernel.git kbuild: Do not print the build directory with make -s Commit c2e28dc9 (kbuild: Print the name of the build directory) prints the name of the build directory for O= builds, but we should not be doing this in make -s mode, so that commands like make -s O= kernelrelease can be used by scripts. This matches the behavior of make itself, where the -s option implies --no-print-directory. Signed-off-by: Michal Marek --- Reading git-diff-tree failed