qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 27/27] build: improve quiet output for .stp rules


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 27/27] build: improve quiet output for .stp rules
Date: Fri, 21 Dec 2012 17:05:48 +0100

Mention the directory in which the .stp file is being generated.

Signed-off-by: Paolo Bonzini <address@hidden>
---
 Makefile.target |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.target b/Makefile.target
index 9cbe6fe..2c28f54 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
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]