From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TumaF-0005Rq-3I for qemu-devel@nongnu.org; Mon, 14 Jan 2013 11:08:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tuma9-00059a-An for qemu-devel@nongnu.org; Mon, 14 Jan 2013 11:08:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tuma9-00059R-3H for qemu-devel@nongnu.org; Mon, 14 Jan 2013 11:08:17 -0500 Message-ID: <50F42483.4010303@redhat.com> Date: Mon, 14 Jan 2013 16:30:11 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1358012138-21613-1-git-send-email-pbonzini@redhat.com> <1358012138-21613-26-git-send-email-pbonzini@redhat.com> <87txqj6bcl.fsf@fimbulvetr.bsc.es> In-Reply-To: <87txqj6bcl.fsf@fimbulvetr.bsc.es> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 25/27] build: some simplifications for "trace/Makefile.objs" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?TGx1w61zIFZpbGFub3Zh?= Cc: qemu-devel@nongnu.org Il 14/01/2013 16:19, Llu=C3=ADs Vilanova ha scritto: > This patch looks outdated. Last revision in master has an explicit line= to > generate a .o that reads: >=20 > #v+ > $(obj)/generated-tracers-dtrace.o: trace/generated-tracers-dtrace.dtrac= e > $(call quiet-command,dtrace -o $@ -G -s $<, " GEN $@") > #v- See the earlier patch "build: move dtrace rules to rules.mak" in the series. I did this to simplify the introduction of libtool rules. This pull request is a fast forward from master. Paolo