From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Colp Subject: Re: 3.4.0 wants to download Linux despite its presence Date: Fri, 22 May 2009 10:19:00 +0100 Message-ID: <4A166E04.8060901@citrix.com> References: <4A13FB8E.4060800@prgmr.com> <18964.6737.32660.65884@mariner.uk.xensource.com> <4A1667B9.7090008@prgmr.com> <4A1668E4.5080400@citrix.com> <4A166C36.1010204@prgmr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4A166C36.1010204@prgmr.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Michael David Crawford Cc: "xen-devel@lists.xensource.com" , Ian Jackson List-Id: xen-devel@lists.xenproject.org Michael David Crawford wrote: > Patrick Colp wrote: >> Doing make xen and make tools should be just fine (I do this regularly, >> as I don't want or need Linux to be constantly rebuilt and reinstalled >> when I'm only changing things to Xen and/or tools). > > I don't know for sure, but I have the theory that "make world" will > build things that "make xen" and "make tools" don't, which will then > persist in being installed when later tools builds miss some things. Hmm... I don't know if I've ever used "make world", actually. If I want to build everything, I just do "make" (it seems the difference is that world will do a clean and kdelete first). The only difference I can see between using world vs xen and tools is that world also builds the stubdom (which can be done separately with "make stubdom"). So perhaps the thing to do if you want stubdom support too is to do: sudo make install-xen sudo make install-tools sudo make install-stubdom >> Did you install them after building (make install-xen and make >> install-tools)? I think you need to be sudo for it to install properly. > > I think I tried those just a couple times, but killed them when they > started to build the Linux kernel again. I don't think they should do that... but maybe they need to build the linux kernel once. I'm not sure, since I did build and install the linux kernel (but only once, ever after I just need to do xen and tools). > I have a "make world" going right now, and will do a "make install" when > that's done. I decided to just let it build Linux, just so I can be > certain everything else builds. Yes, this certainly seems like the safe thing to do. Patrick