Subject: Re: Has the behavior of build.sh changed with respect to objdirs?
To: Hisashi T Fujinaka <htodd@twofifty.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 10/11/2007 12:10:21
On Tue, Oct 09, 2007 at 09:52:01AM -0700, Hisashi T Fujinaka wrote:
> I used to have a series of nice symlinks in all my source directories
> with the name obj.i386. I'm kind of used to them. Now I see nothing
> there and I had to go fishing for the build directories. They don't
> appear to be machine specific any longer, either.
> 
> Any help here?

I don't think anything changed. OBJMACHINE=yes in /etc/mk.conf gets you
obj.${MACHINE}. MKOBJDIRS=yes (which I think is the default anyway)
means build.sh does a "make obj" run. Did your /etc/mk.conf file possibly
change?

Cheers,

Patrick