From owner-cvs-all@FreeBSD.ORG Tue May 27 05:23:59 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C1C7106566C for ; Tue, 27 May 2008 05:23:59 +0000 (UTC) (envelope-from peter@wemm.org) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id E40FE8FC19 for ; Tue, 27 May 2008 05:23:58 +0000 (UTC) (envelope-from peter@wemm.org) Received: by an-out-0708.google.com with SMTP id b33so537642ana.13 for ; Mon, 26 May 2008 22:23:58 -0700 (PDT) Received: by 10.100.33.4 with SMTP id g4mr838485ang.111.1211865838104; Mon, 26 May 2008 22:23:58 -0700 (PDT) Received: by 10.100.8.6 with HTTP; Mon, 26 May 2008 22:23:58 -0700 (PDT) Message-ID: Date: Mon, 26 May 2008 22:23:58 -0700 From: "Peter Wemm" To: "Poul-Henning Kamp" In-Reply-To: <21823.1211785618@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080525221112.GH5179@what-creek.com> <21823.1211785618@critter.freebsd.dk> Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, John Birrell , Robert Watson , John Birrell Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 05:23:59 -0000 On Mon, May 26, 2008 at 12:06 AM, Poul-Henning Kamp wrote: > In message <20080525221112.GH5179@what-creek.com>, John Birrell writes: > >>I will back out the change, but I think you are making the 'universe' target >>out to be more than was intended. We used to talk about tiers. We seem to have >>lost sight of that. > > No, architecture tiers is about code how well the code runs, make > universe is simply a way to keep it compiling. sparc64 and sun4v share userland. The sparc64 in universe overs 99% of the compile test for sun4v already. It seems a shame to compile sparc64 userland twice for universe. And on that note, do we compile i386 twice for i386 and pc98? I might find myself more inclined to use 'universe' if it had less duplicated work. -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 "If Java had true garbage collection, most programs would delete themselves upon execution." -- Robert Sewell