|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] make clean-er?
On 15 Sep 2005, at 18:09, Magenheimer, Dan (HP Labs Fort Collins) wrote:
Should xen/Makefile rm the xen/include/asm symbolic
link for "make clean" and (certainly) for "make mrproper"?
I tried:
make # to test build for x86
make mrproper
make XEN_TARGET_ARCH=ia64 # cross-compile
and got a lot of errors which I eliminated by
manually rm'ing the symbolic link.
'make mrproper' calls 'make clean' in the Xen subdirectory, which
definitely already deletes the include/asm symlink. I don't know why
you ended up having to delete it manually.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|