From owner-freebsd-questions Sat Aug 10 18:17:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7E7137B400 for ; Sat, 10 Aug 2002 18:17:15 -0700 (PDT) Received: from postal3.es.net (postal3.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E2B343E4A for ; Sat, 10 Aug 2002 18:17:15 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP id GQF37091; Sat, 10 Aug 2002 18:17:14 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id F2FB45D04; Sat, 10 Aug 2002 18:17:13 -0700 (PDT) To: Geoff Roth Cc: freebsd-questions@FreeBSD.org Subject: Re: make depend fails In-reply-to: Your message of "Sat, 10 Aug 2002 10:45:40 EDT." <20020810103536.J538-200000@jupiter.blip.ath.cx> Date: Sat, 10 Aug 2002 18:17:13 -0700 From: "Kevin Oberman" Message-Id: <20020811011714.F2FB45D04@ptavv.es.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Sat, 10 Aug 2002 10:45:40 -0400 (EDT) > From: Geoff Roth > Sender: owner-freebsd-questions@FreeBSD.ORG > > This message is in MIME format. The first part should be readable text, > while the remaining parts are likely unreadable without MIME-aware tools. > Send mail to mime@docserver.cac.washington.edu for more info. > > --0-336130530-1028990294=:538 > Content-Type: TEXT/PLAIN; CHARSET=US-ASCII > Content-ID: <20020810103830.R538@jupiter.blip.ath.cx> > > attempting to build a a kernel on a brand new install I get the following > message with 'make depend' > > ===> accf_data > "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 63: Could not > find bsd.init.mk > "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 190: Could not > find bsd.links.mk Geoff, That method of building the kernel is NOT supported. It usually works, but, due to the changes made in the .mk files, it won't work across this change. cd /usr/src make kernel The GENERIC config will be used to build and install the new kernel. If the kernel configuration is not GENERIC: make kernel KERNCONF=kernel_config_name If you don't want the new kernel installed immediately after the build: make buildkernel and, when you want to install it: make installkernel 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-questions" in the body of the message