diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-15 21:47:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-15 21:47:19 +0000 |
commit | 6619d7d8ac9102ebc3acd856e612ae413ecc326d (patch) | |
tree | 63218242b20f6b6048af93387b2e3b5810171ab1 | |
parent | 82f7d51bde9a9d39ec6d79baa9ed71f0eae97f44 (diff) | |
download | gunmake-6619d7d8ac9102ebc3acd856e612ae413ecc326d.tar.gz |
Formerly remake.c.~29~
-rw-r--r-- | remake.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -73,6 +73,10 @@ update_goal_chain (goals, makefiles) { register struct dep *g, *lastgoal; + /* Start jobs that are waiting for the load to go down. */ + + start_waiting_jobs (); + /* Wait for a child to die. */ reap_children (1, 0); |