mirror of
https://github.com/mirror/make.git
synced 2025-01-19 08:40:13 +08:00
Formerly job.c.~67~
This commit is contained in:
parent
792819609a
commit
a5a036c101
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 New Issue
Block a user