projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
683e4a5
)
Formerly job.c.~101~
author
Roland McGrath
<roland@redhat.com>
Thu, 29 Apr 1993 01:20:37 +0000
(
01:20
+0000)
committer
Roland McGrath
<roland@redhat.com>
Thu, 29 Apr 1993 01:20:37 +0000
(
01:20
+0000)
job.c
patch
|
blob
|
history
diff --git
a/job.c
b/job.c
index dcdbb9d27ff6f582cb31d9b5ebd6f405b25954c1..9703c7446dc55a9d892cdb2b6557c36bc61e4a72 100644
(file)
--- 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)
{