svn commit: r221466 - in head/release: . amd64 i386 pc98 sun4v
Nathan Whitehorn
nwhitehorn at freebsd.org
Thu May 5 13:53:05 UTC 2011
On 05/05/11 04:41, Marius Strobl wrote:
> 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.
No, none. The whole commit can be MFC'ed back to 7.x, actually, and I'd
like to do that. I was hoping to convert sparc64 and ia64 as well and
make a clean sweep of it, but at least sparc64 will require some work
analogous to what I did for PPC.
Thanks for reminding me about the $publisher -- there's also some stray
debugging code in the PPC one that crept in.
-Nathan
More information about the svn-src-all
mailing list