From owner-cvs-all@FreeBSD.ORG Wed Jun 7 03:45:59 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 11CCE16B642; Wed, 7 Jun 2006 03:35:40 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC36443D46; Wed, 7 Jun 2006 03:35:39 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k573XmSJ067921; Wed, 7 Jun 2006 03:33:48 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k573XmRc067920; Wed, 7 Jun 2006 03:33:48 GMT (envelope-from trhodes) Message-Id: <200606070333.k573XmRc067920@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 7 Jun 2006 03:33:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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 03:46:19 -0000 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. Link the buildingworld chapter of our handbook in the README while I'm here. Revision Changes Path 1.332 +3 -2 src/Makefile 1.24 +7 -2 src/README