summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-04-18 18:39:43 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-04-18 18:39:43 +0000
commitb7c3d323ffd5d59babf16df880eab310da2f6e91 (patch)
treeeda6a41f51cb2d2332c728234f32f11d53e61e05
parent26e0d19b6a57cd6056b8e3fa5d7657445bfd72a0 (diff)
downloadFreeBSD-src-b7c3d323ffd5d59babf16df880eab310da2f6e91.zip
FreeBSD-src-b7c3d323ffd5d59babf16df880eab310da2f6e91.tar.gz
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
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fcc8f6d..bc84faa 100644
--- a/Makefile
+++ b/Makefile
@@ -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.
OpenPOWER on IntegriCloud