[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.125 and 1.126

version 1.125, 2020/01/13 14:51:50 version 1.126, 2020/01/13 15:19:04
Line 805 
Line 805 
                 else                  else
                         Targ_FindList(&targs, create);                          Targ_FindList(&targs, create);
   
                 Job_Init(optj);                  Job_Init(optj, compatMake);
                 /* If the user has defined a .BEGIN target, execute the commands                  /* If the user has defined a .BEGIN target, execute the commands
                  * attached to it.  */                   * attached to it.  */
                 if (!queryFlag)                  if (!queryFlag)

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126