|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Domain0 won't boot on latest unstable bits?
> You should find that 'ARCH=xeno make mrproper oldconfig dep bzImage'
> does the right thing...
Actually, this 'overloading' of multiple goals onto a single
invocation of make doesn't seem to work reliably. For now I'd
recommend doing each step individually:
ARCH=xeno make mrproper
ARCH=xeno make oldconfig
ARCH=xeno make dep
ARCH=xeno make bzImage
-- Keir
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|