Lines Matching defs:make
104 #include "make.h"
122 time_t now; /* Time at start of make */
438 Global_Set(".MAKE.JOBS", v);
468 Global_Set(".MAKE.MODE", "compat");
702 FStr argv0 = Var_Value(SCOPE_GLOBAL, ".MAKE");
816 char *mode = Var_Subst("${.MAKE.MODE:tl}", SCOPE_GLOBAL, VARE_EVAL);
890 expandVars = GetBooleanExpr("${.MAKE.EXPAND_VARIABLES}",
925 * If none specified, make the variable empty for now, the parser will fill
1092 opts.noRecursiveExecute = false; /* Execute all .MAKE targets */
1107 * Initialize MAKE and .MAKE to the path of the executable, so that it can be
1116 const char *make = argv0;
1123 stat(make, &st) == 0)
1124 make = abspath;
1127 Global_Set("MAKE", make);
1128 Global_Set(".MAKE", make);
1213 !Var_Exists(SCOPE_GLOBAL, ".MAKE.JOBS"))
1216 value = Var_Subst("${.MAKE.JOBS}", SCOPE_GLOBAL, VARE_EVAL);
1221 "%s: illegal value for .MAKE.JOBS "
1287 char *prefs = Var_Subst("${.MAKE.MAKEFILE_PREFERENCE}",
1302 * Initialize variables such as MAKE, MACHINE, .MAKEFLAGS.
1344 Global_Set_ReadOnly(".MAKE.OS", utsname.sysname);
1355 Global_Set(".MAKE.MAKEFILE_PREFERENCE", MAKEFILE_PREFERENCE_LIST);
1356 Global_Set(".MAKE.DEPENDFILE", ".depend");
1359 Global_Set_ReadOnly(".MAKE.JOBS.C", "yes");
1361 Global_Set_ReadOnly(".MAKE.JOBS.C", "no");
1380 * MAKE also gets this name, for compatibility
1390 Global_Set_ReadOnly(".MAKE.LEVEL.ENV", MAKE_LEVEL_ENV);
1401 Global_Set(".MAKE.LEVEL", buf);
1403 Global_Set_ReadOnly(".MAKE.PID", buf);
1405 Global_Set_ReadOnly(".MAKE.PPID", buf);
1407 Global_Set_ReadOnly(".MAKE.UID", buf);
1409 Global_Set_ReadOnly(".MAKE.GID", buf);
1494 makeDependfile = Var_Subst("${.MAKE.DEPENDFILE}",
1548 * Make the targets, or print variables.
1688 * makefile specified, as it is set by SysV make.
2029 * For example our failing child was a sub-make or failure happened elsewhere.
2038 !GetBooleanExpr("${.MAKE.DIE_QUIETLY}", true))
2103 /* we generally want to keep quiet if a sub-make died */