From owner-cvs-src@FreeBSD.ORG Tue Jun 20 20:42:00 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BAEC16A511; Tue, 20 Jun 2006 20:42:00 +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 020FC43D73; Tue, 20 Jun 2006 20:41:59 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k5KKf8Xp073344; Tue, 20 Jun 2006 14:41:08 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 20 Jun 2006 14:41:25 -0600 (MDT) Message-Id: <20060620.144125.84360497.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: <200606201516.39121.jhb@freebsd.org> References: <20060607194300.7565e832.trhodes@FreeBSD.org> <20060620185321.GA43367@dragon.NUXI.org> <200606201516.39121.jhb@freebsd.org> 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 Cc: trhodes@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, obrien@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src Makefile README 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, 20 Jun 2006 20:42:00 -0000 In message: <200606201516.39121.jhb@freebsd.org> John Baldwin writes: : On Tuesday 20 June 2006 14:53, David O'Brien wrote: : > On Wed, Jun 07, 2006 at 07:43:00PM -0400, Tom Rhodes wrote: : > > Personally, I was debating on just removing most of the : > > world target with just a message: : > > : > > "The world target has been replaced with the buildworld target." : > : > No! : > : > 'make world' is still my normal building process. Why force : > "make buildworld && make installworld"?? : > : > I don't care how undocumented it is, or obfusacted : > 'HISTORICAL_MAKE_WORLD' is; but please leave them alone! : > : > thanks for your attention. : : You can already get that via 'make DESTDIR=/ world' you know. :) And that's : shorter to type. It has been pointed out to me that you can't put DESTDIR=/ in your /etc/make.conf file; however, you can put HISTORICAL_MAKE_WORLD=y in there. Warner