Author: gjb Date: Thu May 26 18:48:37 2016 New Revision: 300767 URL: https://svnweb.freebsd.org/changeset/base/300767
Log: 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 Modified: head/release/Makefile.vm Modified: head/release/Makefile.vm ============================================================================== --- head/release/Makefile.vm Thu May 26 18:39:18 2016 (r300766) +++ head/release/Makefile.vm Thu May 26 18:48:37 2016 (r300767) @@ -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. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"