Subject: Re: Using ``loopback filesystem''
To: Herb Peyerl <Herb.Peyerl@sidney.novatel.ca>
From: Peter Galbavy <peter@wonderland.org>
List: current-users
Date: 03/09/1994 23:31:05
> Someone suggested:
>
> setenv BSDSRCDIR /home/src
> setenv BSDOBJDIR /home/obj
>
> and it works just dandy.
Or if you as strange as me, and *don't know* in advance on each system where
your sources are and are trying to share on home directory, try:
BSDSRCDIR=`cd /usr/src ; pwd` export BSDSRCDIR
BSDOBJDIR=`cd /usr/obj ; pwd` export BSDOBJDIR
Althought the pwd may work differently for csh than for bash :)
Mileage may vary
--
Peter Galbavy e-mail: P.Galbavy@wonderland.org
Wonderland work: P.Galbavy@micromuse.co.uk
"And you will know exactly who you are, forever,
by knowing what it is that you love."
------------------------------------------------------------------------------