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:
parent
d7698c0722
commit
f62610d7bb
1
Makefile
1
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.
|
||||
|
Loading…
Reference in New Issue
Block a user