Subject: Re: Building sets...
To: Peter Seebach <seebs@plethora.net>
From: Perry E. Metzger <perry@piermont.com>
List: netbsd-help
Date: 04/30/1999 12:55:39
seebs@plethora.net (Peter Seebach) writes:
> I've gotten curious about this, and I can do a 'make install' into a DESTDIR
> and get *most* of the system... But almost none of /etc. What's the
> trick? 'make distribution' from /etc looked promising, but it looks like
> it redoes a lot of the normal make stuff - which I don't need at all.
If you noticed, after doing a make build, you can
cd /usr/src/etc
make INSTALL_DONE=1 distribution
if you like.
You can also do a "make snapshot" and get the whole ball of wax built,
including tar sets.
Perry