From owner-cvs-all@FreeBSD.ORG Wed Jun 7 17:32:08 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 9B34E16E0BF; Wed, 7 Jun 2006 14:59:17 +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 12B6843D7B; Wed, 7 Jun 2006 14:59:05 +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 k57Ex2RH069379; Wed, 7 Jun 2006 10:59:02 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Tom Rhodes Date: Wed, 7 Jun 2006 10:51:45 -0400 User-Agent: KMail/1.9.1 References: <200606070333.k573XmRc067920@repoman.freebsd.org> In-Reply-To: <200606070333.k573XmRc067920@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606071051.47070.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]); Wed, 07 Jun 2006 10:59:03 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1518/Wed Jun 7 09:10:04 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: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@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: Wed, 07 Jun 2006 17:32:16 -0000 On Tuesday 06 June 2006 23:33, Tom Rhodes wrote: > trhodes 2006-06-07 03:33:48 UTC > > FreeBSD src repository > > Modified files: > . Makefile README > Log: > Simply running ``make world'' will bomb unless you dig up the > undocumented HISTORICAL_MAKE_WORLD variable and set it. Note it > here so the blow up will not really be a surprise to people who > read. I thought the obfuscation was intentional as very few people should be doing a 'make world' without a custom DESTDIR these days. Certainly people new to FreeBSD shouldn't be doing it; only those with the command hardwired into their brains. We've had buildworld/installworld since 2.2.5 (or 2.2.6) I think as I've only had to do a 'make world' once to go from 2.2.2 to 2.2.6. :) -- John Baldwin