From owner-freebsd-current Fri Nov 24 17:41:07 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA10483 for current-outgoing; Fri, 24 Nov 1995 17:41:07 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA10475 for ; Fri, 24 Nov 1995 17:40:59 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id MAA31846; Sat, 25 Nov 1995 12:37:52 +1100 Date: Sat, 25 Nov 1995 12:37:52 +1100 From: Bruce Evans Message-Id: <199511250137.MAA31846@godzilla.zeta.org.au> To: current@FreeBSD.ORG, scrappy@hub.org Subject: Re: follow-up to kernel compile problem... Sender: owner-current@FreeBSD.ORG Precedence: bulk > I just went into /usr/src/usr.sbin/config and compiled the version >that was in there and used it... > so, the config that comes with 2.1.0-RELEASE is not compatible >with that which comes with -current. does that make sense? It's normal progress. Several makefiles aren't perfect so you have to bootstrap things in the right order when something changes. The makefiles don't enforce the right order. It would be too hard to perfect them. Bruce