From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6nNn-0004HE-4w for qemu-devel@nongnu.org; Tue, 27 Apr 2010 12:11:35 -0400 Received: from [140.186.70.92] (port=56155 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6nNf-000451-Pe for qemu-devel@nongnu.org; Tue, 27 Apr 2010 12:11:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6nN9-000882-TY for qemu-devel@nongnu.org; Tue, 27 Apr 2010 12:10:57 -0400 Received: from mail-ew0-f227.google.com ([209.85.219.227]:49950) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6nN9-00087c-Oe for qemu-devel@nongnu.org; Tue, 27 Apr 2010 12:10:55 -0400 Received: by ewy27 with SMTP id 27so4109040ewy.10 for ; Tue, 27 Apr 2010 09:10:53 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4BD70C8A.1070007@redhat.com> Date: Tue, 27 Apr 2010 18:10:50 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1272380840-1132-1-git-send-email-froydnj@codesourcery.com> In-Reply-To: <1272380840-1132-1-git-send-email-froydnj@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 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. Paolo