* [PATCH] x64-make-uninstall.patch
@ 2005-05-24 21:04 Arun Sharma
0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-05-24 21:04 UTC (permalink / raw)
To: Ian Pratt, Keir Fraser; +Cc: xen-devel
Make uninstall should clean up properly on 64 bit.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
--- 1.93/Makefile 2005-05-16 05:52:12 -07:00
+++ edited/Makefile 2005-05-24 11:54:03 -07:00
@@ -161,7 +161,7 @@
[ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-05-24 21:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-24 21:04 [PATCH] x64-make-uninstall.patch Arun Sharma
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.