Fwd: conf/178421: [PATCH] compile_et needs to be built with bootstrap-tools for buildworld when WITH_KERBEROS is set

2013-05-08 Thread Garrett Cooper
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

Re: [RFC] adding a variable to .mk and Makefile.inc1 to point to top of the FreeBSD source tree

2013-05-08 Thread Warner Losh
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

Re: [RFC] adding a variable to .mk and Makefile.inc1 to point to top of the FreeBSD source tree

2013-05-08 Thread Simon J. Gerraty
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

Re: [RFC] adding a variable to .mk and Makefile.inc1 to point to top of the FreeBSD source tree

2013-05-08 Thread Simon J. Gerraty
>> 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