diff options
author | gjb <gjb@FreeBSD.org> | 2016-05-26 18:48:37 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-05-26 18:48:37 +0000 |
commit | 7f668d497a75926a5465bdc08d36ee3addfa7080 (patch) | |
tree | a936ecbab0f87d09aee2045468ca260ff4acebc1 /release/Makefile.vm | |
parent | 7a26d36370351fa81dba61972dc9e78b3090d5db (diff) | |
download | FreeBSD-src-7f668d497a75926a5465bdc08d36ee3addfa7080.zip FreeBSD-src-7f668d497a75926a5465bdc08d36ee3addfa7080.tar.gz |
Remove the cw*-install target.
All operations are performed on the original output file,
and nothing is ever done with the copied file (as in, no
modifications and/or publication from the copied file).
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/Makefile.vm')
-rw-r--r-- | release/Makefile.vm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/release/Makefile.vm b/release/Makefile.vm index fb6176f..24c8dea 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. |