Date: Thu, 13 Nov 2008 01:47:09 +0000 (UTC) From: Ken Smith <kensmith@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r184905 - head/release Message-ID: <200811130147.mAD1l9DY045890@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kensmith Date: Thu Nov 13 01:47:08 2008 New Revision: 184905 URL: http://svn.freebsd.org/changeset/base/184905 Log: This is being committed from a sparc64 (US-III, thanks Marius!) that was installed from a DVD so apparently it works... :-) Enable building DVDs for sparc64. Modified: head/release/Makefile Modified: head/release/Makefile ============================================================================== --- head/release/Makefile Thu Nov 13 00:21:01 2008 (r184904) +++ head/release/Makefile Thu Nov 13 01:47:08 2008 (r184905) @@ -211,6 +211,7 @@ MFSINODE= 8000 MFSLABEL= minimum3 .elif ${TARGET_ARCH} == "sparc64" DISKLABEL= sunlabel +MAKE_DVD= MFSSIZE= 4096 MFSINODE= 8192 MFSLABEL= auto
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811130147.mAD1l9DY045890>