From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf9qk-0004rB-Dt for qemu-devel@nongnu.org; Thu, 14 Jun 2012 09:12:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sf9qX-0007BQ-9P for qemu-devel@nongnu.org; Thu, 14 Jun 2012 09:12:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf9qX-000798-1P for qemu-devel@nongnu.org; Thu, 14 Jun 2012 09:12:21 -0400 Message-ID: <4FD9E331.3000401@redhat.com> Date: Thu, 14 Jun 2012 15:12:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1339620902-4481-1-git-send-email-aliguori@us.ibm.com> <1339620902-4481-2-git-send-email-aliguori@us.ibm.com> <4FD9E24A.1030808@suse.de> In-Reply-To: <4FD9E24A.1030808@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/3] tests: fix dependency inclusion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: "Peter A. G. Crosthwaite" , Anthony Liguori , qemu-devel@nongnu.org Il 14/06/2012 15:08, Andreas F=E4rber ha scritto: >> > # Include automatically generated dependency files >> > -include $(wildcard *.d audio/*.d slirp/*.d block/*.d net/*.d ui/*.= d qapi/*.d) >> > --include $(wildcard qga/*.d hw/*.d hw/usb/*.d) >> > +-include $(wildcard qga/*.d hw/*.d hw/usb/*.d tests/*.d) > The equivalent fix for qom/*.d was denied me just recently... >=20 > I don't see that solved through Paolo's Makefile redesign though, my > local patch still applies. Yeah, let's just do this for now (which applies to your patch as well, Andreas). We'll fix it right for 1.2, but that's no reason to inflict pain upon ourselves until then. Paolo