From: Roland McGrath Date: Tue, 19 Jan 1993 00:32:39 +0000 (+0000) Subject: Formerly job.c.~90~ X-Git-Tag: 3.70.2~429 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44078a3441c54436868a0dced0cee5b7b8a26e48;p=thirdparty%2Fmake.git Formerly job.c.~90~ --- diff --git a/job.c b/job.c index a8413660..816a2178 100644 --- a/job.c +++ b/job.c @@ -784,7 +784,8 @@ start_waiting_jobs () /* Check for recently deceased descendants. */ reap_children (0, 0); - if (job_slots_used > 0 && load_too_high ()) + if (job_slots_used > 0 + && (job_slots_used == job_slots || load_too_high ())) /* We have started all the jobs we can at the moment. */ return;