projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff667e2
)
build: improve quiet output for .stp rules
author
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 21 Dec 2012 09:45:20 +0000
(10:45 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Sat, 12 Jan 2013 17:42:51 +0000
(18:42 +0100)
Mention the directory in which the .stp file is being generated.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile.target
patch
|
blob
|
history
diff --git
a/Makefile.target
b/Makefile.target
index d55134c12fdbddb4a198dcadb40a7b7bcefcf05e..eb84b1f8e3ddeadc4cd2b81c4143cc6510c0aaf8 100644
(file)
--- 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