From: Paolo Bonzini Date: Fri, 21 Dec 2012 09:45:20 +0000 (+0100) Subject: build: improve quiet output for .stp rules X-Git-Tag: v1.4.0-rc0~197^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aaf821fde35f2ac5cf509ebd83a7d40704ea8d48;p=thirdparty%2Fqemu.git build: improve quiet output for .stp rules Mention the directory in which the .stp file is being generated. Signed-off-by: Paolo Bonzini --- diff --git a/Makefile.target b/Makefile.target index d55134c12fd..eb84b1f8e3d 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