[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building OpenBSD for different architectures from a common NFS exported source tree
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: Building OpenBSD for different architectures from a common NFS exported source tree
- From: Hannah Schroeter <hannah_(_at_)_schlund_(_dot_)_de>
- Date: Wed, 11 Dec 2002 14:09:17 +0100
- Mail-followup-to: misc_(_at_)_openbsd_(_dot_)_org
- Organization: Schlund + Partner AG
Hello!
On Wed, Dec 11, 2002 at 01:26:44PM +0100, Marc Balmer wrote:
>I was checking google to find out if it was possible to build OpenBSD
>for various architectures from a common, NFS exported source tree. No
>real results, however.
>[...]
I've once done it from an old DECstation as client, my i386 as server.
On the server:
export /usr/src readonly
In /usr/src: Be sure that it's a clean checkout, then make obj
On the client:
mount /usr/src from server, readonly
Have some space available as /usr/obj (be it local, be it from an NFS
server, but reserved to that client machine).
make obj
make build.
For the kernel compile that you'll need in the process, see the -b
option of config(8) to place the build tree somewhere outside
/usr/src/sys/arch/<arch>/compile.
Kind regards,
Hannah.
Visit your host, monkey.org