From owner-freebsd-current Thu May 1 09:43:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA01856 for current-outgoing; Thu, 1 May 1997 09:43:47 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA01849; Thu, 1 May 1997 09:43:37 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id JAA24425; Thu, 1 May 1997 09:43:55 -0700 (PDT) To: Bruce Evans cc: bde@freebsd.org, current@freebsd.org Subject: Re: -current build is now broken.. In-reply-to: Your message of "Thu, 01 May 1997 23:10:22 +1000." <199705011310.XAA09791@godzilla.zeta.org.au> Date: Thu, 01 May 1997 09:43:55 -0700 Message-ID: <24423.862505035@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Apparently your src/Makefile is out of date, or your /usr/share/sys/*.mk > are inconsistent with the src tree. Current versions of *.mk can't be > used to build old releases. Nope - this is all checked out of a current CVS repository. The release build checks out the entire tree, chroots into it and does a make world (which quickly and early on builds and installs the *.mk files). As I said in my commit message - try it. :) Jordan