From owner-freebsd-current@FreeBSD.ORG Thu Oct 27 21:44:46 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 DD16C16A41F; Thu, 27 Oct 2005 21:44:46 +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 6950C43D45; Thu, 27 Oct 2005 21:44:46 +0000 (GMT) (envelope-from MH@kernel32.de) Received: from localhost (localhost [127.0.0.1]) by crivens.unixoid.de (Postfix) with ESMTP id 4F3853EE3; Thu, 27 Oct 2005 23:44:45 +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-17; Thu, 27 Oct 2005 23:44:30 +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 293C13FE0; Thu, 27 Oct 2005 23:44:30 +0200 (CEST) Message-ID: <43614A39.6050706@kernel32.de> Date: Thu, 27 Oct 2005 23:44:25 +0200 From: Marian Hettwer User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <435F48DA.6060009@kernel32.de> <20051026105411.L32255@fledge.watson.org> <435F6B01.5020003@kernel32.de> <86zmov3utn.fsf@xps.des.no> <4361443B.9030606@kernel32.de> <86mzku1w0q.fsf@xps.des.no> In-Reply-To: <86mzku1w0q.fsf@xps.des.no> Content-Type: text/plain; charset=UTF-8; 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:44:47 -0000 Hi there, Dag-Erling Sm=C3=B8rgrav wrote: > Marian Hettwer writes: >=20 >>To get this straight: It doesn't matter wether I use the "long" way, >>or the way you mentioned (which I only used when doing a make >>world...)? >=20 >=20 > You should use the *documented* and *supported* way ('make > buildkernel') unless you really know what you're doing. >=20 Well, now you shocked me a wee bit, 'cause I thought the "make depend"=20 way would be the documented and supported way. Granted, I didn't took a look into the FreeBSD Handbook for building my=20 Kernel since 4.0, but now I did. And I am glad, that the way I mentioned in my last way is documented=20 (and probably supported) und the chapter "Procedure 1. Building a Kernel = the =E2=80=9CTraditional=E2=80=9D Way" which is at:=20 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-bu= ilding.html The way you described is mentioned as "Procedure 2. Building a Kernel=20 the =E2=80=9CNew=E2=80=9D Way" :-) Well then, I think we're fine on that topic. I'd probably change to the=20 "New" Way, since it's fewer commands to type in... Marian