From: <gum@centrum.cz>
To: xen-devel@lists.xensource.com
Subject: multiple uninstalls - small patch
Date: Fri, 22 Jul 2005 19:33:07 +0200 [thread overview]
Message-ID: <200507221933.31735@centrum.cz> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 752 bytes --]
Hi there,
I have found, multiple make uninstall does not work. This "small patch" repaired the missing keyword.
-j
$ cat xen_uninstall.patch
diff -Naur xen-2.0-orig/Makefile xen-2.0-new/Makefile
--- xen-2.0-orig/Makefile 2005-05-22 10:56:31.000000000 +0000
+++ xen-2.0-new/Makefile 2005-07-22 17:00:28.555348328 +0000
@@ -157,7 +157,7 @@
uninstall: DESTDIR=
uninstall: D=$(DESTDIR)
uninstall:
- [ -d $(D)/etc/xen ] && mv -f $(D)/etc/xen $(D)/etc/xen.old-$(date +%s)
+ [ -d $(D)/etc/xen ] && mv -f $(D)/etc/xen $(D)/etc/xen.old-$(shell date +%s)
rm -rf $(D)/etc/init.d/xend*
rm -rf $(D)/usr/lib/libxc* $(D)/usr/lib/libxutil*
rm -rf $(D)/usr/lib/python/xen $(D)/usr/include/xen
[-- Attachment #1.2: Type: text/html, Size: 928 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
reply other threads:[~2005-07-22 17:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200507221933.31735@centrum.cz \
--to=gum@centrum.cz \
--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.