svn commit: r251689 - head

Brooks Davis brooks at FreeBSD.org
Thu Jun 13 19:42:50 UTC 2013


On Thu, Jun 13, 2013 at 08:53:14PM +0200, Dimitry Andric wrote:
> On Jun 13, 2013, at 20:26, Brooks Davis <brooks at FreeBSD.org> wrote:
> > Author: brooks
> > Date: Thu Jun 13 18:26:04 2013
> > New Revision: 251689
> > URL: http://svnweb.freebsd.org/changeset/base/251689
> > 
> > Log:
> >  Be more agressive about bootstrapping ctfmerge and ctfconvert so
> >  builds from existing releases have a chance of working properly.
> > 
> >  Sponsored by:	DARPA, AFRL
> >  MFC after:	3 days
> > 
> > Modified:
> >  head/Makefile.inc1
> > 
> > Modified: head/Makefile.inc1
> > ==============================================================================
> > --- head/Makefile.inc1	Thu Jun 13 17:13:15 2013	(r251688)
> > +++ head/Makefile.inc1	Thu Jun 13 18:26:04 2013	(r251689)
> > @@ -1203,8 +1203,8 @@ _clang_tblgen= \
> > 
> > # dtrace tools are required for older bootstrap env and cross-build
> > .if ${MK_CDDL} != "no" && \
> > -    ((${BOOTSTRAPPING} < 800038 && \
> > -          !(${BOOTSTRAPPING} >= 700112 && ${BOOTSTRAPPING} < 799999)) \
> > +    ((${BOOTSTRAPPING} < 1000034 && \
> > +          !(${BOOTSTRAPPING} >= 901505 && ${BOOTSTRAPPING} < 999999)) \
> >       || (${MACHINE} != ${TARGET} || ${MACHINE_ARCH} != ${TARGET_ARCH}))
> > _dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf lib/libelf \
> >     lib/libdwarf cddl/usr.bin/ctfconvert cddl/usr.bin/ctfmerge
> 
> 
> Does this fix that kernel builds seem to use /usr/bin/ctfmerge (e.g.
> when building on stable/8 or stable/9)?

I believe it does.

-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20130613/3e1b0223/attachment.sig>


More information about the svn-src-head mailing list