Don't play with MAKEFLAGS in one other place too; it's dangerous.

This commit is contained in:
Ruslan Ermilov 2003-04-15 09:54:19 +00:00
parent 2d1cc5928b
commit a07872b53c
1 changed files with 2 additions and 3 deletions

View File

@ -287,9 +287,8 @@ BOOTABLE="-b"
DOCREL= doc.1 doc.2
.endif
WMAKEENV!= echo MAKEFLAGS=\"-m ${.CURDIR}/../share/mk\"; \
cd ${.CURDIR}/..; ${CROSSMAKE} -f Makefile.inc1 -V WMAKEENV
WMAKE= ${WMAKEENV} ${MAKE}
WMAKEENV!= cd ${.CURDIR}/..; ${CROSSMAKE} -f Makefile.inc1 -V WMAKEENV
WMAKE= ${WMAKEENV} ${MAKE} -m ${.CURDIR}/../share/mk
CVS_SRCARGS= -P
.if defined(RELEASETAG)