svn commit: r216473 - head/sbin/geom/class/eli

Robert Watson rwatson at FreeBSD.org
Thu Dec 16 19:04:09 UTC 2010


On Thu, 16 Dec 2010, David O'Brien wrote:

>>> Log:
>>>   Bump WARNS to 6.
>>>
>>> Modified:
>>>   head/sbin/geom/class/eli/Makefile
>>
>> FYI, this broke the tinderbox on arm, ia64, mips, and sparc64.
>
> Errr.  Reverted.  I built it on the architectures I had access to...

For WARNS-related changes, I generally use "make universe" to test across 
architectures.  This builds all of our architectures world + all available 
kernels, and seems the most effective way to avoid the above situations. (I've 
fallen into exactly the same trap...)

The one thing to be cautious about is that make universe won't fail if an 
individual build fails, so you need to check the logs to make sure everything 
actually succeeded.

Robert


More information about the svn-src-head mailing list