Home
last modified time | relevance | path

Searched hist:c2e28dc9 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile066b7ed9558087a7957a1128f27d7a3462ff117f Fri Jul 04 07:29:30 CDT 2014 Michal Marek <mmarek@suse.cz> 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=<dir> 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 <mmarek@suse.cz>