FYI... I hit this pretty quickly when doing make tinderbox on my VM
with a minimally tainted svn tree, so this probably should be fixed ASAP. If
someone could please do this, I would be grateful (I've hit this before, but my
memory is a bit short-term about some things and it got lost wh
On May 7, 2013, at 11:41 PM, Simon J. Gerraty wrote:
>
> On Tue, 7 May 2013 21:25:37 -0600, Warner Losh writes:
>> where does MAKEOBJDIRPREFIX come into play?
>
> I don't normally use it, it is a handy but rather crude implement.
> I normally use
>
> MAKEOBJDIR='${.CURDIR:S,${SRCTOP},${OBJTOP
On Wed, 8 May 2013 15:49:12 -0600, Warner Losh writes:
>> MAKEOBJDIR=3D'${.CURDIR:S,${SRCTOP},${OBJTOP},}'
>>=20
>> which gives you a similar - but much neater result than
>> MAKEOBJDIRPREFIX.
>
>Isn't that backwards. MAKEOBJDIRPREFIX in today's FreeBSD is much more =
>like OBJTOP than what you've
>> Do you mean why not simply use ${MACHINE}.${MACHINE_ARCH} always?
>> Encoding both MACHINE and MACHINE_ARCH always is doable, but I avoid =
>'.'
Actually I only avoid '.' in the captured dirdeps.
So ${MACHINE}.${MACHINE_ARCH} in objdir may be ok - will take a look.
Dealing with ${MACHINE}.${M