Commit cea3390c authored by Sam Ravnborg's avatar Sam Ravnborg Committed by Linus Torvalds

[PATCH] kbuild: Get more focus on warnings

Make the default kernel build less verbose, to make warnings show up
more clearly.
parent 4e5405e5
......@@ -107,7 +107,7 @@ export KBUILD_MODULES KBUILD_BUILTIN KBUILD_VERBOSE KBUILD_CHECKSRC
# If it is set to "silent_", nothing wil be printed at all, since
# the variable $(silent_cmd_cc_o_c) doesn't exist.
# For now, leave verbose as default
# To put more focus on warnings, less verbose as default
ifdef V
ifeq ("$(origin V)", "command line")
......@@ -115,7 +115,7 @@ ifdef V
endif
endif
ifndef KBUILD_VERBOSE
KBUILD_VERBOSE = 1
KBUILD_VERBOSE = 0
endif
ifdef C
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment