Subject: Re: Sharing /usr/src r/o among different architectures
To: Curt Sampson <cjs@cynic.net>
From: Simon J. Gerraty <sjg@quick.com.au>
List: current-users
Date: 01/05/1999 14:44:18
>> the i386, the system will want to make lots of obj.i386 links, which it
>> can't.

>You should be able to do a `make obj ARCH=i386' on the NFS server
>to get the symlinks created.

But you still need to get the directories made under BSDOBJDIR.
I don't use OBJMACHINE, I simply use something like BSDOBJDIR=/var/obj
and for the bulk of the tree, unpacking a cpio/tar/pax archive
containing the directores under $BSDOBJDIR on the client is all
that is needed.

I use this setup to share source other than /usr/src - works fine.

--sjg