From: Roland McGrath Date: Thu, 12 Nov 1992 20:45:29 +0000 (+0000) Subject: Formerly job.c.~85~ X-Git-Tag: 3.70.2~542 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc3b332999c2cc0418293fdc371afe6cb856bf9;p=thirdparty%2Fmake.git Formerly job.c.~85~ --- diff --git a/job.c b/job.c index 1a55be78..3ed05694 100644 --- a/job.c +++ b/job.c @@ -513,6 +513,11 @@ start_job_command (child) free ((char *) argv); if (job_next_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; }