From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScdTm-0000Yl-7z for qemu-devel@nongnu.org; Thu, 07 Jun 2012 10:14:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScdTg-0003Pk-1G for qemu-devel@nongnu.org; Thu, 07 Jun 2012 10:14:25 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:33788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScdTf-0003PW-P7 for qemu-devel@nongnu.org; Thu, 07 Jun 2012 10:14:19 -0400 Received: by pbbro12 with SMTP id ro12so1246431pbb.4 for ; Thu, 07 Jun 2012 07:14:17 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FD0B735.90508@redhat.com> Date: Thu, 07 Jun 2012 16:14:13 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1339054814-20939-1-git-send-email-pbonzini@redhat.com> <4FD09F16.5010007@suse.de> <4FD0A2F5.70504@codemonkey.ws> In-Reply-To: <4FD0A2F5.70504@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v3 00/29] per-directory Makefile.objs snippets, limit vpath (ab)use List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: =?ISO-8859-15?Q?Andreas_F=E4rber?= , qemu-devel@nongnu.org Il 07/06/2012 14:47, Anthony Liguori ha scritto: >>> >>> >>> v2->v3: included patch from Anthony, added fixes for new dump mechanism >> >> A question: How nice does this play with `make clean`ing the old places >> the objects were built in an existing checkout? Did you test that? > > I did. Seemed to work for me but YMMV. Make clean uses *.o so it works nicely. Paolo