aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile.vm
diff options
context:
space:
mode:
Diffstat (limited to 'release/Makefile.vm')
-rw-r--r--release/Makefile.vm9
1 files changed, 0 insertions, 9 deletions
diff --git a/release/Makefile.vm b/release/Makefile.vm
index fb6176f64398..24c8dea86898 100644
--- a/release/Makefile.vm
+++ b/release/Makefile.vm
@@ -62,15 +62,6 @@ cw-${_CW:tl}:
-S ${WORLDDIR} -o ${.OBJDIR}/${${_CW}IMAGE} -c ${${_CW}CONF}
touch ${.TARGET}
-cw${_CW:tl}-install:
- mkdir -p ${DESTDIR}/${_CW:tl}
- cp -p ${${_CW}IMAGE} \
- ${DESTDIR}/${_CW:tl}/${${_CW}_DISK}
- cd ${DESTDIR}/${_CW:tl} && sha512 ${${_CW}_DISK}* > \
- ${DESTDIR}/${_CW:tl}/CHECKSUM.SHA512
- cd ${DESTDIR}/${_CW:tl} && sha256 ${${_CW}_DISK}* > \
- ${DESTDIR}/${_CW:tl}/CHECKSUM.SHA256
-
cw${_CW:tl}-package:
@# Special target to handle packaging cloud images in the formats
@# specific to each hosting provider.