> > No, we're just asking you to make the CML2 parser more tolerant of old
> > and possibly broken configs.
> 
> It is _much_ easier on everybody involved to just bail out and ask the user
> (once!) to rebuild the configuration from scratch starting from the defaults.

No. Every new kernel changes the constraints so every new kernel you have
to reconfigure from scratch. That also makes it very hard to be sure you got
the results right.

oldconfig has a simple algorithm that works well for current cases

Start at the top of the symbols in file order. If a symbol is new ask the
user. If a symbol is now violating a constraint it gets set according to 
existing constraints if not it gets set to its old value.

Alan


_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to