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

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

To: "aq" <aquynh@xxxxxxxxx>, "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] [PATCH] Makefile uninstall not to remove libxutil
From: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
Date: Sun, 29 May 2005 22:28:37 +0100
Delivery-date: Sun, 29 May 2005 21:28:03 +0000
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcVjKUvDeVffSrQUR463kkE52qMTHgBa/S1Q
Thread-topic: [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

I'd rather we continued to remove it -- the purpose of make uninstall is
to clean up the droppings of even old installs.

Thanks,
Ian
 
> 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
> 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>