From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mpcsg-0005So-7y for qemu-devel@nongnu.org; Mon, 21 Sep 2009 03:00:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mpcsb-0005Sc-4z for qemu-devel@nongnu.org; Mon, 21 Sep 2009 03:00:13 -0400 Received: from [199.232.76.173] (port=41037 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mpcsa-0005SY-VW for qemu-devel@nongnu.org; Mon, 21 Sep 2009 03:00:09 -0400 Received: from mx20.gnu.org ([199.232.41.8]:33636) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MpcsZ-00043m-O4 for qemu-devel@nongnu.org; Mon, 21 Sep 2009 03:00:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MpcsY-0003wF-1w for qemu-devel@nongnu.org; Mon, 21 Sep 2009 03:00:06 -0400 Message-ID: <4AB7246E.8040508@redhat.com> Date: Mon, 21 Sep 2009 08:59:58 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <200909201934.n8KJY7NZ016329@d01av02.pok.ibm.com> In-Reply-To: <200909201934.n8KJY7NZ016329@d01av02.pok.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [Qemu-commits] [COMMIT 96e132e] Compile TCG runtime library only once List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: "qemu-devel@nongnu.org" On 09/20/09 21:37, Anthony Liguori wrote: > From: Blue Swirl > > Signed-off-by: Blue Swirl linux-user builds are broken now, a full build gives me: make[1]: *** No rule to make target `tcg/tcg-runtime.o', needed by `qemu-x86_64'. Stop. and simliar errors for other archs. cheers, Gerd