]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly job.c.~90~
authorRoland McGrath <roland@redhat.com>
Tue, 19 Jan 1993 00:32:39 +0000 (00:32 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 19 Jan 1993 00:32:39 +0000 (00:32 +0000)
job.c

diff --git a/job.c b/job.c
index a841366035354f3d0ff29b3a68e0cae63436eedd..816a2178accfcf5fb1add51340aec1d3bb2673a4 100644 (file)
--- 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;