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

Diff for /src/usr.bin/make/make.c between version 1.56 and 1.57

version 1.56, 2007/12/01 15:14:34 version 1.57, 2008/01/12 13:08:59
Line 553 
Line 553 
          * the keepgoing flag was given.           * the keepgoing flag was given.
          */           */
         while (!Job_Empty()) {          while (!Job_Empty()) {
                 Job_CatchOutput();                  handle_running_jobs();
                 Job_CatchChildren();  
                 (void)MakeStartJobs();                  (void)MakeStartJobs();
         }          }
   

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57