From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSNW5-0003Zd-RT for qemu-devel@nongnu.org; Mon, 02 Mar 2015 05:24:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSNW0-0003wP-Q4 for qemu-devel@nongnu.org; Mon, 02 Mar 2015 05:24:01 -0500 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:46952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSNW0-0003wG-Ia for qemu-devel@nongnu.org; Mon, 02 Mar 2015 05:23:56 -0500 Received: by wevm14 with SMTP id m14so32258807wev.13 for ; Mon, 02 Mar 2015 02:23:55 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54F43A29.5040509@redhat.com> Date: Mon, 02 Mar 2015 11:23:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1424968408-16786-1-git-send-email-mst@redhat.com> <54F0BA59.30808@redhat.com> <20150301165011.GA4290@redhat.com> In-Reply-To: <20150301165011.GA4290@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Makefile.objs: add dummy rule for .dsl files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Peter Maydell , qemu-devel@nongnu.org, Anthony Liguori , Richard Henderson On 01/03/2015 17:50, Michael S. Tsirkin wrote: > Hmm, it turns out while this helps sometimes, > sometimes this results in a hard to debug error > as we try to run preprocessor on the non-existent .dsl. > > If not too late, I suggest you drop this one for now. > If too late, probably not worth reverting. > Okay, dropped. Paolo