[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freebsd-commits-all
Subject:    svn commit: r313021 - head/release
From:       Brad Davis <brd () FreeBSD ! org>
Date:       2017-01-31 19:09:06
Message-ID: 201701311909.v0VJ964x025647 () repo ! freebsd ! org
[Download RAW message or body]

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:
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic