From owner-freebsd-questions Wed Jul 17 10:48: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 304E437B400 for ; Wed, 17 Jul 2002 10:48:02 -0700 (PDT) Received: from petasus.ch.intel.com (petasus.ch.intel.com [143.182.124.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D7843E5E for ; Wed, 17 Jul 2002 10:48:01 -0700 (PDT) (envelope-from pavan.balaji@intel.com) Received: from fmsmsxvs043.fm.intel.com (fmsmsxvs043.fm.intel.com [132.233.42.129]) by petasus.ch.intel.com (8.11.6/8.11.6/d: solo.mc,v 1.42 2002/05/23 22:21:11 root Exp $) with SMTP id g6HAoND06272 for ; Wed, 17 Jul 2002 10:50:24 GMT Received: from fmsmsx019.fm.intel.com ([132.233.42.130]) by fmsmsxvs043.fm.intel.com (NAVGW 2.5.2.11) with SMTP id M2002071710464811909 ; Wed, 17 Jul 2002 10:46:48 -0700 Received: by fmsmsx019.fm.intel.com with Internet Mail Service (5.5.2653.19) id <3ZAXX3AN>; Wed, 17 Jul 2002 10:47:56 -0700 Message-ID: <3D386AED1B47D411A94300508B11F18703BC5BC9@fmsmsx116.fm.intel.com> From: "Balaji, Pavan" To: "'Kevin Kinsey, DaleCo, S.P.'" , "Brian T.Schellenberger" , parv , John Mills Cc: "Balaji, Pavan" , FreeBSD-questions Subject: RE: Question on order and targets of kernel and world builds Date: Wed, 17 Jul 2002 10:47:51 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" 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 Nope. buildworld != builkernel. But buildworld does link the libraries. For example if you have a system call and a corresponding library, buildkernel will not be sufficient for you to allow the library call to invoke the corresponding system call -- however a buildworld would do that. Pavan Balaji, Intel Corporation "Only the Paranoid Survive" -- Andy Grove > -----Original Message----- > From: Kevin Kinsey, DaleCo, S.P. [mailto:kdk@daleco.biz] > Sent: Wednesday, July 17, 2002 10:51 AM > To: Brian T.Schellenberger; parv; John Mills > Cc: Balaji, Pavan; FreeBSD-questions > Subject: Re: Question on order and targets of kernel and world builds > > > He's either quite wrong, or he meant to say > that buildworld builds "kernel source", meaning > ~'files needed to build kernel' ?? If you interpret > "libraries" as I did, that's what he meant.... > > "make buildworld" != "make buildkernel" > > KDK > > From: "Brian T.Schellenberger" > To: "parv" ; "John Mills" > Cc: "Balaji, Pavan" ; "FreeBSD-questions" > > Sent: Wednesday, July 17, 2002 9:59 AM > Subject: Re: Question on order and targets of kernel and world builds > > > > > > I'm pretty sure that that buildworld does *not* build kernels. > > > > If anybody has definitive information (like, proof) to the > contrary I'd be > > interested in knowing. > > > > On Wednesday 17 July 2002 10:28 am, parv wrote: > > | in message > , > > | wrote John Mills thusly... > > | > > | > Pavan - > > | > > > | > On Tue, 16 Jul 2002, Balaji, Pavan wrote: > > | > > "make buildworld" -- builds the kernel and the libraries (both > kernel > > | > > and user level) > > | > > > > | > > "make buildkernel" -- builds only the kernel > > | > > > | > Thanks - I didn't realize 'buildkernel' was redundant > to 'buildworld'. > > | > > | since when buildworld target starts building actual > kernels? or, is > > | there a communication problem either on my part or pavan's? > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message