From owner-svn-src-all@FreeBSD.ORG Mon Dec 1 13:33:15 2008 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 7FD31106567F; Mon, 1 Dec 2008 13:33:15 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 686098FC2B; Mon, 1 Dec 2008 13:33:15 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 569451A3C3C; Mon, 1 Dec 2008 05:33:15 -0800 (PST) Date: Mon, 1 Dec 2008 05:33:15 -0800 From: Alfred Perlstein To: Tim Kientzle Message-ID: <20081201133315.GE27096@elvis.mu.org> References: <200812010045.mB10jpmX007146@svn.freebsd.org> <49338E98.7020104@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49338E98.7020104@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r185499 - head 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: Mon, 01 Dec 2008 13:33:15 -0000 * Tim Kientzle [081130 23:13] wrote: > Alfred Perlstein wrote: > >Author: alfred > >Date: Mon Dec 1 00:45:51 2008 > >New Revision: 185499 > >URL: http://svn.freebsd.org/changeset/base/185499 > > > >Log: > > Provide a 'tinderbox' target that compiles enough of FreeBSD that > > a developer can rest reasonably assured that the tinderbox will not > > be broken. This target leverages most of 'universe' but will exit > > non-zero and output a summary at the end. > > > > "make tinderbox" > > Excellent! > > I seem to recall that the "real" tinderbox uses > some slightly different build options from > "make universe." > > It would be nice to reconcile that. I'm hoping that DES will be forthcoming if such discrepancies exist so that we can reconcile them. Right now, from what I understand, he says that this is close enough to a tinderbox run to be useful. The only thing I didn't like was that it picks up all kernels sitting in my source tree. I should probably fix the 'tinderbox' target not to pick up my own kernels. Let me know what you think about that. -- - Alfred Perlstein