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

Diff for /src/usr.bin/make/main.c between version 1.123 and 1.124

version 1.123, 2019/04/22 18:32:09 version 1.124, 2020/01/08 14:09:29
Line 804 
Line 804 
                 if (compatMake)                  if (compatMake)
                         /* Compat_Init will take care of creating all the                          /* Compat_Init will take care of creating all the
                          * targets as well as initializing the module.  */                           * targets as well as initializing the module.  */
                         Compat_Run(&targs);                          outOfDate = Compat_Run(&targs);
                 else {                  else {
                         /* Traverse the graph, checking on all the targets.  */                          /* Traverse the graph, checking on all the targets.  */
                         outOfDate = Make_Run(&targs);                          outOfDate = Make_Run(&targs);

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124