/src/usr.bin/make/unit-tests/ |
cond-func-make.mk | 5 # via the .MAKEFLAGS special dependency target. 10 .if make(via-dot-makeflags) 14 .MAKEFLAGS: via-dot-makeflags 19 .if !make(via-dot-makeflags) 33 via-cmdline via-dot-makeflags:
|
cond-func-make.mk | 5 # via the .MAKEFLAGS special dependency target. 10 .if make(via-dot-makeflags) 14 .MAKEFLAGS: via-dot-makeflags 19 .if !make(via-dot-makeflags) 33 via-cmdline via-dot-makeflags:
|
cond-func-make.mk | 5 # via the .MAKEFLAGS special dependency target. 10 .if make(via-dot-makeflags) 14 .MAKEFLAGS: via-dot-makeflags 19 .if !make(via-dot-makeflags) 33 via-cmdline via-dot-makeflags:
|
/src/usr.bin/crunch/crunchgen/ |
crunchgen.c | 119 static char *makeflags; variable in typeref:typename:char * 146 if ((makeflags = getenv("MAKEFLAGS")) == NULL) 147 makeflags = strdup(""); 703 makebin, tempfname, makeflags);
|
crunchgen.c | 119 static char *makeflags; variable in typeref:typename:char * 146 if ((makeflags = getenv("MAKEFLAGS")) == NULL) 147 makeflags = strdup(""); 703 makebin, tempfname, makeflags);
|
crunchgen.c | 119 static char *makeflags; variable in typeref:typename:char * 146 if ((makeflags = getenv("MAKEFLAGS")) == NULL) 147 makeflags = strdup(""); 703 makebin, tempfname, makeflags);
|
/src/usr.bin/make/ |
main.c | 79 * .MFLAGS and .MAKEFLAGS. 151 * For compatibility with the POSIX version of MAKEFLAGS that includes 395 Global_Append(MAKEFLAGS, "-J"); 396 Global_Append(MAKEFLAGS, argvalue); 436 Global_Append(MAKEFLAGS, "-j"); 437 Global_Append(MAKEFLAGS, v); 454 Global_Append(MAKEFLAGS, "-m"); 455 Global_Append(MAKEFLAGS, argvalue); 467 Global_Append(MAKEFLAGS, "-B"); 477 Global_Append(MAKEFLAGS, "-D") 1429 char *makeflags = explode(getenv("MAKEFLAGS")); local in function:main_Init 1510 FStr makeflags = Var_Value(SCOPE_GLOBAL, MAKEFLAGS); local in function:main_PrepareMaking [all...] |
main.c | 79 * .MFLAGS and .MAKEFLAGS. 151 * For compatibility with the POSIX version of MAKEFLAGS that includes 395 Global_Append(MAKEFLAGS, "-J"); 396 Global_Append(MAKEFLAGS, argvalue); 436 Global_Append(MAKEFLAGS, "-j"); 437 Global_Append(MAKEFLAGS, v); 454 Global_Append(MAKEFLAGS, "-m"); 455 Global_Append(MAKEFLAGS, argvalue); 467 Global_Append(MAKEFLAGS, "-B"); 477 Global_Append(MAKEFLAGS, "-D") 1429 char *makeflags = explode(getenv("MAKEFLAGS")); local in function:main_Init 1510 FStr makeflags = Var_Value(SCOPE_GLOBAL, MAKEFLAGS); local in function:main_PrepareMaking [all...] |
main.c | 79 * .MFLAGS and .MAKEFLAGS. 151 * For compatibility with the POSIX version of MAKEFLAGS that includes 395 Global_Append(MAKEFLAGS, "-J"); 396 Global_Append(MAKEFLAGS, argvalue); 436 Global_Append(MAKEFLAGS, "-j"); 437 Global_Append(MAKEFLAGS, v); 454 Global_Append(MAKEFLAGS, "-m"); 455 Global_Append(MAKEFLAGS, argvalue); 467 Global_Append(MAKEFLAGS, "-B"); 477 Global_Append(MAKEFLAGS, "-D") 1429 char *makeflags = explode(getenv("MAKEFLAGS")); local in function:main_Init 1510 FStr makeflags = Var_Value(SCOPE_GLOBAL, MAKEFLAGS); local in function:main_PrepareMaking [all...] |