From: Jan Kiszka <jan.kiszka@web.de>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH] build system: silence gdbstub-xml.c generation
Date: Mon, 16 Mar 2009 23:28:52 +0100 [thread overview]
Message-ID: <49BED2A4.1050703@web.de> (raw)
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
Makefile.target | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/Makefile.target b/Makefile.target
index 41366ee..47a4ada 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -737,11 +737,10 @@ $(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a
endif # !CONFIG_USER_ONLY
gdbstub-xml.c: $(TARGET_XML_FILES) feature_to_c.sh
- rm -f $@
ifeq ($(TARGET_XML_FILES),)
- echo > $@
-else
- $(SHELL) $(SRC_PATH)/feature_to_c.sh $@ $(TARGET_XML_FILES)
+ $(call quiet-command,rm -f $@ && echo > $@," GEN $(TARGET_DIR)$@")
+else
+ $(call quiet-command,rm -f $@ && $(SHELL) $(SRC_PATH)/feature_to_c.sh $@ $(TARGET_XML_FILES)," GEN $(TARGET_DIR)$@")
endif
clean:
next reply other threads:[~2009-03-16 22:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-16 22:28 Jan Kiszka [this message]
2009-03-28 23:46 ` [Qemu-devel] [PATCH] build system: silence gdbstub-xml.c generation Aurelien Jarno
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=49BED2A4.1050703@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 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.