mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
The non-POSIX environment variable MAKE was superseded
by MAKEFLAGS ages ago, so don't mention it in comments. Tested with: cmp(1)
This commit is contained in:
parent
0c35219978
commit
b9d442c148
1 changed files with 1 additions and 1 deletions
|
|
@ -1185,7 +1185,7 @@ main(int argc, char **argv)
|
|||
|
||||
ReadMakefile(".depend");
|
||||
|
||||
/* Install all the flags into the MAKE envariable. */
|
||||
/* Install all the flags into the MAKEFLAGS envariable. */
|
||||
if (((p = Var_Value(".MAKEFLAGS", VAR_GLOBAL)) != NULL) && *p)
|
||||
setenv("MAKEFLAGS", p, 1);
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue