From owner-svn-src-all@FreeBSD.ORG Wed Dec 18 19:56:00 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17A0E712; Wed, 18 Dec 2013 19:56:00 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E10B21E98; Wed, 18 Dec 2013 19:55:59 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id DC7E7B94A; Wed, 18 Dec 2013 14:55:57 -0500 (EST) From: John Baldwin To: "Dag-Erling =?utf-8?q?Sm=C3=B8rgrav?=" Subject: Re: svn commit: r259010 - in head/sys: conf powerpc/fpu Date: Wed, 18 Dec 2013 12:00:04 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <201312052149.rB5LnEcT011811@svn.freebsd.org> <201312171220.47075.jhb@freebsd.org> <86eh5agw1n.fsf@nine.des.no> In-Reply-To: <86eh5agw1n.fsf@nine.des.no> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201312181200.04327.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 18 Dec 2013 14:55:58 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 18 Dec 2013 19:56:00 -0000 On Wednesday, December 18, 2013 7:53:24 am Dag-Erling Sm=C3=B8rgrav wrote: > John Baldwin writes: > > 1) 'make tinderbox' Just Works as a single command from an existing sou= rce > > tree checkout. [...] > > > > 2) 'make tinderbox' provides a summary of what failed. 'make universe' > > does not. [...] >=20 > So remove all the .if !defined(DOING_TINDERBOX) code the tinderbox > target, and 'make universe' will do what you want without confusing > people. At this point 'make tinderbox' is hardcoded into my muscle memory, but there may be someone who wants 'make universe' to do what it does still (phk added it in its current form on purpose). I'm hesitant to change 'make universe', but am fine with having the two variants of the same thing live side by sid= e. > > Ah, I thought at one point it only built GENERIC and LINT type configs, > > but presumably that has changed? >=20 > That changed a long time ago. Ok, I'm happy then. I agree that we should revisit how LINT is done and probably move it to OBJDIR instead of its current location. It should probably also depend on makeLINT explicitly. =2D-=20 John Baldwin