Subject: Re: a really silly question...
To: Kimmo Suominen <kimmo+x+1037418895.7aaa01@suominen.com>
From: Luke Mewburn <lukem@netbsd.org>
List: current-users
Date: 12/25/2002 17:54:44
On Wed, Dec 25, 2002 at 05:23:09AM +0000, Kimmo Suominen wrote:
  | I've successfully used
  | 
  |     ./build.sh -E -u
  | 
  | where -E is probably what you are looking for.  The -D switch is
  | not needed, the install defaults to the "/" directory.
  | 
  | That said, building a release is supposedly safer...  :-)

Or even better:
	./build.sh -D /some/dir buildworld
	./build.sh -D /some/dir installworld