From owner-cvs-src@FreeBSD.ORG Thu Jun 8 01:51:23 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 78A5B16A757; Wed, 7 Jun 2006 23:32:41 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E28843D46; Wed, 7 Jun 2006 23:32:41 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k57NXZqG029690 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 7 Jun 2006 19:33:36 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 7 Jun 2006 19:32:34 -0400 From: Tom Rhodes To: Ceri Davies Message-Id: <20060607193234.5adfec68.trhodes@FreeBSD.org> In-Reply-To: <20060607092842.GY23618@submonkey.net> References: <200606070333.k573XmRc067920@repoman.freebsd.org> <20060607092842.GY23618@submonkey.net> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@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: Thu, 08 Jun 2006 01:51:24 -0000 On Wed, 7 Jun 2006 10:28:43 +0100 Ceri Davies wrote: > On Wed, Jun 07, 2006 at 03:33:48AM +0000, 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. > > Hmm. I thought that this was done precisely to stop people who didn't > know about that knob from running "make world". The undocumented/unmentioned knob that only showed if you ran grep through Makefile or actually tried "make world." Yea, probably. :) -- Tom Rhodes