]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: Do not print the build directory with make -s
authorMichal Marek <mmarek@suse.cz>
Fri, 4 Jul 2014 12:29:30 +0000 (14:29 +0200)
committerMichal Marek <mmarek@suse.cz>
Fri, 4 Jul 2014 12:33:33 +0000 (14:33 +0200)
commitb3b8a902b18dae26c8ad2b0dc1d7dbfe99dae298
tree7616faa6098fcafe24d7df02eb46541f8b659621
parentf3445106e98a5151b3f4f51bc7fdd6fc7919a7d7
kbuild: Do not print the build directory with make -s

Commit f3445106 (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>
Makefile