From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6nXk-0002vQ-Ds for qemu-devel@nongnu.org; Tue, 27 Apr 2010 12:21:52 -0400 Received: from [140.186.70.92] (port=57815 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6nXi-0002uJ-Fd for qemu-devel@nongnu.org; Tue, 27 Apr 2010 12:21:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6nXg-0001Z9-Di for qemu-devel@nongnu.org; Tue, 27 Apr 2010 12:21:50 -0400 Received: from mx20.gnu.org ([199.232.41.8]:20999) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6nXg-0001Yt-A4 for qemu-devel@nongnu.org; Tue, 27 Apr 2010 12:21:48 -0400 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1O6nXf-0003nF-C1 for qemu-devel@nongnu.org; Tue, 27 Apr 2010 12:21:47 -0400 Date: Tue, 27 Apr 2010 09:21:46 -0700 From: Nathan Froyd Message-ID: <20100427162145.GM18198@codesourcery.com> References: <1272380840-1132-1-git-send-email-froydnj@codesourcery.com> <4BD70C8A.1070007@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BD70C8A.1070007@redhat.com> 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: Paolo Bonzini Cc: qemu-devel@nongnu.org On Tue, Apr 27, 2010 at 06:10:50PM +0200, Paolo Bonzini wrote: > On 04/27/2010 05:07 PM, Nathan Froyd wrote: >> 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). I realize that other people have been humming along with *-user builds, but perhaps the distro that they use patches make appropriately? (Certainly the set-vpath patch indicates that some distro(s), somewhere, apply some set of patches to make...?) -Nathan