From owner-cvs-doc@FreeBSD.ORG Wed Mar 9 04:44:44 2011 Return-Path: Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC5511065677; Wed, 9 Mar 2011 04:44:44 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 67A2F8FC12; Wed, 9 Mar 2011 04:44:44 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id p294ehaU057719; Tue, 8 Mar 2011 21:40:44 -0700 (MST) (envelope-from imp@bsdimp.com) Message-ID: <4D7704CB.4050203@bsdimp.com> Date: Tue, 08 Mar 2011 21:40:43 -0700 From: Warner Losh User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101211 Thunderbird/3.1.7 MIME-Version: 1.0 To: Kostik Belousov References: <201103081746.p28HkCh0017043@repoman.freebsd.org> <20110308175140.GZ78089@deviant.kiev.zoral.com.ua> In-Reply-To: <20110308175140.GZ78089@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Johann Kois , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2011 04:44:44 -0000 On 03/08/2011 10:51, Kostik Belousov wrote: > On Tue, Mar 08, 2011 at 05:46:12PM +0000, Johann Kois wrote:e >> jkois 2011-03-08 17:46:12 UTC >> >> FreeBSD doc repository >> >> Modified files: >> en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml >> Log: >> PR: docs/150124 >> >> Fix/Update the instructions on "how to build a custom kernel". >> >> - The fact that you need the whole source tree for this is well hidden at the moment. > I do not believe this is true. Kernel should not have dependencies > outside sys/. There are no dependencies on building the kernel outside of sys, if you are building on a system that's had all the system components installed. You have to build with the 'classic' method of building the kernel. buildkernel does require a source tree. If there are hidden dependencies (I just checked and there's nothing obvious), it's a bug and we'll fix it ASAP. Warner