From owner-cvs-src@FreeBSD.ORG Fri Jun 9 12:54:25 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 56B4916A41A; Fri, 9 Jun 2006 12:54:25 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE93543D73; Fri, 9 Jun 2006 12:54:24 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k59CsKuj086886; Fri, 9 Jun 2006 08:54:23 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Dmitry Morozovsky Date: Fri, 9 Jun 2006 08:51:07 -0400 User-Agent: KMail/1.9.1 References: <200606070333.k573XmRc067920@repoman.freebsd.org> <20060607194300.7565e832.trhodes@FreeBSD.org> <20060608233110.R93122@woozle.rinet.ru> In-Reply-To: <20060608233110.R93122@woozle.rinet.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606090851.08830.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 09 Jun 2006 08:54:24 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1523/Fri Jun 9 03:10:10 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: Tom Rhodes , src-committers@freebsd.org, cvs-all@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: Fri, 09 Jun 2006 12:54:25 -0000 On Thursday 08 June 2006 15:32, Dmitry Morozovsky wrote: > On Wed, 7 Jun 2006, Tom Rhodes wrote: > > TR> > I thought the obfuscation was intentional as very few people should be doing > TR> > a 'make world' without a custom DESTDIR these days. Certainly people new to > TR> > FreeBSD shouldn't be doing it; only those with the command hardwired into > TR> > their brains. We've had buildworld/installworld since 2.2.5 (or 2.2.6) I > TR> > think as I've only had to do a 'make world' once to go from 2.2.2 to > TR> > 2.2.6. :) > TR> > TR> Heh, I agree, "make world" isn't really needed. But it was > TR> either a quick comment about it and link to the handbook where > TR> we advocate "buildworld" or remove the world target. Of course, > TR> we could just do nothing and let users continue to submit PRs > TR> about it bombing with a complaint of an undocumented make(1) > TR> option. > TR> > TR> Personally, I was debating on just removing most of the > TR> world target with just a message: > TR> > TR> "The world target has been replaced with the buildworld target." > TR> > TR> But stepped back due to bikeshed potential. ;) > > Hmm, maybe just bomb out on make'ing world without DESTDIR defined? Original > behaviour would be emulated with simply DESTDIR=/ then... That is what it already does basically. -- John Baldwin