[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.108 and 1.109

version 1.108, 2007/11/10 12:51:40 version 1.109, 2007/11/28 09:40:08
Line 763 
Line 763 
 # endif  # endif
 #endif /* USE_PGRP */  #endif /* USE_PGRP */
   
                   if (random_delay)
                           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);
                 switch(result) {                  switch(result) {

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