Subject: Re: how to build?
To: K. Richard Pixley <rpixley@nominum.com>
From: David S. <davids@idiom.com>
List: netbsd-help
Date: 08/14/2003 13:04:47
> 
> At this point, after three errors, one core dump, and one missing rule 
> "don't know how to make", I conclude that I must be using the wrong 
> instructions.
> 
> Pointers?  Suggestions?

	/usr/src/build.sh -O /usr/obj -T /usr/tools -D /vol/10/dest -U obj tools kernel=LOCAL-13-08-2003 distribution

followed by

	/usr/src/build.sh -O /usr/obj -T /usr/tools -D /vol/10/dest -U install=/

in single-user mode, worked fine for me yesterday.  Before updating the
source tree (via 'sup'), I did a "make cleandir" in '/usr/src', and 
before running the build command I did "rm -rf /usr/obj/* /usr/tools/*
/vol/10/dest/*".

In your case, I'd probably start again with a fresh source tree.

David S.


>