From owner-cvs-all@FreeBSD.ORG Tue Jun 20 21:53:42 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C011B16A474; Tue, 20 Jun 2006 21:53:42 +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 A9B3843D68; Tue, 20 Jun 2006 21:53:36 +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 k5KLpNoP074174; Tue, 20 Jun 2006 15:51:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 20 Jun 2006 15:51:40 -0600 (MDT) Message-Id: <20060620.155140.-1816810644.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: <200606201714.10331.jhb@freebsd.org> References: <200606201516.39121.jhb@freebsd.org> <20060620.144125.84360497.imp@bsdimp.com> <200606201714.10331.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-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, 20 Jun 2006 21:53:42 -0000 In message: <200606201714.10331.jhb@freebsd.org> John Baldwin writes: : On Tuesday 20 June 2006 16:41, M. Warner Losh wrote: : > 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. : : Fair enough. How about just making it undocumented again then? :) Works for me. Warner