All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [PATCH] Makefile uninstall not to remove libxutil
@ 2005-05-29 21:28 Ian Pratt
  2005-05-30  4:59 ` aq
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Pratt @ 2005-05-29 21:28 UTC (permalink / raw)
  To: aq, xen-devel

> libxutil is not build and installed by default, so "Makefile 
> uninstall" will not try to remove it. This patch is against -unstable,
> ChangeSet@1.1575

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@gmail.com>
> 
> ===== 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@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH] Makefile uninstall not to remove libxutil
@ 2005-05-28  2:01 aq
  0 siblings, 0 replies; 3+ messages in thread
From: aq @ 2005-05-28  2:01 UTC (permalink / raw)
  To: xen-devel

libxutil is not build and installed by default, so "Makefile
uninstall" will not try to remove it. This patch is against -unstable,
ChangeSet@1.1575

Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>

===== 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*

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-30  4:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-29 21:28 [PATCH] Makefile uninstall not to remove libxutil Ian Pratt
2005-05-30  4:59 ` aq
  -- strict thread matches above, loose matches on Subject: below --
2005-05-28  2:01 aq

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.