Date: Thu, 26 May 2016 18:48:37 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300767 - head/release Message-ID: <201605261848.u4QImbaT070491@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605261848.u4QImbaT070491>