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:
parent
a378087d24
commit
53c0e6d54b
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user