From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu512-0003IH-W9 for qemu-devel@nongnu.org; Sat, 12 Jan 2013 12:37:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tu50x-0000WX-1E for qemu-devel@nongnu.org; Sat, 12 Jan 2013 12:37:08 -0500 Received: from mail-we0-f178.google.com ([74.125.82.178]:53489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu50w-0000WT-RU for qemu-devel@nongnu.org; Sat, 12 Jan 2013 12:37:02 -0500 Received: by mail-we0-f178.google.com with SMTP id x43so1319235wey.23 for ; Sat, 12 Jan 2013 09:37:02 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Sat, 12 Jan 2013 18:35:38 +0100 Message-Id: <1358012138-21613-28-git-send-email-pbonzini@redhat.com> In-Reply-To: <1358012138-21613-1-git-send-email-pbonzini@redhat.com> References: <1358012138-21613-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 27/27] build: improve quiet output for .stp rules List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Mention the directory in which the .stp file is being generated. Signed-off-by: Paolo Bonzini --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.1