From owner-svn-src-head@FreeBSD.ORG Sun Jan 23 03:39:02 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7FA8106566B; Sun, 23 Jan 2011 03:39:02 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id BBEE08FC16; Sun, 23 Jan 2011 03:39:01 +0000 (UTC) Received: by wyf19 with SMTP id 19so3097033wyf.13 for ; Sat, 22 Jan 2011 19:39:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=qmZpm3IDwB9dTfBy7YiLAvm0B971vQ8u82OR9ol+auQ=; b=VB00DRHZfQp6qKRehIaj2gxE5RPYv/eWsDuzFSVzKoEnGGkr8lYXTiilNV/1HfU3o+ I415rLiXfE8BfvIw4koVDfsk2Ue0PW3KKARFymWRVqQ3JTKYpGszI1ow6drur0BzQpB8 KpSmHkvfAaq31Z4FXtf62Eph0vHblCTWPyYrk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=BPFAJWb/snB4jU7hFi/eysymu1thGNrU8Kfd6JT3LD805UyO4ncP/gvTvFjdT74Axm 1ZcwJpy6Guv9pLA3TKr6W1j32U3jGiGoEt8trD/qKxHLY8oKvr5LQtSaTx7CwZFI2Q5F +aoeBUlrYvoPyFNAsqBlBq15+Ur0nTInilQTA= MIME-Version: 1.0 Received: by 10.216.191.215 with SMTP id g65mr1005952wen.16.1295753940058; Sat, 22 Jan 2011 19:39:00 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.254.226 with HTTP; Sat, 22 Jan 2011 19:39:00 -0800 (PST) In-Reply-To: <201101222257.p0MMvSZY007310@svn.freebsd.org> References: <201101222257.p0MMvSZY007310@svn.freebsd.org> Date: Sat, 22 Jan 2011 19:39:00 -0800 X-Google-Sender-Auth: G500Ne3HL8DyhERSZjz5yGDOUD8 Message-ID: From: Garrett Cooper To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 03:39:02 -0000 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 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). Thanks, -Garrett