mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 23:06:54 +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)
|
if (c->file->update_status != 0)
|
||||||
/* We failed to start the commands. */
|
/* We failed to start the commands. */
|
||||||
delete_child_targets (c);
|
delete_child_targets (c);
|
||||||
|
|
||||||
|
/* Tell update_file that some actual work has been done. */
|
||||||
|
++files_remade;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue