[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] Why I have to do first "make world && make install"
> -----Original Message----- > From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx > [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of kanour-xen > Sent: 20 February 2007 08:50 > To: xen-users@xxxxxxxxxxxxxxxxxxx > Subject: [Xen-users] Why I have to do first "make world && > make install" > > Hi. > > Could you please tell me why I have to do first "make world && make > install" before I can compile dom0 and domU kernels? (I read it on > www.howtoforge.com) "make world" [which is a short form of "make clean && make all"] will in itself compile the Dom0 and DomU kernels, which makes me wonder if you're asking for something other than what your question actually says??? "make install" copies the binaries produced by "make world" (or "make all"), and it's DEFINITELY not necessary to be able to compile your DomU or Dom0 kernel. Having said all that, the make-scripts may have changed in the last few iterations of Xen, such that something that was either necessary before isn't any longer, or such that something that worked before now requires additional steps before the operation can be performed. These changes may be necessary to make something else work, or unwanted side-effects of some change. Since I'm not 100% sure what you're asking, I'm not sure if this is part of your question - I'm just covering my ass... ;-) -- Mats > > I did not have to do that with previous version 3.0.1. where > I compiled > dom0 and domU straight away and then boot from dom0. > > Thank you > > _______________________________________________ > Xen-users mailing list > Xen-users@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/xen-users > > > _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |