WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Makefile uninstall not to remove libxutil

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Makefile uninstall not to remove libxutil
From: aq <aquynh@xxxxxxxxx>
Date: Sat, 28 May 2005 11:01:57 +0900
Delivery-date: Sat, 28 May 2005 02:01:16 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=W76BnwJ2gj+Rwb4rz8N6jOw2WguRZ0s40Er7f6k5EUYFWxVzwSRBvoMOLbS6DpU4pg2nSzIXqOMXNS0n+n7GaPeCS0k+zo87xVHvxS5sBsoeN00Pw6C8Jr9d3ejSn98mm38l5L8p7x5AMKABa8vllCgqb0dfrqdKWxvMgYvpDKU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: aq <aquynh@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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>