diff options
author | Brad Davis <brd@FreeBSD.org> | 2017-01-31 19:09:06 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2017-01-31 19:09:06 +0000 |
commit | bdc6b35a969c5dd7e537611b618f441c2e70b908 (patch) | |
tree | 14a9feac4d8767767df878935198cc24d55d048c /release | |
parent | 0ed5eff94798fc44ceea991a29d5fb11061ef8ac (diff) | |
download | src-test2-bdc6b35a969c5dd7e537611b618f441c2e70b908.tar.gz src-test2-bdc6b35a969c5dd7e537611b618f441c2e70b908.zip |
Notes
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile.vm | 4 |
1 files changed, 2 insertions, 2 deletions
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: |