svn commit: r272236 - projects/release-vmimage/release

Glen Barber gjb at FreeBSD.org
Sun Sep 28 01:53:03 UTC 2014


Author: gjb
Date: Sun Sep 28 01:53:02 2014
New Revision: 272236
URL: http://svnweb.freebsd.org/changeset/base/272236

Log:
  Use VMBASE in place of a hard-coded filename in the CLEANFILES list.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/release-vmimage/release/Makefile

Modified: projects/release-vmimage/release/Makefile
==============================================================================
--- projects/release-vmimage/release/Makefile	Sun Sep 28 01:52:04 2014	(r272235)
+++ projects/release-vmimage/release/Makefile	Sun Sep 28 01:53:02 2014	(r272236)
@@ -112,7 +112,7 @@ CLEANFILES+=	pkg-stage
 .if defined(WITH_VMIMAGES) && !empty(WITH_VMIMAGES)
 CLEANFILES+=	${VMBASE}.img
 . for FORMAT in ${VMFORMATS}
-CLEANFILES+=	vm.${FORMAT}
+CLEANFILES+=	${VMBASE}.${FORMAT}
 . endfor
 .endif
 CLEANDIRS=	dist ftp release bootonly dvd


More information about the svn-src-projects mailing list