From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfaTc-0000CZ-Ud for qemu-devel@nongnu.org; Fri, 25 Sep 2015 17:24:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfaTZ-0001hM-Su for qemu-devel@nongnu.org; Fri, 25 Sep 2015 17:24:20 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:10239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfaTZ-0001fR-OI for qemu-devel@nongnu.org; Fri, 25 Sep 2015 17:24:17 -0400 Message-ID: <1443216251.8687.61.camel@ubuntu-sellcey> From: Steve Ellcey Date: Fri, 25 Sep 2015 14:24:11 -0700 In-Reply-To: <55FBF830.4090701@redhat.com> References: <1442570495-22029-1-git-send-email-berrange@redhat.com> <55FBF830.4090701@redhat.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Makefile: fix build when VPATH is outside GIT tree Reply-To: sellcey@imgtec.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Peter Maydell , Leon Alrae , qemu-devel@nongnu.org On Fri, 2015-09-18 at 13:40 +0200, Paolo Bonzini wrote: > > The problem is due to the fact that some sub directory deps > > were listed against SOFTMMU_SUBDIR_RULES instead of SUBDIR_RULES, > > so were only processed for system emulators, not user emalutors. > > > > Signed-off-by: Daniel P. Berrange > > Queued, thanks. > > Paolo Is being queued a status for qemu patches or does that just mean it is in your personal queue to handle when you have time? I would like to remove my local patch for this and go back to using the top-of-tree sources, but it doesn't look like this change has been checked in yet. It does fix my build problem. Steve Ellcey sellcey@imgtec.com