Subject: building problems
To: None <current-users@netbsd.org>
From: Brian Hechinger <wonko@entropy.tmok.com>
List: current-users
Date: 03/17/2001 14:56:07
during a 'make build' my DEC 3000/300LX died with a panic in the FS.  now that
it's rebooted i want to resume my 'make build' where it left off.  how do i
go about doing that?  if i issue another 'make build' it will start by deleting
everything and starting over which i'd rather not do.

this is where it stopped:

install ===> sbin/ttyflags
install -r  -c -s   -o root -g wheel -m 555 ttyflags /sbin/ttyflags
install -r  -c   -o root -g wheel -m 444 ttyflags.8 /usr/share/man/man8/ttyflags.8
install -r  -c   -o root -g wheel -m 444 ttyflags.cat8 /usr/share/man/cat8/ttyflags.0
install ===> sbin/umount
install -r  -c -s   -o root -g wheel -m 555 umount /sbin/umount
install -r  -c   -o root -g wheel -m 444 umount.8 /usr/share/man/man8/umount.8
install -r  -c   -o root -g wheel -m 444 umount.cat8 /usr/share/man/cat8/umount.0
install ===> sbin/wdogctl
install -r  -c -s   -o root -g wheel -m 555 wdogctl /sbin/wdogctl
install -r  -c   -o root -g wheel -m 444 wdogctl.8 /usr/share/man/man8/wdogctl.8
install -r  -c   -o root -g wheel -m 444 wdogctl.cat8 /usr/share/man/cat8/wdogctl.0
install ===> sbin/wsconsctl
install -r  -c -s   -o root -g wheel -m 555 wsconsctl /sbin/wsconsctl


so would a simple 'make install' do the trick, or is there some other magic
that needs to be invoked.

thanks,

-brian