From owner-cvs-src-old@FreeBSD.ORG Sun Oct 12 02:53:15 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E1751065688 for ; Sun, 12 Oct 2008 02:53:15 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7B9878FC1B for ; Sun, 12 Oct 2008 02:53:15 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9C2rFrp005913 for ; Sun, 12 Oct 2008 02:53:15 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9C2rExa005912 for cvs-src-old@freebsd.org; Sun, 12 Oct 2008 02:53:14 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810120253.m9C2rExa005912@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Sun, 12 Oct 2008 02:52:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2008 02:53:15 -0000 kensmith 2008-10-12 02:52:56 UTC FreeBSD src repository Modified files: release Makefile Log: SVN rev 183772 on 2008-10-12 02:52:56Z by kensmith Add a build knob MAKE_DVD to control on a per-architecture basis whether or not to build a tree used for the creation of a DVD image. If that is enabled set up a DVD tree by installing everything we normally install to the individual CDROM trees into the one DVD tree. The result is one image with all the install bits, livefs bits, and doc bits suitable for burning to a DVD instead of CDROM. Enable building the DVD for amd64 and i386. MFC after: 1 week Revision Changes Path 1.934 +74 -0 src/release/Makefile