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

Glen Barber gjb at FreeBSD.org
Tue Jan 20 21:09:40 UTC 2015


Author: gjb
Date: Tue Jan 20 21:09:39 2015
New Revision: 277439
URL: https://svnweb.freebsd.org/changeset/base/277439

Log:
  Add WITH_CLOUDWARE to the list of make(1) variables
  for the release build.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/release-vmimage/release/Makefile

Modified: projects/release-vmimage/release/Makefile
==============================================================================
--- projects/release-vmimage/release/Makefile	Tue Jan 20 20:55:11 2015	(r277438)
+++ projects/release-vmimage/release/Makefile	Tue Jan 20 21:09:39 2015	(r277439)
@@ -28,6 +28,7 @@
 #  WITH_VMIMAGES: if set, build virtual machine images with the release
 #  WITH_COMPRESSED_VMIMAGES: if set, compress virtual machine disk images
 #  		with xz(1) (extremely time consuming)
+#  WITH_CLOUDWARE: if set, build cloud hosting disk images with the release
 #  TARGET/TARGET_ARCH: architecture of built release
 #
 


More information about the svn-src-projects mailing list