From owner-freebsd-questions Mon Nov 12 11:29:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mirapoint2.brutele.be (mirapoint2.brutele.be [212.68.193.7]) by hub.freebsd.org (Postfix) with ESMTP id B129237B416 for ; Mon, 12 Nov 2001 11:29:54 -0800 (PST) Received: from gateway.lefort.net ([213.189.162.247]) by mirapoint2.brutele.be (Mirapoint) with SMTP id ANK95803; Mon, 12 Nov 2001 20:29:49 +0100 (CET) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (8.11.6/8.11.6) with ESMTP id fACJTmI04496 for ; Mon, 12 Nov 2001 20:29:48 +0100 (CET) (envelope-from jylefort@jsite.lefort.net) Received: (from jylefort@localhost) by jsite.lefort.net (8.11.6/8.11.6) id fACJTmi49597 for freebsd-questions@FreeBSD.org; Mon, 12 Nov 2001 20:29:48 +0100 (CET) (envelope-from jylefort) Date: Mon, 12 Nov 2001 20:29:48 +0100 From: Jean-Yves Lefort To: freebsd-questions@FreeBSD.org Subject: Re: make !!!???! Message-ID: <20011112202948.A49264@jsite.lefort.net> Mail-Followup-To: freebsd-questions@FreeBSD.org References: <20011112191457.E7EDD37B416@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011112191457.E7EDD37B416@hub.freebsd.org>; from K_Berbach@gmx.de on Mon, Nov 12, 2001 at 08:14:58PM +0100 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 On Mon, Nov 12, 2001 at 08:14:58PM +0100, Klaus Berbach wrote: > Did you do a "config MYKERNEL" before in /sys/i386/conf > ? > > >Hi all, > >I have FreeBSD 4.0 and when I want to compile my kernel in > >../../compile/ > >with::: > >make depend > >I get this strange error: "don't know how to make depend" or "no target > >to make" > >even MYKERNEL config is in there ! > > > >What I can't make to build my kernel ??? > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message There is a new way of compiling a kernel, i don't know precisely when it was introduced but with my 4.4 box i use this: cd /usr/src && make buildkernel KERNCONF=MYKERNEL && make installkernel KERNCONF=MYKERNEL Best regards, Jean-Yves Lefort To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message