[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.53 and 1.54

version 1.53, 2001/06/05 11:59:11 version 1.54, 2001/11/11 01:19:23
Line 587 
Line 587 
         esetenv("PWD", objdir);          esetenv("PWD", objdir);
         unsetenv("CDPATH");          unsetenv("CDPATH");
   
         Lst_Init(create);          Static_Lst_Init(create);
         Lst_Init(&makefiles);          Static_Lst_Init(&makefiles);
         Lst_Init(&varstoprint);          Static_Lst_Init(&varstoprint);
         Lst_Init(&targs);          Static_Lst_Init(&targs);
   
         beSilent = false;               /* Print commands as executed */          beSilent = false;               /* Print commands as executed */
         ignoreErrors = false;           /* Pay attention to non-zero returns */          ignoreErrors = false;           /* Pay attention to non-zero returns */

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54