svn commit: r300767 - head/release

Glen Barber gjb at FreeBSD.org
Thu May 26 18:48:38 UTC 2016


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.


More information about the svn-src-head mailing list