mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
Also need to quote values so they can be passed on correctly.
This commit is contained in:
parent
d39d8f0f8c
commit
6f13c7adde
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159353
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user