Also need to quote values so they can be passed on correctly.

This commit is contained in:
imp 2006-06-06 18:07:58 +00:00
parent 0370c1b8e9
commit c0d73ceee5

View File

@ -472,10 +472,11 @@ buildworld: ${WMAKE_TGTS}
# #
# We need to have this as a target because the indirection between Makefile # We need to have this as a target because the indirection between Makefile
# and Makefile.inc1 causes the correct PATH to be used, rather than a # and Makefile.inc1 causes the correct PATH to be used, rather than a
# modification of the current environment's PATH. # modification of the current environment's PATH. In addition, we need
# to quote multiword values.
# #
buildenvvars: buildenvvars:
@echo ${WMAKEENV} @echo ${WMAKEENV:Q}
buildenv: buildenv:
@echo Entering world for ${TARGET_ARCH}:${TARGET} @echo Entering world for ${TARGET_ARCH}:${TARGET}