From owner-freebsd-questions@FreeBSD.ORG Wed May 18 11:33:27 2005 Return-Path: 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 4B89616A4CE for ; Wed, 18 May 2005 11:33:27 +0000 (GMT) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id B428D43D3F for ; Wed, 18 May 2005 11:33:26 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from [192.168.0.3] (12-218-17-195.client.mchsi.com[12.218.17.195]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20050518113326m9100pun3fe>; Wed, 18 May 2005 11:33:26 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org, Daniel Date: Wed, 18 May 2005 06:33:25 -0500 User-Agent: KMail/1.7 References: <20050509144022.51166.qmail@web25809.mail.ukl.yahoo.com> <1565600424.20050509174718@ramb.com.ua> <89b41e4705051804287f8fcf62@mail.gmail.com> In-Reply-To: <89b41e4705051804287f8fcf62@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505180633.25520.josh@tcbug.org> cc: Xnigga Manigga Subject: Re: The configuration of my core doesn't work!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 11:33:27 -0000 On Wednesday 18 May 2005 06:28, Daniel wrote: > Hi, the same problem here. > > I have a 5.4 Release and I'm trying to remove some options and add > few others make buildkernel KERNCONF=PHOENIX # PHOENIX is my > custom kernel says "dont know how to make" or smth like that > > on the other hand > /usr/sbin/config PHOENIX works > > On 5/9/05, Sergey S. Ropchan wrote: > > > When I try to use the command "make depend" it doesn't work. > > > What must I do. > > > > Yon need to do following, "New Way" (in order as below): > > > > make buildkernel KERNCONF="YOUR_KERNEL_NAME_HERE" > > make installkernel KERNCONF="YOUR_KERNEL_NAME_HERE" > > > > > > Check handook: Not to ask the obvious but you are trying make buildkernel from /usr/src, right? -- Thanks, Josh Paetzel