From owner-cvs-src@FreeBSD.ORG Tue Apr 3 04:39:05 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE21F16A4D6; Tue, 3 Apr 2007 04:39:05 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF0813C44C; Tue, 3 Apr 2007 04:39:05 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l334cUGr041898; Mon, 2 Apr 2007 22:38:30 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 02 Apr 2007 22:38:34 -0600 (MDT) Message-Id: <20070402.223834.-75256160.imp@bsdimp.com> To: grog@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <20070403012527.GH19923@wantadilla.lemis.com> References: <200704022132.l32LWjwt084642@repoman.freebsd.org> <20070403012527.GH19923@wantadilla.lemis.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 02 Apr 2007 22:38:30 -0600 (MDT) Cc: cvs-src@FreeBSD.ORG, marcel@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2007 04:39:05 -0000 In message: <20070403012527.GH19923@wantadilla.lemis.com> "Greg 'groggy' Lehey" writes: : On Monday, 2 April 2007 at 21:32:44 +0000, Marcel Moolenaar wrote: : > marcel 2007-04-02 21:32:44 UTC : > : > FreeBSD src repository : > : > Modified files: : > . Makefile : > Log: : > Introduce a variable TARGETS that can be set on the make command : > line : : This sounded excellent until I read on. : : > and that controls which platforms are being built as part of a : > "make universe". : : That's not quite what I had expected with a variable called TARGETS. : Wouldn't PLATFORMS be more "intuitive"? Not really. TARGET is the name of the variable you speficy now to build one world. TARGETS seems like a natural extension to me... Warner