From owner-freebsd-doc@FreeBSD.ORG Mon Jan 22 16:14:35 2007 Return-Path: X-Original-To: doc@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C2BC16A40D for ; Mon, 22 Jan 2007 16:14:35 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id 347B913C461 for ; Mon, 22 Jan 2007 16:14:35 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id l0MGDmj4099480; Mon, 22 Jan 2007 11:13:53 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Ruslan Ermilov Date: Mon, 22 Jan 2007 11:11:54 -0500 User-Agent: KMail/1.9.1 References: <200701171832.28368.dienst@marcrenearns.de> <474078f80701181348q16ceb16bs40ba45b3d7057b83@mail.gmail.com> <20070121212428.GA47379@rambler-co.ru> In-Reply-To: <20070121212428.GA47379@rambler-co.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701221111.56264.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 22 Jan 2007 11:13:53 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2477/Mon Jan 22 10:10:05 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: doc@freebsd.org, freebsd-doc@freebsd.org, Murray Stokely , re@freebsd.org, Marc Ren? Arns Subject: Re: make buildkernel fails without complete source tree X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jan 2007 16:14:35 -0000 On Sunday 21 January 2007 16:24, Ruslan Ermilov wrote: > On Thu, Jan 18, 2007 at 01:48:14PM -0800, Murray Stokely wrote: > > On 1/18/07, John Baldwin wrote: > > =================================================================== > > >- { " sys", "/usr/src/sys (FreeBSD kernel)", > > >+ { " sys", "/usr/src/sys (FreeBSD kernel; requires > > >'base' > > >to build)", > > > > I think this is a good solution. > > > I don't think this is a good idea as it's not actually required. > The sys/ part have traditionally been standalone. And if you're > not upgrading then "buildkernel" is just a convenience alias for > config/make method. Actually this method is always used except > that in the buildkernel case it will use an upgraded toolchain > if it was previously built by "buildworld". It is required for buildkernel as otherwise there's no Makefile in /usr/src with a buildkernel target. It's only not required if you do 'config, etc.' by hand, but 'make buildkernel' requires some sort of /usr/src/Makefile, obviously. :) -- John Baldwin