From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uf5GD-0004AN-RJ for qemu-devel@nongnu.org; Wed, 22 May 2013 05:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uf5GC-0000Aa-Jy for qemu-devel@nongnu.org; Wed, 22 May 2013 05:23:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uf5GC-000091-Cf for qemu-devel@nongnu.org; Wed, 22 May 2013 05:23:04 -0400 Message-ID: <519C8E6C.3000107@redhat.com> Date: Wed, 22 May 2013 11:22:52 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20130521214645.GA8863@redhat.com> <20130521220917.GA803@redhat.com> <87obc34fy3.fsf@blackfin.pond.sub.org> <20130522083732.GD7993@redhat.com> <519C8541.6060605@redhat.com> <20130522085219.GF7993@redhat.com> In-Reply-To: <20130522085219.GF7993@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] makefile: detect corrupted elf files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Peter Maydell , Anthony Liguori , qemu-devel@nongnu.org, Markus Armbruster , Luiz Capitulino , Blue Swirl Il 22/05/2013 10:52, Michael S. Tsirkin ha scritto: > The fix is simple here: don't use ccache. I don't. > > In fact, from what I saw people use ccache to work around makefile bugs, > so they can do make clean; make and have it finish quickly. > > Any other examples? Testing configure patches should be done (also) from a clean build directory, for example. Paolo