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  http://vger.kernel.org/majordomo-info.html


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 never heard of it, but it appears to have been
around for at least 18 months.  It looks like Randy Dunlap tried
to submit some documentation for this in Oct 2006, but it didn't
make it in?

Is this feature widely used?  Should it be doc'ed now
or are you about to make it obsolete?
 -- Tim

=
Tim Bird
Architecture Group Chair, CE Linux Forum
Senior Staff Engineer, Sony Corporation of America
=

--
To unsubscribe from this list: send the line unsubscribe linux-embedded in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 very few
  people know the KCONFIG_ALL*CONFIG= trick.
 
 Indeed.  I had never heard of it, but it appears to have been
 around for at least 18 months.  It looks like Randy Dunlap tried
 to submit some documentation for this in Oct 2006, but it didn't
 make it in?
 
 Is this feature widely used?  Should it be doc'ed now
 or are you about to make it obsolete?
I will most likely obsolete all except KCONFIG_ALLCONFIG
And I'm afraid I have Randy patch somewhere.

Sam
--
To unsubscribe from this list: send the line unsubscribe linux-embedded in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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.

Mine as well.  (I grepped for KCONFIG_ALLCONFIG in Documentation, not in the 
rest of the tree.  I of all people should know better...)

 If I was 
 a little more skilled with my grep-ing I would have found it.
 Sorry for the bother!

The linux kernel has documentation in Documentation, in the make htmldocs 
output, in the Kconfig help entries, in README files, in the output of make 
help, and several other places.  (And then there's all the stuff that's not 
_in_ the kernel tarball...)

It's easy to miss.

Rob

P.S: yes, README files plural.
  find . -name *[Rr][Ee][Aa][Dd][Mm][Ee]* | grep -v Documentation | wc
  6969  2315

-- 
One of my most productive days was throwing away 1000 lines of code.
  - Ken Thompson.
--
To unsubscribe from this list: send the line unsubscribe linux-embedded in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html