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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/main.c between version 1.216 and 1.217

version 1.216, 2013/07/06 18:19:17 version 1.217, 2013/07/09 18:13:14
Line 932  main(int argc, char **argv)
Line 932  main(int argc, char **argv)
         Var_Set(MAKEOVERRIDES, "", VAR_GLOBAL, 0);          Var_Set(MAKEOVERRIDES, "", VAR_GLOBAL, 0);
         Var_Set("MFLAGS", "", VAR_GLOBAL, 0);          Var_Set("MFLAGS", "", VAR_GLOBAL, 0);
         Var_Set(".ALLTARGETS", "", VAR_GLOBAL, 0);          Var_Set(".ALLTARGETS", "", VAR_GLOBAL, 0);
           /* some makefiles need to know this */
           Var_Set(MAKE_LEVEL ".ENV", MAKE_LEVEL_ENV, VAR_GLOBAL, 0);
   
         /*          /*
          * Set some other useful macros           * Set some other useful macros

Legend:
Removed from v.1.216  
changed lines
  Added in v.1.217

CVSweb <webmaster@jp.NetBSD.org>