From c0d73ceee51380e59f394bc7b61ca4ac30183ec6 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 6 Jun 2006 18:07:58 +0000 Subject: Also need to quote values so they can be passed on correctly. --- Makefile.inc1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 8619eb7..cb5d58e 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} -- cgit v1.1