svn commit: r258669 - head/release

Glen Barber gjb at FreeBSD.org
Wed Nov 27 03:05:25 UTC 2013


Author: gjb
Date: Wed Nov 27 03:05:24 2013
New Revision: 258669
URL: http://svnweb.freebsd.org/changeset/base/258669

Log:
  Document the dvdrom target and NODVD variable, forgotten with r258310.
  
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/Makefile

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile	Wed Nov 27 00:21:37 2013	(r258668)
+++ head/release/Makefile	Wed Nov 27 03:05:24 2013	(r258669)
@@ -4,6 +4,7 @@
 # 
 # User-driven targets:
 #  cdrom: Builds release CD-ROM media (disc1.iso)
+#  dvdrom: Builds release DVD-ROM media (dvd1.iso)
 #  memstick: Builds memory stick image (memstick.img)
 #  mini-memstick: Builds minimal memory stick image (mini-memstick.img)
 #  ftp: Sets up FTP distribution area (ftp)
@@ -18,6 +19,7 @@
 #  NOPORTS:  if set, do not distribute ports tree
 #  NOSRC:    if set, do not distribute source tree
 #  NODOC:    if set, do not generate release documentation
+#  NODVD:    if set, do not generate dvd1.iso
 #  TARGET/TARGET_ARCH: architecture of built release 
 #
 


More information about the svn-src-head mailing list