Wouldn't multiple tools which don't quite work to a 'standard' better
represent the MS world? Which is what all of the cml1 tools do.
> > > All of these tools just require the runtime contained in the LSB and no
> > > funky additional script languages. Also none needs a binary intermediate
> > > representation of the config.
> >
> > I quote Linus at the 2.5 kernel summit: "Python is not an issue."
> > Unless and until he changes his mind about that, waving around this
> > kind of argument is likely to do your case more harm than good.
>
> For me (and others) it is an issues.
Why?
> > If you want to re-open the case for saving CML1, you'd be better off
> > demonstrating how CML1 can be used to (a) automatically do implied
> > side-effects when a symbol is changed,
>
> With mconfig it can be implemented easily - I don't see the point in
> doing it, though.
To show that CML1 doesn't need to die yet.
> > (b) guarantee that the user
> > cannot generate a configuration that violates stated invariants, and
>
> What do you mean with that?
That you can't turn on CONFIG_FOO_BAR unless CONFIG_FOO is on. This is
getting at things like USB V4L devices which need CONFIG_USB and
CONFIG_VIDEODEV set to !n. This is done poorly in CML1.
> > (c) unify the configuration tree so that the equivalents of arch/*
> > files never suffer from lag or skew when an architecture-independent
> > feature is added to the kernel.
>
> One toplevel config file can be implemented in CML1 easily,
> using mconfig or the old and ugly tools, it's just a question of changeing
> the rule base in tree.
Lots of changing of the Config.in files.
-- Tom Rini (TR1265) http://gate.crashing.org/~trini/ - 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/