[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.41 and 1.42

version 1.41, 2007/09/17 09:28:36 version 1.42, 2007/09/17 12:01:17
Line 455 
Line 455 
          */           */
         while (!Job_Empty()) {          while (!Job_Empty()) {
                 Job_CatchOutput();                  Job_CatchOutput();
                 Job_CatchChildren(!usePipes);                  Job_CatchChildren();
                 (void)MakeStartJobs();                  (void)MakeStartJobs();
         }          }
   

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42