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:
Yaroslav Tykhiy 2008-03-05 20:24:38 +00:00
parent 0c35219978
commit b9d442c148
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176842

View File

@ -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