From owner-freebsd-stable Tue Aug 6 8:58: 9 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B489B37B400 for ; Tue, 6 Aug 2002 08:58:07 -0700 (PDT) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECF643E6E for ; Tue, 6 Aug 2002 08:58:07 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP id GQF37091; Tue, 06 Aug 2002 08:58:06 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id DBB455D04; Tue, 6 Aug 2002 08:58:05 -0700 (PDT) To: Martin Kraemer Cc: freebsd-stable@freebsd.org Subject: Re: After cvsup: where are bsd.init.mk and bsd.links.mk ? In-reply-to: Your message of "Tue, 06 Aug 2002 17:32:36 +0200." <20020806173236.A46442@deejai2.mch.fsc.net> Date: Tue, 06 Aug 2002 08:58:05 -0700 From: "Kevin Oberman" Message-Id: <20020806155805.DBB455D04@ptavv.es.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Always, always read UPDATING! If you did a 'make depend' to build the kernel, you did the wrong thing. The ONLY supported way to build the new kernel is: cd /usr/src make buildkernel KERNCONF=your_conf_name make installkernel KERNCONF=your_conf_name (or, if doing both at once, just 'make kernel KERNCONF=your_conf_name') The old method of running config, moving to the compile directory simply will not work in some cases and this is one. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message