mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +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;
|
||||
}
|
||||
|
||||
if (!err)
|
||||
/* If there are more commands to run, try to start them. */
|
||||
start_job (c);
|
||||
else
|
||||
c->file->command_state = cs_finished;
|
||||
/* If there are more commands to run, try to start them. */
|
||||
start_job (c);
|
||||
|
||||
switch (c->file->command_state)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user