]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
build: improve quiet output for .stp rules
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Dec 2012 09:45:20 +0000 (10:45 +0100)
committerPaolo 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

index d55134c12fdbddb4a198dcadb40a7b7bcefcf05e..eb84b1f8e3ddeadc4cd2b81c4143cc6510c0aaf8 100644 (file)
@@ -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