From: Roland McGrath Date: Thu, 25 Jun 1992 00:13:20 +0000 (+0000) Subject: Formerly job.c.~75~ X-Git-Tag: 3.70.2~700 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ab158076296eb70a12d4fd55b101371b8fd02c3;p=thirdparty%2Fmake.git Formerly job.c.~75~ --- diff --git a/job.c b/job.c index 8c1d7f29..0eaa7f29 100644 --- a/job.c +++ b/job.c @@ -585,7 +585,8 @@ start_job (child) { /* Wait for the load to be low enough if this is the first command in the sequence. */ - if (child->command_line - 1 == 0 && load_too_high ()) + if (child->command_line - 1 == 0 + && job_slots_used > 0 && load_too_high ()) { /* Put this child on the chain of children waiting for the load average to go down. */