Properly allow META_MODE to be set from environment.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-05-23 17:27:42 +00:00
parent f007450dde
commit 298691dc5e

View File

@ -46,7 +46,7 @@ __ENV_ONLY_OPTIONS:= \
.sinclude <meta.sys.mk>
.elif ${MK_META_MODE} == "yes" && defined(.MAKEFLAGS) && ${.MAKEFLAGS:M-B} == ""
# verbose will show .MAKE.META.PREFIX for each target.
META_MODE= meta verbose
META_MODE+= meta verbose
# silent will hide command output if a .meta file is created.
.if !defined(NO_SILENT)
META_MODE+= silent=yes