From: Jan Kiszka <jan.kiszka@web.de>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH] build system: clean qemu-options.texi and gdbstub-xml.c
Date: Thu, 02 Apr 2009 22:04:43 +0200 [thread overview]
Message-ID: <49D51A5B.1050206@web.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 999 bytes --]
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
Makefile | 2 +-
Makefile.target | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 2bee52c..84437a0 100644
--- a/Makefile
+++ b/Makefile
@@ -219,7 +219,7 @@ clean:
done
distclean: clean
- rm -f config-host.mak config-host.h $(DOCS)
+ rm -f config-host.mak config-host.h $(DOCS) qemu-options.texi
rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr}
for d in $(TARGET_DIRS); do \
rm -rf $$d || exit 1 ; \
diff --git a/Makefile.target b/Makefile.target
index e855dc3..ebc83a5 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -754,7 +754,7 @@ qemu-options.h: $(SRC_PATH)/qemu-options.hx
sh $(SRC_PATH)/hxtool -h < $< > $@
clean:
- rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h
+ rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h gdbstub-xml.c
rm -f *.d */*.d tcg/*.o
install: all
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
next reply other threads:[~2009-04-02 20:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-02 20:04 Jan Kiszka [this message]
2009-04-05 17:41 ` [Qemu-devel] [PATCH] build system: clean qemu-options.texi and gdbstub-xml.c Anthony Liguori
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=49D51A5B.1050206@web.de \
--to=jan.kiszka@web.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).