summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-12-21 10:45:20 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2013-01-12 18:42:51 +0100
commitaaf821fde35f2ac5cf509ebd83a7d40704ea8d48 (patch)
treebe04c1849119768ca20bf3ce651556d52030827c /Makefile.target
parentff667e2e9b86fdc36e3b143483526f4c4fe80049 (diff)
downloadhqemu-aaf821fde35f2ac5cf509ebd83a7d40704ea8d48.zip
hqemu-aaf821fde35f2ac5cf509ebd83a7d40704ea8d48.tar.gz
build: improve quiet output for .stp rules
Mention the directory in which the .stp file is being generated. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index d55134c..eb84b1f 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -54,7 +54,7 @@ $(QEMU_PROG).stp: $(SRC_PATH)/trace-events
--binary=$(bindir)/$(QEMU_PROG) \
--target-arch=$(TARGET_ARCH) \
--target-type=$(TARGET_TYPE) \
- < $< > $@," GEN $(QEMU_PROG).stp")
+ < $< > $@," GEN $(TARGET_DIR)$(QEMU_PROG).stp")
else
stap:
endif
OpenPOWER on IntegriCloud