From: Michael Renzmann <mrenzmann@otaku42.de>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH] distclean target: remove config-host-kqemu.mak
Date: Fri, 10 Feb 2006 11:30:59 +0100 [thread overview]
Message-ID: <1139567459.5127.12.camel@gimli> (raw)
[-- Attachment #1: Type: text/plain, Size: 141 bytes --]
Hi.
The attached trivial patch for current CVS adds config-host-kqemu.mak to
the list of removed files in the distclean target.
Bye, Mike
[-- Attachment #2: qemu-cvs-distclean.diff --]
[-- Type: text/x-patch, Size: 361 bytes --]
Index: Makefile
===================================================================
--- Makefile (revision 4)
+++ Makefile (working copy)
@@ -35,7 +35,7 @@
done
distclean: clean
- rm -f config-host.mak config-host.h
+ rm -f config-host.mak config-host.h config-host-kqemu.mak
for d in $(TARGET_DIRS); do \
rm -rf $$d || exit 1 ; \
done
reply other threads:[~2006-02-10 10:31 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=1139567459.5127.12.camel@gimli \
--to=mrenzmann@otaku42.de \
--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).