From owner-freebsd-questions@FreeBSD.ORG Wed May 18 11:39:50 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 8F9CA16A4CE for ; Wed, 18 May 2005 11:39:50 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF3AD43D73 for ; Wed, 18 May 2005 11:39:49 +0000 (GMT) (envelope-from bdaniel7@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so74418rns for ; Wed, 18 May 2005 04:39:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t5dd+X9dGLl1GK7QPSL3acLWzKyTl3W3apKf4KXRj8e/lPFOrG/LHfhIz70pl07lYwYiWByFNxQh04gM2gTDrTcfRlZBHjLT9MMjI0CGzmpckOxD7jSci8GAUNkG7JFEIRF4AN6jFOFTXTfW+bH2Hcvrdz6cbZzNbng4olElYQo= Received: by 10.38.6.14 with SMTP id 14mr34984rnf; Wed, 18 May 2005 04:39:48 -0700 (PDT) Received: by 10.38.8.75 with HTTP; Wed, 18 May 2005 04:39:48 -0700 (PDT) Message-ID: <89b41e47050518043951cfc501@mail.gmail.com> Date: Wed, 18 May 2005 14:39:48 +0300 From: Daniel To: freebsd-questions@freebsd.org In-Reply-To: <428B2808.7080809@hayers.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050509144022.51166.qmail@web25809.mail.ukl.yahoo.com> <1565600424.20050509174718@ramb.com.ua> <89b41e4705051804287f8fcf62@mail.gmail.com> <428B2808.7080809@hayers.org> Subject: Re: The configuration of my core doesn't work!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 11:39:50 -0000 indeed, in the /usr/src, where the kernel sources are... I'm following the handbook, yet something not right.... Thanks Dan On 5/18/05, Gary Hayers wrote: > 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=3DPHOENIX # PHOENIX is my custom kernel > > says "dont know how to make" or smth like that > > > > on the other hand > > /usr/sbin/config PHOENIX works >=20 > Where are you running the command 'make buildkernel KERNCONF=3DPHOENIX' > from? You should be in /usr/src or where ever your source has been > installed to. (/usr/src is the default) >=20 > Regards, >=20 > Gary Hayers >=20 >