Subject: Re: src/etc/etc.i386/Makefile.inc problem MKISOFS_FLAGS?
To: Chris Ross <cross+netbsd@distal.com>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 06/22/2004 21:41:34
On Tue, Jun 22, 2004 at 12:36:35PM -0400, Chris Ross wrote:
> I then tried to use the Makefile in src/etc to build "iso-image".

You need to run

   $TOOLDIR/bin/nbmake-sparc64 iso-image

otherwise your host make will pick up the host arch and try to make the
CD bootable for that.

Martin