Re: 2.5.69-bk19 "make" messages much less informative

From: Adam J. Richter (adam@yggdrasil.com)
Date: Mon May 26 2003 - 21:47:22 EST


Carl-Daniel Hailfinger wrote:
>If something stands out clearly, people tend to notice it. Assuming only
>one person gets annoyed enough to submit fixes for the warnings, this is
>a net win.
>V=0 still works, only the default was changed.

I think the productivity that I would lose from such a build
environment would exceed the fixing of one compiler warning within
a couple of days, perhaps even sooner, and I am only one developer.

Many thanks to John Levon for pointing out that V=1 still
works. Here is a proposed patch, which I have already committed
to my tree.

Adam J. Richter __ ______________ 575 Oroville Road
adam@xxxxxxxxxxxxx \ / Miplitas, California 95035
+1 408 309-6081 | g g d r a s i l United States of America
"Free Software For The Rest Of Us."


--- linux-2.5.69-bk19/Makefile 2003-05-26 12:26:26.000000000 -0700
+++ linux/Makefile 2003-05-26 18:00:31.000000000 -0700
@@ -107,15 +107,13 @@
# If it is set to "silent_", nothing wil be printed at all, since
# the variable $(silent_cmd_cc_o_c) doesn't exist.

-# To put more focus on warnings, less verbose as default
-
ifdef V
ifeq ("$(origin V)", "command line")
KBUILD_VERBOSE = $(V)
endif
endif
ifndef KBUILD_VERBOSE
- KBUILD_VERBOSE = 0
+ KBUILD_VERBOSE = 1
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/