diff options
Diffstat (limited to 'mk/sys.clean-env.mk')
-rw-r--r-- | mk/sys.clean-env.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/sys.clean-env.mk b/mk/sys.clean-env.mk index 88d32cb3c6e9..85e829c0a8f2 100644 --- a/mk/sys.clean-env.mk +++ b/mk/sys.clean-env.mk @@ -1,4 +1,4 @@ -# $Id: sys.clean-env.mk,v 1.23 2020/08/19 17:51:53 sjg Exp $ +# $Id: sys.clean-env.mk,v 1.24 2022/01/15 17:34:42 sjg Exp $ # # @(#) Copyright (c) 2009, Simon J. Gerraty # @@ -52,7 +52,7 @@ MAKE_ENV_SAVE_PREFIX_LIST += \ # This could be a list of vars or patterns to explicitly exclude. -MAKE_ENV_SAVE_EXCLUDE_LIST ?= _ +MAKE_ENV_SAVE_EXCLUDE_LIST += _ # This is the actual list that we will save # HOME is probably something worth clobbering eg. @@ -115,7 +115,7 @@ MAKEOBJDIR = $${.CURDIR:S,${_srctop},$${OBJTOP},} $v := ${$v} .endfor .else -# we cannot use the '$$' trick, anymore +# we cannot rely on the '$$' trick (depending on .MAKE.SAVE_DOLLARS) # but we can export a literal (unexpanded) value SRCTOP := ${_srctop} OBJROOT := ${_objroot} |