Subject: Re: building problems
To: None <wonko@tmok.com>
From: Frederick Bruckman <fb@enteract.com>
List: current-users
Date: 03/17/2001 14:12:28
On Sat, 17 Mar 2001, Brian Hechinger wrote:

> 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.

You could do "make build UPDATE=1". There's a note about that in the
top level "Makefile", and in "etc/Makefile". Some more detailed
explanations of the build options can be found in /usr/share/mk/bsd.README.

> 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.

Since it's already gotten this far, "make install" should be fine.


Frederick