On Wednesday, December 18, 2013 7:53:24 am Dag-Erling Smørgrav wrote:
> John Baldwin writes:
> > 1) 'make tinderbox' Just Works as a single command from an existing source
> >tree checkout. [...]
> >
> > 2) 'make tinderbox' provides a summary of what failed. 'make universe'
> >does not.
John Baldwin writes:
> 1) 'make tinderbox' Just Works as a single command from an existing source
>tree checkout. [...]
>
> 2) 'make tinderbox' provides a summary of what failed. 'make universe'
>does not. [...]
So remove all the .if !defined(DOING_TINDERBOX) code the tinderbox
target,
On Monday, December 16, 2013 8:32:39 am Dag-Erling Smørgrav wrote:
> John Baldwin writes:
> > Dag-Erling Smørgrav writes:
> > > John Baldwin writes:
> > > > LINT64 is yet another kernel config covered by 'make tinderbox',
> > > > but not by the periodic tinderbox. It is probably worth adding to
John Baldwin writes:
> Dag-Erling Smørgrav writes:
> > John Baldwin writes:
> > > LINT64 is yet another kernel config covered by 'make tinderbox',
> > > but not by the periodic tinderbox. It is probably worth adding to
> > > the periodic tinderbox (someday it'd be nice if the two
> > > tinderbo
On Friday, December 13, 2013 3:48:12 am Dag-Erling Smørgrav wrote:
> > LINT64 is yet another kernel config covered by 'make tinderbox', but not by
> > the periodic tinderbox. It is probably worth adding to the periodic
> > tinderbox
> > (someday it'd be nice if the two tinderboxes built the same
> LINT64 is yet another kernel config covered by 'make tinderbox', but not by
> the periodic tinderbox. It is probably worth adding to the periodic
> tinderbox
> (someday it'd be nice if the two tinderboxes built the same set of things).
Some day it would be nice if people talked to me directly
On Thursday, December 05, 2013 4:49:14 pm John Baldwin wrote:
> Author: jhb
> Date: Thu Dec 5 21:49:14 2013
> New Revision: 259010
> URL: http://svnweb.freebsd.org/changeset/base/259010
>
> Log:
> Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it for
> powerpc64. This fixes
Author: jhb
Date: Thu Dec 5 21:49:14 2013
New Revision: 259010
URL: http://svnweb.freebsd.org/changeset/base/259010
Log:
Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it for
powerpc64. This fixes the LINT64 kernel config.
Approved by: nwhitehorn (the idea, not the act