Re: Kconfig no longer outputs a .config with freshly updated defconfigs
- Date: Tue, 5 Aug 2008 04:50:16 +0200 (CEST)
- From: Roman Zippel <zippel@xxxxxxxxxxxxxx>
- Subject: Re: Kconfig no longer outputs a .config with freshly updated defconfigs
Hi,
On Mon, 4 Aug 2008, Sam Ravnborg wrote:
> > Why can't we simply always write the .config?
>
> Hi Adrian.
>
> I just pushed a patch that does this.
If I see it correctly that's not quite correct either. The old
silentoldconfig does a few things differently than a normal config target,
because it's a special target called by Kbuild when needed:
- bail out if input is needed but stdio is not a tty
- silent mode
- update .config only as needed
- always update autoconf
With the change to make the silent mode the default, the "silent" name has
become a little obsolete and should probably be renamed, but whatever the
name above actions should still be done if called by Kbuild internally.
bye, Roman
--
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/