svn commit: r279250 - head/release

Glen Barber gjb at FreeBSD.org
Tue Feb 24 21:16:58 UTC 2015


Author: gjb
Date: Tue Feb 24 21:16:57 2015
New Revision: 279250
URL: https://svnweb.freebsd.org/changeset/base/279250

Log:
  Remove a stale comment.
  
  MFC after:	1 week
  X-MFC-with:	r279249
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/Makefile.vm

Modified: head/release/Makefile.vm
==============================================================================
--- head/release/Makefile.vm	Tue Feb 24 21:06:25 2015	(r279249)
+++ head/release/Makefile.vm	Tue Feb 24 21:16:57 2015	(r279250)
@@ -111,8 +111,6 @@ vm-install:
 		${DESTDIR}/vmimages/${OSRELEASE}.${FORMAT}
 . endfor
 . if defined(WITH_COMPRESSED_VMIMAGES) && !empty(WITH_COMPRESSED_VMIMAGES)
-# This is very time consuming, so defer it after the images are moved to
-# the DESTDIR.
 .  for FORMAT in ${VMFORMATS}
 	# Don't keep the originals.  There is a copy in ${.OBJDIR} if needed.
 	${XZ_CMD} ${DESTDIR}/vmimages/${OSRELEASE}.${FORMAT}


More information about the svn-src-all mailing list