[BACK]Return to job.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/job.c between version 1.109 and 1.110

version 1.109, 2007/11/28 09:40:08 version 1.110, 2007/12/01 15:14:34
Line 764 
Line 764 
 #endif /* USE_PGRP */  #endif /* USE_PGRP */
   
                 if (random_delay)                  if (random_delay)
                         usleep(random() % random_delay);                          if (!(nJobs == 1 && no_jobs_left()))
                                   usleep(random() % random_delay);
   
                 /* most cases won't return, but will exit directly */                  /* most cases won't return, but will exit directly */
                 result = run_gnode(job->node, 1);                  result = run_gnode(job->node, 1);

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110