From: Harlan Stenn Date: Wed, 31 Oct 2007 06:26:20 +0000 (-0500) Subject: Document the reasoning behind the c_d directory variable X-Git-Tag: NTP_4_2_5P93~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6287d536d870def5a219f947cb1577ea35743bf7;p=thirdparty%2Fntp.git Document the reasoning behind the c_d directory variable bk: 4728200cEKY2mcyQFu0naq8qdBDDMQ --- diff --git a/flock-build b/flock-build index 5d96b8851..5b2a5bbef 100755 --- a/flock-build +++ b/flock-build @@ -24,6 +24,8 @@ STD="--enable-simulator" # * pogo sparc-sun-solaris2.10 # * rackety freebsd-6.1 +# HMS: we need $PWD because solaris produces /deacon/backroom when +# we are in /backroom and in general there is no /deacon/backroom. c_d=${PWD:-`pwd`} SIG=`perl -e 'print rand'`