Don't allow environment-set options to bleed into src.conf.5 generation.

MFC after:	2 weeks
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-11-06 05:28:08 +00:00
parent fdf068bc5e
commit 3dfad7c764
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290435

View File

@ -33,7 +33,7 @@ show_options()
ALL_TARGETS=$(echo $(${make} targets | tail -n +2))
rm -f $t/settings
for target in ${ALL_TARGETS} ; do
${make} showconfig \
env -i ${make} showconfig \
SRC_ENV_CONF=/dev/null SRCCONF=/dev/null \
__MAKE_CONF=/dev/null \
TARGET_ARCH=${target#*/} TARGET=${target%/*} |
@ -97,7 +97,7 @@ show()
exit 1
;;
esac
${make} .MAKE.MODE=normal "$@" showconfig __MAKE_CONF=/dev/null \
env -i ${make} .MAKE.MODE=normal "$@" showconfig __MAKE_CONF=/dev/null \
SRCCONF=/dev/null |
while read var _ val ; do
opt=${var#MK_}