svn commit: r259010 - in head/sys: conf powerpc/fpu

John Baldwin jhb at freebsd.org
Wed Dec 18 19:56:00 UTC 2013


On Wednesday, December 18, 2013 7:53:24 am Dag-Erling Smørgrav wrote:
> John Baldwin <jhb at freebsd.org> 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, and 'make universe' will do what you want without confusing
> people.

At this point 'make tinderbox' is hardcoded into my muscle memory, but there
may be someone who wants 'make universe' to do what it does still (phk added
it in its current form on purpose).  I'm hesitant to change 'make universe',
but am fine with having the two variants of the same thing live side by side.

> > Ah, I thought at one point it only built GENERIC and LINT type configs,
> > but presumably that has changed?
> 
> That changed a long time ago.

Ok, I'm happy then.  I agree that we should revisit how LINT is done and
probably move it to OBJDIR instead of its current location.  It should
probably also depend on makeLINT explicitly.

-- 
John Baldwin


More information about the svn-src-all mailing list