[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
exporting /usr/src and /usr/obj to save buildtime for older machines
- To: misc@openbsd.org
- Subject: exporting /usr/src and /usr/obj to save buildtime for older machines
- From: Han <han@mijncomputer.nl>
- Date: Sat, 23 Mar 2002 07:19:22 +0100
- Content-Disposition: inline
- Mail-Followup-To: misc@openbsd.org
- User-Agent: Mutt/1.3.28i
Hello,
I am trying to figure out install current on my server from my desktop
machine via nfs.
If I get this right I should do the following:
1) Make build the normal way on the desktop machine.
2) export src and obj
3) Follow the steps in the upgrading mini-faq to prepare the transition
to 3.1
4) from the faq:
If you do this procedure a lot, you may want to create a new target
in your makefile. Simply copy the entry for build (to build- noclean,
for example), and remove the make cleandir reference.
5) make build in the exported tree.
6) Do the rest of the normal stuff.
Is there anything I forgot?
Is there any problem since the desktop is a pII400 and the firewall a
pI166?
Cya, Han.