Re: [PATCH] kconfig update

From: Roman Zippel (zippel@linux-m68k.org)
Date: Mon Mar 10 2003 - 05:00:02 EST


Hi,

On Sun, 9 Mar 2003, Sam Ravnborg wrote:

> $ make KBUILD_VERBOSE=0 defconfig

defconfig is special case (like all{yes,no,mod}config). They basically
set all options to a new value and print out the new config.
oldconfig could be less verbose and actually there is already a less
verbose mode. If you skip the oldconfig step, the config tool is called
anyway and checks the configuration and only asks as necessary. The same
mode could be used for oldconfig, but I didn't want to change the
behaviour needlessly. OTOH for oldconfig it should be no problem to call
conf with '-s' instead of '-o' for the KBUILD_VERBOSE=0 case.

> if (!p2) {
> - fprintf(stderr, "%s:%d: invalid string found\n", name, lineno);
> + fprintf(stderr, "%s:%d: error: invalid string found\n", name, lineno);
> exit(1);

Um, my gcc doesn't produce any "error:" prefix.

bye, Roman

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



This archive was generated by hypermail 2b29 : Sat Mar 15 2003 - 22:00:21 EST