From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6nZ1-0003rO-Hb for qemu-devel@nongnu.org; Tue, 27 Apr 2010 12:23:11 -0400 Received: from [140.186.70.92] (port=57916 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6nZ0-0003qB-DU for qemu-devel@nongnu.org; Tue, 27 Apr 2010 12:23:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6nYz-0001hq-2y for qemu-devel@nongnu.org; Tue, 27 Apr 2010 12:23:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18004) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6nYy-0001hi-S6 for qemu-devel@nongnu.org; Tue, 27 Apr 2010 12:23:09 -0400 Message-ID: <4BD70F62.30505@redhat.com> Date: Tue, 27 Apr 2010 18:22:58 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1272380840-1132-1-git-send-email-froydnj@codesourcery.com> <4BD70C8A.1070007@redhat.com> <20100427162145.GM18198@codesourcery.com> In-Reply-To: <20100427162145.GM18198@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] work around make bug for *-user builds List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nathan Froyd Cc: qemu-devel@nongnu.org >>> To restore buildability of the *-user configs, move calls to set-vpath >>> out from under ifdefs, and conditionally provide a path for set-vpath. >> >> Uhm, out of curiosity what make is this? Lots of patches have been >> committed to *-user in the meanwhile, so it looks like a problem in your >> make. > > This happens to me with three different versions of make: > > - 3.80, no patches applied. > - 3.81, no patches applied. > - 3.81 from Ubuntu Hardy (I haven't looked to see what patches are applied). Interesting. BTW I am using Fedora. Given this, Acked-by: Paolo Bonzini Paolo