Re: [uml-devel] [patch] Remove unnecessary config symbol from makefile.

2005-03-20 Thread Rob Landley
On Sunday 20 March 2005 05:42 am, Blaisorblade wrote: > > Without the fix I posted, I have to remove existing > > symbols from the list, > > If you enable the other symbol, Kbuild will remove it from .config for you > (and output a warning message, yes, but that's hardly a problem). When I > remov

Re: [uml-devel] [patch] Remove unnecessary config symbol from makefile.

2005-03-20 Thread Blaisorblade
On Friday 18 March 2005 00:59, Rob Landley wrote: > On Thursday 17 March 2005 02:22 pm, Blaisorblade wrote: > > On Thursday 17 March 2005 08:19, Rob Landley wrote: > > > There can be only one! > > > > Yes, but I prefer slightly the current way, since it's more similar to > > the obj-$(CONFIG_WHATEV

Re: [uml-devel] [patch] Remove unnecessary config symbol from makefile.

2005-03-17 Thread Rob Landley
On Thursday 17 March 2005 02:22 pm, Blaisorblade wrote: > On Thursday 17 March 2005 08:19, Rob Landley wrote: > > There can be only one! > > Yes, but I prefer slightly the current way, since it's more similar to the > obj-$(CONFIG_WHATEVER) += whatyouneed.o Kbuild idiom... What I wanted to do was

Re: [uml-devel] [patch] Remove unnecessary config symbol from makefile.

2005-03-17 Thread Blaisorblade
On Thursday 17 March 2005 08:19, Rob Landley wrote: > There can be only one! Yes, but I prefer slightly the current way, since it's more similar to the obj-$(CONFIG_WHATEVER) += whatyouneed.o Kbuild idiom... > Signed-off-by: Rob Landley <[EMAIL PROTECTED]> > > > diff -ur linux-2.6.11/arch/um/Kco

[uml-devel] [patch] Remove unnecessary config symbol from makefile.

2005-03-17 Thread Rob Landley
There can be only one! Signed-off-by: Rob Landley <[EMAIL PROTECTED]> diff -ur linux-2.6.11/arch/um/Kconfig linux-2.6.11.new/arch/um/Kconfig --- linux-2.6.11/arch/um/Kconfig2005-03-02 01:38:09.0 -0600 +++ linux-2.6.11.new/arch/um/Kconfig2005-03-16 17:38:54.0 -0600 @@