From owner-freebsd-current@FreeBSD.ORG Thu Oct 27 21:19:11 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C4E16A425; Thu, 27 Oct 2005 21:19:10 +0000 (GMT) (envelope-from MH@kernel32.de) Received: from crivens.unixoid.de (crivens.unixoid.de [81.169.171.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 223DC43D4C; Thu, 27 Oct 2005 21:19:08 +0000 (GMT) (envelope-from MH@kernel32.de) Received: from localhost (localhost [127.0.0.1]) by crivens.unixoid.de (Postfix) with ESMTP id 7E6AA3FE0; Thu, 27 Oct 2005 23:19:07 +0200 (CEST) Received: from crivens.unixoid.de ([127.0.0.1]) by localhost (crivens.unixoid.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 93335-13; Thu, 27 Oct 2005 23:18:55 +0200 (CEST) Received: from [192.168.100.10] (p54BDCD55.dip.t-dialin.net [84.189.205.85]) by crivens.unixoid.de (Postfix) with ESMTP id 46FF63EE8; Thu, 27 Oct 2005 23:18:55 +0200 (CEST) Message-ID: <4361443B.9030606@kernel32.de> Date: Thu, 27 Oct 2005 23:18:51 +0200 From: Marian Hettwer User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-15?Q?Dag-Erling_Sm=F8rgrav?= References: <435F48DA.6060009@kernel32.de> <20051026105411.L32255@fledge.watson.org> <435F6B01.5020003@kernel32.de> <86zmov3utn.fsf@xps.des.no> In-Reply-To: <86zmov3utn.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: amavisd-new at unixoid.de Cc: Robert Watson , current@freebsd.org Subject: Re: MySQL Performance 6.0rc1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 21:19:11 -0000 Dag-Erling Sm=F8rgrav wrote: > Marian Hettwer writes: >=20 >>by the way, back in the days of FreeBSD 4.x and 5.x, after I did a >>config MYKERNEL, it doesn't said I need to do a "make cleandepend" >>before doing a "make depend"... why that? Seems like this additional >>step in compiling the Kernel is around since 6-CURRENT, right? >=20 >=20 > There are only two steps in compiling a FreeBSD kernel: >=20 > # cd /usr/src > # make buildkernel > well okay, I could do "make buildkernel KERNCONF=3DMYKERNEL; make=20 installkernel KERNCONF=3DMYKERNEL". But there was the different way of do= ing a cd /sys/i386/conf vi MYKERNEL config MYKERNEL cd ../compile/MYKERNEL make depend; make; make install nowadays its make cleandepend; make depend... To get this straight: It doesn't matter wether I use the "long" way, or=20 the way you mentioned (which I only used when doing a make world...)? regards, Marian