mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-06 14:36:37 +00:00
Formerly job.c.~67~
This commit is contained in:
parent
792819609a
commit
a5a036c101
1 changed files with 2 additions and 5 deletions
7
job.c
7
job.c
|
@ -334,11 +334,8 @@ reap_children (block, err)
|
||||||
child_failed = 0;
|
child_failed = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!err)
|
/* If there are more commands to run, try to start them. */
|
||||||
/* If there are more commands to run, try to start them. */
|
start_job (c);
|
||||||
start_job (c);
|
|
||||||
else
|
|
||||||
c->file->command_state = cs_finished;
|
|
||||||
|
|
||||||
switch (c->file->command_state)
|
switch (c->file->command_state)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue