From: Roland McGrath Date: Thu, 29 Apr 1993 01:20:37 +0000 (+0000) Subject: Formerly job.c.~101~ X-Git-Tag: 3.70.2~300 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ee7823efe585f370f923182b4d61efe8b8bd389;p=platform%2Fupstream%2Fmake.git Formerly job.c.~101~ --- diff --git a/job.c b/job.c index dcdbb9d..9703c74 100644 --- a/job.c +++ b/job.c @@ -332,7 +332,14 @@ reap_children (block, err) /* If there are more commands to run, try to start them. */ if (job_next_command (c)) - start_job_command (c); + { + /* Check again whether to start remotely. + Whether or not we want to changes over time. + Also, start_remote_job may need state set up + by start_remote_job_p. */ + c->remote = start_remote_job_p (); + start_job_command (c); + } switch (c->file->command_state) {