summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-06-06 18:07:58 +0000
committerWarner Losh <imp@FreeBSD.org>2006-06-06 18:07:58 +0000
commit6f13c7addeda4dc905973ea1b32fe10020408619 (patch)
treeb961dedb1f7f07550887a7345fc3a850b472432f /Makefile.inc1
parentd39d8f0f8c11972f62bbffc095a969d6fb056463 (diff)
downloadsrc-test2-6f13c7addeda4dc905973ea1b32fe10020408619.tar.gz
src-test2-6f13c7addeda4dc905973ea1b32fe10020408619.zip
Also need to quote values so they can be passed on correctly.
Notes
Notes: svn path=/head/; revision=159353
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8619eb752781..cb5d58e21565 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -472,10 +472,11 @@ buildworld: ${WMAKE_TGTS}
#
# 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
-# modification of the current environment's PATH.
+# modification of the current environment's PATH. In addition, we need
+# to quote multiword values.
#
buildenvvars:
- @echo ${WMAKEENV}
+ @echo ${WMAKEENV:Q}
buildenv:
@echo Entering world for ${TARGET_ARCH}:${TARGET}