Subject: Re: System Build
To: None <netbsd-help@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: netbsd-help
Date: 09/09/1997 13:17:54
Andreas Brusinsky wrote:
> 
> On Mon, 8 Sep 1997, Andrew S. Clapp wrote:
> > #cd /usr
> 
> I would assume /usr/src is the place you would like to start from.
> Then a 'make build' includes the 'make depend' command and if
> all runs smoothly through it includes also a 'make install'(I believe).

[...]

I would just add that a
make obj
is quite useful before the make build if it's the first time ever that
the world is being built. It creates directories for object files
keeping them separate from the source files - generally more tidy.

Good luck,

 Patrick