Re: [kbuild-devel] Auto detection of changed commands/flags

2001-05-29 Thread Kai Germaschewski
On Mon, 28 May 2001, Keith Owens wrote: > My aim is to detect if the command has changed and force the target to > be rebuilt. This definitely makes sense. Actually, the entire dependency stuff is straight forward (but very messy to implement): A target needs to be rebuild, if the command used

Re: [kbuild-devel] Auto detection of changed commands/flags

2001-05-29 Thread Keith Owens
On Tue, 29 May 2001 11:28:28 +0200 (CEST), Kai Germaschewski <[EMAIL PROTECTED]> wrote: >On Mon, 28 May 2001, Keith Owens wrote: >> My aim is to detect if the command has changed and force the target to >> be rebuilt. > >I started my own rewrite of kbuild some time ago, I never got around to >pub

Re: [kbuild-devel] Auto detection of changed commands/flags

2001-05-29 Thread Kai Germaschewski
On Tue, 29 May 2001, Keith Owens wrote: > While your rules are good, they only handle the common case of > compiling a kernel source to a kernel object. That is not really a > problem, there are several solutions for the common case. I am looking > at the unusual cases that require explicit use

[kbuild-devel] Re: Remaining undocumented Configure.help symbols

2001-05-29 Thread Nicolas Pitre
On Tue, 29 May 2001, Eric S. Raymond wrote: > ARM port: > > CONFIG_SA1100_SHERMAN This one is currently unmaintained and likely to be removed altogether. Nicolas ___ kbuild-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/l

[kbuild-devel] Remaining undocumented Configure.help symbols

2001-05-29 Thread Eric S. Raymond
With the help of a number of contributors, Steven Cole and I have managed to cut the list of undocumented configuration symbols from the previous 55 to 10. The three *_NET_SCH_* symbols that didn't appear in the previous listing have popped up because my cross-referencer was fooled by some old co

[kbuild-devel] Re: Remaining undocumented Configure.help symbols

2001-05-29 Thread Eric S. Raymond
Nicolas Pitre <[EMAIL PROTECTED]>: > [CONFIG_SA1100_SHERMAN] is currently unmaintained and likely to be removed > altogether. This would probably be a good time for me to publish my kill list. These are symbols that exist in CML1 but which are not on my list of symbols needing documentation for

[kbuild-devel] Re: Generating valid random .configs

2001-05-29 Thread Anuradha Ratnaweera
On Wed, 30 May 2001, Keith Owens wrote: > Ghozlane Toumi's random configurator for CML1 plus documentation. > Patch against 2.4.5. It works great! Thanks. Regards, Anuradha -- http://www.bee.lk/people/anuradha/ ___