From owner-svn-src-all@FreeBSD.ORG Sun Jan 23 10:55:08 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDE091065673; Sun, 23 Jan 2011 10:55:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id 71EB78FC0A; Sun, 23 Jan 2011 10:55:07 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 7356A41C69F; Sun, 23 Jan 2011 11:55:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id GSdq-lHlE4Zd; Sun, 23 Jan 2011 11:55:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id C557341C690; Sun, 23 Jan 2011 11:55:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 7D5A94448F3; Sun, 23 Jan 2011 10:51:46 +0000 (UTC) Date: Sun, 23 Jan 2011 10:51:45 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Garrett Cooper In-Reply-To: Message-ID: <20110123104812.A3489@maildrop.int.zabbadoz.net> References: <201101222257.p0MMvSZY007310@svn.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-2003245887-1295779905=:3489" Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r217733 - in head: . share/man/man7 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 10:55:08 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-2003245887-1295779905=:3489 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Sat, 22 Jan 2011, Garrett Cooper wrote: > On Sat, Jan 22, 2011 at 2:57 PM, Bjoern A. Zeeb wrote: >> Author: bz >> Date: Sat Jan 22 22:57:28 2011 >> New Revision: 217733 >> URL: http://svn.freebsd.org/changeset/base/217733 >> >> Log: >> =A0Properly document what the top-level `make tinderbox` does. >> >> =A0Reviewed by: =A0jmallett >> =A0MFC After: =A0 =A03 days >> =A0X-MFC: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0build.7 only > > As much as I like make universe and tinderbox, for the purpose of > development testing would it make sense if there was a tinderbox > target that actually died on its first failure? tinderbox and universe I think not really; if you want to catch errors, you want all of them and not just the first broken kernel if there are 12. > seems to be useful when dealing with known breakage or when executing > periodic builds, but I don't know think it's as effective with > development testing, as for some of the stuff I just want to build on > something other than my host arch and another arch that isn't x86 (say > arm, mips, powerpc) just to make sure that I didn't break anything > endian wise (if the code is that nasty). =09make universe TARGETS=3Darm or =09make universe TARGETS=3D"i386 amd64 sparc64 ia64" works perfectly well (again). Even =09make universe TARGETS=3Dmips TARGET_ARCH=3Dmips64eb KERNCONFS=3DXLR64 should be perfectly fine. /bz --=20 Bjoern A. Zeeb You have to have visions! Going to jail sucks -- All my daemons like it! http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails.html --0-2003245887-1295779905=:3489--