From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtQU8-00044q-QN for qemu-devel@nongnu.org; Fri, 03 Feb 2012 16:15:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtQU7-00086y-53 for qemu-devel@nongnu.org; Fri, 03 Feb 2012 16:15:56 -0500 Received: from gw.ac.upc.edu ([147.83.30.3]:50458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtQU6-00086t-M1 for qemu-devel@nongnu.org; Fri, 03 Feb 2012 16:15:55 -0500 From: =?utf-8?b?TGx1w61z?= Vilanova Date: Fri, 03 Feb 2012 22:15:42 +0100 Message-ID: <20120203211542.31173.78004.stgit@ginnungagap.bsc.es> In-Reply-To: <20120203211457.31173.55544.stgit@ginnungagap.bsc.es> References: <20120203211457.31173.55544.stgit@ginnungagap.bsc.es> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 3/3] [trivial] Regenerate files when tracetool changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@gmail.com Signed-off-by: Llu=C3=ADs Vilanova --- Makefile.objs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.objs b/Makefile.objs index b187d17..e6644c6 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -352,12 +352,12 @@ ifeq ($(TRACE_BACKEND),dtrace) TRACE_H_EXTRA_DEPS=3Dtrace-dtrace.h endif trace.h: trace.h-timestamp $(TRACE_H_EXTRA_DEPS) -trace.h-timestamp: $(SRC_PATH)/trace-events $(BUILD_DIR)/config-host.mak +trace.h-timestamp: $(SRC_PATH)/trace-events $(BUILD_DIR)/config-host.mak= $(TRACETOOL) $(call tracetool-gen,h,$(TRACE_BACKEND)) $(call tracetool-ci) =20 trace.c: trace.c-timestamp -trace.c-timestamp: $(SRC_PATH)/trace-events $(BUILD_DIR)/config-host.mak +trace.c-timestamp: $(SRC_PATH)/trace-events $(BUILD_DIR)/config-host.mak= $(TRACETOOL) $(call tracetool-gen,c,$(TRACE_BACKEND)) $(call tracetool-ci) =20 @@ -370,7 +370,7 @@ trace-dtrace.h: trace-dtrace.dtrace # but that gets picked up by QEMU's Makefile as an external dependency # rule file. So we use '.dtrace' instead trace-dtrace.dtrace: trace-dtrace.dtrace-timestamp -trace-dtrace.dtrace-timestamp: $(SRC_PATH)/trace-events $(BUILD_DIR)/con= fig-host.mak +trace-dtrace.dtrace-timestamp: $(SRC_PATH)/trace-events $(BUILD_DIR)/con= fig-host.mak $(TRACETOOL) $(call tracetool-gen,d,$(TRACE_BACKEND)) $(call tracetool-ci) =20