Re: Improvement on parallel make

2007-02-14 Thread Christophe Lyon
Hello, No reply? No interest in this new feature? Given the amount of discussion we had in december 2006, I thought that the patch I proposed could help many people. Any plan? Regards, Christophe. On 1/23/07, Christophe Lyon <[EMAIL PROTECTED]> wrote: On 12/12/06, Paul Smith <[EMAIL PROTECT

Re: ordering the targets

2007-02-14 Thread Paul Smith
On Wed, 2007-02-14 at 09:31 +0530, Bhargava Ram wrote: Please CC the help-make mailing list on all email. > Thanks for the help, but i think simple expansion won't help me. In my > case i will add a variable to target like this : >ABC = >TARGET := $(ABC)

Re: Bizarre "missing endif"

2007-02-14 Thread David Greene
Aditya Kher wrote: I see at least couple of "if" statements without matching endif (higlighted). These could be the culprits. I did not run this but this is by inspection. $$( if $$(filter $$(MAKE_VERSION),3.81),,1) $$(call debug,WRONG_MAKE_VERSION = $$(WRONG_MAKE_VERSION)) $$(if $$(filter 1,$

Re: Bizarre "missing endif"

2007-02-14 Thread Paul Smith
Strange; I sent this yesterday (it's in my Sent folder) but it never showed up on the mailing list... here it is again: On Tue, 2007-02-13 at 11:59 -0600, David Greene wrote: > I'm trying to construct a system that reinvokes make 3.81 if > make 3.80 is initially used to attempt a build. I've att