svn commit: r313021 - head/release
Brad Davis
brd at FreeBSD.org
Tue Jan 31 19:09:07 UTC 2017
Author: brd (doc,ports committer)
Date: Tue Jan 31 19:09:06 2017
New Revision: 313021
URL: https://svnweb.freebsd.org/changeset/base/313021
Log:
Force a few variables to be upper case when they are evaulated.
This allows specifying, for example: CLOUDWARE=vagrant-vmware
Approved by: re (gjb)
Modified:
head/release/Makefile.vm
Modified: head/release/Makefile.vm
==============================================================================
--- head/release/Makefile.vm Tue Jan 31 18:54:13 2017 (r313020)
+++ head/release/Makefile.vm Tue Jan 31 19:09:06 2017 (r313021)
@@ -58,8 +58,8 @@ cw-${_CW:tl}:
env TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} SWAPSIZE=${SWAPSIZE} \
${.CURDIR}/scripts/mk-vmimage.sh \
-C ${.CURDIR}/tools/vmimage.subr -d ${.OBJDIR}/${.TARGET} \
- -i ${.OBJDIR}/${_CW:tl}.img -s ${VMSIZE} -f ${${_CW}_FORMAT} \
- -S ${WORLDDIR} -o ${.OBJDIR}/${${_CW}IMAGE} -c ${${_CW}CONF}
+ -i ${.OBJDIR}/${_CW:tl}.img -s ${VMSIZE} -f ${${_CW:tu}_FORMAT} \
+ -S ${WORLDDIR} -o ${.OBJDIR}/${${_CW:tu}IMAGE} -c ${${_CW}CONF}
touch ${.TARGET}
cw${_CW:tl}-package:
More information about the svn-src-head
mailing list