Re: [PATCH] make miniconfig (take 2)
Roman Zippel <zippel <at> linux-m68k.org>
2005-11-25 01:48:41 GMT
Hi,
On Thu, 24 Nov 2005, Rob Landley wrote:
> > On Mon, 21 Nov 2005, Rob Landley wrote:
> > > Add "make miniconfig", plus documentation, plus the script that creates a
> > > minimal mini.config from a normal .config file.
> >
> > The difference between miniconfig and allnoconfig is IMO too small to be
> > really worth it right now.
>
> I disagree, fairly strongly. The technical difference may be small, but the
> conceptual difference is huge.
I don't really disagree, a proper implementation of the concept would also
be technically quite different. Hacking it into conf.c is the wrong to go
(or to even start).
> > which is only read by kconfig.
>
> So it would be different from the format of the busybox .config file, the
> uClibc .config file, or anybody else out there who's adopted the kernel's
> format over the past decade-plus?
Did I say it would go away? No.
It actually makes quite some sense to separate the .config used by kbuild
from the config used by kconfig.
.config isn't always correctly reread after a manual edit. The syntax
rules needed by kbuild are more strict than needed for kconfig. The "is
not set" syntax is not exactly user friendly and all the derived symbols
(Continue reading)