aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoremellor@ewan <emellor@ewan>2005-10-11 14:55:12 +0100
committeremellor@ewan <emellor@ewan>2005-10-11 14:55:12 +0100
commitaf1b5637f43be85942027749777c21bee4d84e65 (patch)
tree272106a1a4c2527d73dc6f8d3d0040125468bf55 /Makefile
parent490bab7b96c76d645c143e37a4adad5a3f597bbf (diff)
downloadxen-af1b5637f43be85942027749777c21bee4d84e65.tar.gz
xen-af1b5637f43be85942027749777c21bee4d84e65.tar.bz2
xen-af1b5637f43be85942027749777c21bee4d84e65.zip
Allow parallel 32- and 64-bit Xen installations. Move xc_save, xc_restore,
and xenconsole out of /usr/libexec/xen and into one of /usr/lib/xen/bin or /usr/lib64/xen/bin. Remove all the PATH hacking inside Xend, and rely upon the PATH being set correctly from outside. Added an auxbin module for handling the hacky stuff. Replace the few /usr/bin/python bang paths with /usr/bin/env python. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b513c6209..f38479b2d3 100644
--- a/Makefile
+++ b/Makefile
@@ -179,7 +179,7 @@ uninstall:
rm -rf $(D)/usr/$(LIBDIR)/libxenctrl* $(D)/usr/$(LIBDIR)/libxenguest*
rm -rf $(D)/usr/$(LIBDIR)/libxenstore*
rm -rf $(D)/usr/$(LIBDIR)/python/xen $(D)/usr/$(LIBDIR)/xen
- rm -rf $(D)/usr/libexec/xen
+ rm -rf $(D)/usr/$(LIBDIR)/xen/bin
rm -rf $(D)/usr/sbin/xen* $(D)/usr/sbin/netfix $(D)/usr/sbin/xm
rm -rf $(D)/usr/share/doc/xen
rm -rf $(D)/usr/share/xen