Author: gjb
Date: Thu Jun  8 17:54:27 2017
New Revision: 319712
URL: https://svnweb.freebsd.org/changeset/base/319712

Log:
  MFC r319621:
  
   Ensure ${_CW} is uppercase when passing '-c' to mk-vmimage.sh,
   otherwise with 'CLOUDWARE=vagrant-virtualbox', the path to the
   configuration file may be incorrect.
  
  Approved by:  re (marius)
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/11/release/Makefile.vm
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/release/Makefile.vm
==============================================================================
--- stable/11/release/Makefile.vm       Thu Jun  8 17:10:58 2017        
(r319711)
+++ stable/11/release/Makefile.vm       Thu Jun  8 17:54:27 2017        
(r319712)
@@ -59,7 +59,7 @@ cw-${_CW:tl}:
                ${.CURDIR}/scripts/mk-vmimage.sh \
                -C ${.CURDIR}/tools/vmimage.subr -d ${.OBJDIR}/${.TARGET} \
                -i ${.OBJDIR}/${_CW:tl}.img -s ${VMSIZE} -f ${${_CW:tu}_FORMAT} 
\
-               -S ${WORLDDIR} -o ${.OBJDIR}/${${_CW:tu}IMAGE} -c ${${_CW}CONF}
+               -S ${WORLDDIR} -o ${.OBJDIR}/${${_CW:tu}IMAGE} -c 
${${_CW:tu}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-unsubscr...@freebsd.org"

Reply via email to