1
0
mirror of https://github.com/mirror/make.git synced 2025-04-14 21:40:24 +08:00

Formerly remake.c.~29~

This commit is contained in:
Roland McGrath 1992-06-15 21:47:19 +00:00
parent 82f7d51bde
commit 6619d7d8ac

View File

@ -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);