Home
last modified time | relevance | path

Searched hist:"2214945422 c143f8bb27faed77a97f728c0a1cb1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile2214945422c143f8bb27faed77a97f728c0a1cb1 Sat Feb 27 00:26:20 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: make -s option take precedence over V=1

'make -s' should be really silent. However, 'make -s V=1' prints noisy
log messages from some shell scripts.

Of course, such a combination is odd, but the build system needs to do
the right thing even if a user gives strange input.

If -s is given, KBUILD_VERBOSE should be forced to 0.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>