WITH_META_MODE: Keep .MAKE.MODE/META_MODE clean
Due to META_MODE being passed into the environment it tends to keep growing with the defaults. Approved by: re (implicit) Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
d466d9df05
commit
9b42513fd1
@ -425,6 +425,10 @@ __MAKE_CONF?=/etc/make.conf
|
||||
# late include for customization
|
||||
.sinclude <local.sys.mk>
|
||||
|
||||
.if defined(META_MODE)
|
||||
META_MODE:= ${META_MODE:O:u}
|
||||
.endif
|
||||
|
||||
.if defined(__MAKE_SHELL) && !empty(__MAKE_SHELL)
|
||||
SHELL= ${__MAKE_SHELL}
|
||||
.SHELL: path=${__MAKE_SHELL}
|
||||
|
Loading…
x
Reference in New Issue
Block a user