Subject: Re: Silly question about compiling kernel
To: Andrew White <awhite@arc.corp.mot.com>
From: gabriel rosenkoetter <gr@eclipsed.net>
List: port-macppc
Date: 04/09/2001 03:35:51
On Mon, Apr 09, 2001 at 05:28:57PM +1000, Andrew White wrote:
> Found the answer.  After setting everything else up, I need to run 'make'
> INSIDE the appropriate compile directory, not just in the macppc directory.

Heh... yeah.

I think this is in the kernel FAQ (on the web page), but the process
for compiling just a new kernel is:

  cd ${SYSSRC}/arch/macppc/conf
	cp GENERIC LOCAL
	${EDITOR} LOCAL
	config LOCAL
	cd ../compile/LOCAL
	make depend && make
	mv /netbsd /netbsd.old
	cp netbsd /

(Or "similar", where appropriate.)

       ~ g r @ eclipsed.net