During parallel builds, second failure causes make to exit early

2004-07-11 Thread Mike Castle
This is with GNU Make 3.80. When doing parallel builds, after make sees the first failure and prints: make: *** Waiting for unfinished jobs It enters a state where a second failure will cause make to exit, leaving orphaned jobs. It should continue to wait for the other unfinished jobs. The

Re: goto and macro usage

2004-07-11 Thread Paul D. Smith
%% "J. Grant" <[EMAIL PROTECTED]> writes: jg> I noticed use of goto's in the latest cvs make source code. Are jg> there any plans to restructure so that goto/branches are not jg> needed? No. Personally, I don't agree with the attitude that gotos are always evil and should never be used (c