[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.76 and 1.77

version 1.76, 2019/12/21 15:31:54 version 1.77, 2020/01/08 14:09:29
Line 572 
Line 572 
                 (void)MakeStartJobs();                  (void)MakeStartJobs();
         }          }
   
         problem = Job_Finish();          if (!queryFlag)
                   problem = Job_Finish();
   
         /*          /*
          * Print the final status of each target. E.g. if it wasn't made           * Print the final status of each target. E.g. if it wasn't made

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77