For 'buildenvvars' show any .exported variables as well to cover recent

exporting of OSRELDATE and VERSION.  These already do export to 'buildenv'
fine.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-10-17 05:57:29 +00:00
parent a378087d24
commit 53c0e6d54b

View File

@ -747,7 +747,7 @@ buildworld_epilogue:
# to quote multiword values.
#
buildenvvars:
@echo ${WMAKEENV:Q}
@echo ${WMAKEENV:Q} ${.MAKE.EXPORTED:@v@$v=\"${$v}\"@}
.if ${.TARGETS:Mbuildenv}
.if ${.MAKEFLAGS:M-j}