Subject: Re: Suggested addition to build.sh
To: gabriel rosenkoetter <gr@eclipsed.net>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-toolchain
Date: 04/12/2002 14:04:00
On Fri, 12 Apr 2002, gabriel rosenkoetter wrote:

> On Fri, Apr 12, 2002 at 08:35:21AM -0400, Todd Vierling wrote:
> > ./build.sh -t [-T $TOOLDIR]
> > cd sys/arch/$MACHINE/conf
> > $TOOLDIR/bin/nbconfig $KERNCONFNAME
> > cd ../$KERNCONFNAME
> > $TOOLDIR/bin/nbmake-$MACHINE all
> >
> > This corresponds to established practice for building a custom kernel; it
> > just uses the cross-toolchain created by "build.sh -t".
>
> I don't think that'll work on a non-current system (or even out of
> date -current). The build process calls tools other than ${MAKE},
> and if they're not set ahead of time, you won't get the nb* version.

It works fine on 1.5.3/i386, building for current/mac68k.

Frederick