Date: Thu, 16 Dec 2010 19:04:08 +0000 (GMT) From: Robert Watson <rwatson@FreeBSD.org> To: David O'Brien <obrien@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, John Baldwin <jhb@freebsd.org> Subject: Re: svn commit: r216473 - head/sbin/geom/class/eli Message-ID: <alpine.BSF.2.00.1012161902450.39096@fledge.watson.org> In-Reply-To: <20101216175536.GA52462@dragon.NUXI.org> References: <201012160036.oBG0aAEh003539@svn.freebsd.org> <201012161225.31459.jhb@freebsd.org> <20101216175536.GA52462@dragon.NUXI.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1012161902450.39096>