|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Makefile uninstall not to remove libxutil
libxutil is not build and installed by default, so "Makefile
uninstall" will not try to remove it. This patch is against -unstable,
ChangeSet@xxxxxx
Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>
===== Makefile 1.94 vs edited =====
--- 1.94/Makefile 2005-05-25 03:54:03 +09:00
+++ edited/Makefile 2005-05-28 02:09:46 +09:00
@@ -160,7 +160,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/$(LIBDIR)/libxc*
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*
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH] Makefile uninstall not to remove libxutil,
aq <=
|
|
|
|
|