Re: [PATCH] add diffconfig utility

2008-06-11 Thread Holger Schurig
Nice. Would it be helpful to compare .config.old to .config if you don't provide any command line arguments? scripts/diffconfig would then do the job. -- To unsubscribe from this list: send the line unsubscribe linux-embedded in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: mainlining min-configs...

2008-06-11 Thread Tim Bird
Sam Ravnborg wrote: When I get my kconfig patchset polished you will be able to do: make K=my_mini_config allnoconfig So you're renaming KCONFIG_ALLNOCONFIG then? Somehow yes. The K= notation I hope will see more use. Only very few people know the KCONFIG_ALL*CONFIG= trick. Indeed. I had

Re: mainlining min-configs...

2008-06-11 Thread Sam Ravnborg
On Wed, Jun 11, 2008 at 12:09:56PM -0700, Tim Bird wrote: Sam Ravnborg wrote: When I get my kconfig patchset polished you will be able to do: make K=my_mini_config allnoconfig So you're renaming KCONFIG_ALLNOCONFIG then? Somehow yes. The K= notation I hope will see more use. Only

Re: mainlining min-configs...

2008-06-11 Thread Rob Landley
On Wednesday 11 June 2008 14:46:55 Tim Bird wrote: Adrian Bunk wrote: Randy's patch that documents KCONFIG_ALLCONFIG is in Linus' tree since April 2006. Well, dangit there it is! The patch I googled had it going into Documentation/kbuild. It somehow escaped my attention in the README.