From f62610d7bb4dcbfbbd38ac4efd13c6ca6940f946 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Mon, 18 Apr 2016 18:39:43 +0000 Subject: [PATCH] Follow-up r298220: Don't pass down META_MODE which will still enable it. Reported by: Nikolai Lifanov Sponsored by: EMC / Isilon Storage Division --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fcc8f6d35e49..bc84faaa569c 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.