From bdc6b35a969c5dd7e537611b618f441c2e70b908 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 31 Jan 2017 19:09:06 +0000 Subject: Force a few variables to be upper case when they are evaulated. This allows specifying, for example: CLOUDWARE=vagrant-vmware Approved by: re (gjb) --- release/Makefile.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') diff --git a/release/Makefile.vm b/release/Makefile.vm index caca7cfa657b..9f71a548125d 100644 --- a/release/Makefile.vm +++ b/release/Makefile.vm @@ -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: -- cgit v1.2.3