Follow-up r298220: Don't pass down META_MODE which will still enable it.

Reported by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-04-18 18:39:43 +00:00
parent d7698c0722
commit f62610d7bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298221

View file

@ -189,6 +189,7 @@ _MAKE= PATH=${PATH} ${SUB_MAKE} -f Makefile.inc1 TARGET=${_TARGET} TARGET_ARCH=$
# redundant restaging but is dangerous for user install targets.
.if make(distrib*) || make(*install*)
_MAKE+= MK_META_MODE=no
.unexport META_MODE
.endif
# Guess machine architecture from machine type, and vice versa.