mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 06:27:57 +00:00
Formerly job.c.~85~
This commit is contained in:
parent
424bcccf98
commit
ecc3b33299
1 changed files with 5 additions and 0 deletions
5
job.c
5
job.c
|
@ -513,6 +513,11 @@ start_job_command (child)
|
||||||
free ((char *) argv);
|
free ((char *) argv);
|
||||||
if (job_next_command (child))
|
if (job_next_command (child))
|
||||||
start_job_command (child);
|
start_job_command (child);
|
||||||
|
else
|
||||||
|
/* Normally, this is set by reap_children to indicate that
|
||||||
|
some commands were actually run. Under -n, reap_children
|
||||||
|
never gets called, so we increment it here. */
|
||||||
|
++files_remade;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue