aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorarun.sharma@intel.com[kaf24] <arun.sharma@intel.com[kaf24]>2005-05-24 21:36:26 +0000
committerarun.sharma@intel.com[kaf24] <arun.sharma@intel.com[kaf24]>2005-05-24 21:36:26 +0000
commit0ae7a8f44b6c72cc5100d8ccb26f8369144a4207 (patch)
tree6d379a74f0b80246f1c32c508e1ce354226d0800 /Makefile
parent697c3a1bee42b92d0a637a0b48e64fd9946714a7 (diff)
downloadxen-0ae7a8f44b6c72cc5100d8ccb26f8369144a4207.tar.gz
xen-0ae7a8f44b6c72cc5100d8ccb26f8369144a4207.tar.bz2
xen-0ae7a8f44b6c72cc5100d8ccb26f8369144a4207.zip
bitkeeper revision 1.1538 (42939e5a4Zjv3gELWO9ea3t1uXGfeg)
[PATCH] x64-make-uninstall.patch Make uninstall should clean up properly on 64 bit. Signed-off-by: Arun Sharma <arun.sharma@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b216033b97..f8a5b17d8f 100644
--- a/Makefile
+++ b/Makefile
@@ -161,7 +161,7 @@ uninstall:
[ -d $(D)/etc/xen ] && mv -f $(D)/etc/xen $(D)/etc/xen.old-$(date +%s)
rm -rf $(D)/etc/init.d/xend*
rm -rf $(D)/usr/$(LIBDIR)/libxc* $(D)/usr/$(LIBDIR)/libxutil*
- rm -rf $(D)/usr/lib/python/xen $(D)/usr/include/xen
+ rm -rf $(D)/usr/$(LIBDIR)/python/xen $(D)/usr/include/xen
rm -rf $(D)/usr/include/xcs_proto.h $(D)/usr/include/xc.h
rm -rf $(D)/usr/sbin/xcs $(D)/usr/sbin/xcsdump $(D)/usr/sbin/xen*
rm -rf $(D)/usr/sbin/netfix