Subject: quick build.sh question
To: None <current-users@netbsd.org>
From: Brian A. Seklecki <lavalamp@spiritual-machines.org>
List: current-users
Date: 06/05/2002 00:21:34
...i finally got yesterday's sources to build on sparc64.  i added a -D
and -R flag to build.sh as not to trash the working snapshot until i could
confirm a successful build.

now, as the process is time consuming, what's the best way to go about
installing?  here are the obvious scenerios:

*) cp -rp the entire tree from the -D dir into / (possibly overwriting
files)

*) boot single user mode and run sysinst from the -R dir and install from
'local disk'

*) re-run build.sh w/o the -R or -D flag (which will in turn run 'make
cleandir') which will be very time consuming.

-lava