mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 06:27:57 +00:00
Formerly job.c.~84~
This commit is contained in:
parent
a401a5e46a
commit
eae9bb14a2
1 changed files with 3 additions and 0 deletions
3
job.c
3
job.c
|
@ -347,6 +347,9 @@ reap_children (block, err)
|
|||
if (c->file->update_status != 0)
|
||||
/* We failed to start the commands. */
|
||||
delete_child_targets (c);
|
||||
|
||||
/* Tell update_file that some actual work has been done. */
|
||||
++files_remade;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue