From owner-svn-src-all@FreeBSD.ORG Thu May 5 09:59:10 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BB2D1065670; Thu, 5 May 2011 09:59:10 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id E77B58FC0A; Thu, 5 May 2011 09:59:09 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id p459fU6O087015; Thu, 5 May 2011 11:41:30 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id p459fUnL087014; Thu, 5 May 2011 11:41:30 +0200 (CEST) (envelope-from marius) Date: Thu, 5 May 2011 11:41:30 +0200 From: Marius Strobl To: Nathan Whitehorn Message-ID: <20110505094130.GG63055@alchemy.franken.de> References: <201105042341.p44NfBMZ072133@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201105042341.p44NfBMZ072133@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r221466 - in head/release: . amd64 i386 pc98 sun4v X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2011 09:59:10 -0000 On Wed, May 04, 2011 at 11:41:11PM +0000, Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Wed May 4 23:41:11 2011 > New Revision: 221466 > URL: http://svn.freebsd.org/changeset/base/221466 > > Log: > Repair release CD generation on PC98 and sun4v after release building > changes, and backport the new logic (ISO images are TARGET dependant, not > TARGET_CPUARCH dependant) to Makefile.sysinstall. While modifying ISO > image scripts, change several archs to use makefs (from base) instead of > mkisofs (from ports) which makes release CD generation both faster and > self-hosting. > Is there any reason not to MFC the makefs part? This would allow to remove some nasty and problematic hacks from the cdrtools ports needed to allow cross-building of i386 releases on amd64 (TARGET and TARGET_ARCH set to i386 are passed to the port, although an amd64 mkisofs binary is required in this case). Btw., it looks like you may remove $publisher now. Marius