Subject: Re: us.sbin/racoon fails 'make cleandir'
To: Eric Haszlakiewicz <erh@jodi.nimenees.com>
From: David Laight <david@l8s.co.uk>
List: current-users
Date: 03/08/2005 07:59:18
> 
> 	That's probably because you're using the wrong option to build.sh.
> Using -O will cause the symlinks to be created.  You want to use -M instead.

Eh?  I use a script which finally does:

base=`(cd ..;/bin/pwd)`
suffix=<something that depends on the architecture>
destdi$base/dest$suffix
objdir=$base/obj$suffix
releasedir=$base/release

./build.sh -X ../xsrc -N $N -T $tools -u -U -D $dest -O $obj -R $release "$@"

	David

-- 
David Laight: david@l8s.co.uk