mirror of
https://github.com/mirror/make.git
synced 2025-03-31 22:50:16 +08:00
Formerly job.c.~80~
This commit is contained in:
parent
2283b32986
commit
19142fcfd4
1
job.c
1
job.c
@ -621,6 +621,7 @@ start_waiting_job (c)
|
|||||||
{
|
{
|
||||||
/* Put this child on the chain of children waiting
|
/* Put this child on the chain of children waiting
|
||||||
for the load average to go down. */
|
for the load average to go down. */
|
||||||
|
c->file->command_state = cs_running;
|
||||||
c->next = waiting_jobs;
|
c->next = waiting_jobs;
|
||||||
waiting_jobs = c;
|
waiting_jobs = c;
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user