mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-28 15:45:42 +00:00
Formerly remake.c.~29~
This commit is contained in:
parent
82f7d51bde
commit
6619d7d8ac
1 changed files with 4 additions and 0 deletions
4
remake.c
4
remake.c
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue