Re: [PATCH] kbuild: Get more focus on warnings

From: Sam Ravnborg (sam@ravnborg.org)
Date: Sun May 25 2003 - 16:26:42 EST


On Sun, May 25, 2003 at 11:08:39PM +0200, Sam Ravnborg wrote:
> The following patch put focus on warnings when compiling.

OK, here is the patch.

Sam

===== Makefile 1.406 vs edited =====
--- 1.406/Makefile Thu May 8 07:12:53 2003
+++ edited/Makefile Sun May 25 22:56:07 2003
@@ -107,7 +107,7 @@
# 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 @@
endif
endif
ifndef KBUILD_VERBOSE
- KBUILD_VERBOSE = 1
+ KBUILD_VERBOSE = 0
endif

ifdef C
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/