Subject: Re: us.sbin/racoon fails 'make cleandir'
To: Johnny Billquist <bqt@Update.UU.SE>
From: Eric Haszlakiewicz <erh@jodi.nimenees.com>
List: current-users
Date: 03/07/2005 22:00:08
On Mon, Mar 07, 2005 at 11:04:47PM +0100, Johnny Billquist wrote:
> On Mon, 7 Mar 2005, Bill Studenmund wrote:
> >No, the current obj dir framework we're using doesn't actually need the
> >obj dir to be in the sourcedir. It is infact in a different tree. So you
> >shouldn't have symlinks anymore.
> >
> >Lingering obj directories (real or symlinks) can still cause issues, but
> >that's a matter of cleanup.
> 
> I know you can do it without symlinks, but I still have them around. I 
> probably need to change something in /etc/mk.conf to not have that setup. 
> Or otherwise there is something I do need to put in there. For now, I do 
> get the symlinks when running build.sh anyway. And others seem to get them 
> too.

	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.

eric