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
%% "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