]> Git Repo - J-linux.git/commit
kbuild: make -s option take precedence over V=1
authorMasahiro Yamada <[email protected]>
Sat, 27 Feb 2021 06:26:20 +0000 (15:26 +0900)
committerMasahiro Yamada <[email protected]>
Sun, 28 Feb 2021 06:22:02 +0000 (15:22 +0900)
commit2214945422c143f8bb27faed77a97f728c0a1cb1
tree7d262219d00c233b1359739637070adcba92185c
parentad7953e7aebb585d0fcfc58d81e207360f751ddb
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 <[email protected]>
Makefile
This page took 0.038583 seconds and 4 git commands to generate.