On Tue, Jul 26, 2005 at 11:26:33AM +1000, Grant Coady wrote: > On Sun, 24 Jul 2005 23:27:22 +0200, Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > >You should edit init/Kconfig to disallow CONFIG_CLEAN_COMPILE=n, since > >any errors you see with CONFIG_BROKEN=y aren't interesting. > > Straight over the top of my head yesterday :) Is the following > what you had in mind? (current script does retry if BROKEN) >... > - depends on !CLEAN_COMPILE > + depends on !CLEAN_COMPILE && 0 >...
I don't know whether this will work, I was thinking about --- linux-2.6.13-rc3-mm1/init/Kconfig.old 2005-07-26 11:47:49.000000000 +0200 +++ linux-2.6.13-rc3-mm1/init/Kconfig 2005-07-26 11:48:01.000000000 +0200 @@ -32,7 +32,7 @@ drivers that are currently considered to be in the alpha-test phase. config CLEAN_COMPILE - bool "Select only drivers expected to compile cleanly" if EXPERIMENTAL + bool default y help Select this option if you don't even want to see the option > Thanks, > Grant. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/