Subject: Re: macppc boot CD query
To: None <port-macppc@netbsd.org>
From: Ian Fry <Ian.Fry@sophos.com>
List: port-macppc
Date: 04/16/2003 10:27:24
On Wed, Apr 16, 2003 at 06:38:44PM +1000, Ray Phillips wrote:
> I thought it would be possible to:
> 
> # cd /usr/src/distrib/cdrom/macppc_installboot
> # make all

This should be:

# cd /usr/src/distrib/cdrom/macppc_installboot
# /usr/local/tools/bin/nbmake-macppc all

(replace /usr/local/tools with your $TOOLDIR setting)

This requires you to have done a build (or at least done a 'build.sh ...
tools', but as you're trying to make a CD, I'll assume you've done that
already :)

Ian.