All of lore.kernel.org
 help / color / mirror / Atom feed
From: aq <aquynh@gmail.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] Makefile uninstall not to remove libxutil
Date: Sat, 28 May 2005 11:01:57 +0900	[thread overview]
Message-ID: <9cde8bff05052719016bf93bf0@mail.gmail.com> (raw)

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*

             reply	other threads:[~2005-05-28  2:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-28  2:01 aq [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-05-29 21:28 [PATCH] Makefile uninstall not to remove libxutil Ian Pratt
2005-05-30  4:59 ` aq

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9cde8bff05052719016bf93bf0@mail.gmail.com \
    --to=aquynh@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.