From: "Bruno Abinader" <brunoabinader@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] patch: Makefile uninstall option
Date: Sun, 26 Mar 2006 15:41:44 -0400 [thread overview]
Message-ID: <12a241ad0603261141x18e9590wa95a9112d54bb6f@mail.gmail.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 357 bytes --]
Hi all,
I started looking QEMU source code recently and I saw that Makefile was
missing a "uninstall" profile, that enables user to remove all files
installed when using "make install". I don't know if this list is the proper
way of sending patches but I'm assuming it is (I subscribed on it today).
BR,
--
Bruno de Oliveira Abinader
10LE/INdT
[-- Attachment #1.2: Type: text/html, Size: 411 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Makefile_add_uninstall.patch --]
[-- Type: text/x-patch; name="Makefile_add_uninstall.patch", Size: 331 bytes --]
--- Makefile 2006-03-26 15:38:08.000000000 -0400
+++ Makefile.new 2006-03-26 15:36:50.000000000 -0400
@@ -64,6 +64,11 @@
$(MAKE) -C $$d $@ || exit 1 ; \
done
+uninstall: clean
+ rm -f "$(bindir)/*qemu*"
+ rm -rf "$(datadir)"
+ rm -rf "$(docdir)"
+
# various test targets
test speed test2: all
$(MAKE) -C tests $@
reply other threads:[~2006-03-26 19:41 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=12a241ad0603261141x18e9590wa95a9112d54bb6f@mail.gmail.com \
--to=brunoabinader@gmail.com \
--cc=qemu-devel@nongnu.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).