From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RA4rW-0005YQ-T5 for qemu-devel@nongnu.org; Sat, 01 Oct 2011 15:04:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RA4rV-0001SJ-VO for qemu-devel@nongnu.org; Sat, 01 Oct 2011 15:04:38 -0400 Received: from fmmailgate01.web.de ([217.72.192.221]:47589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RA4rV-0001SF-JE for qemu-devel@nongnu.org; Sat, 01 Oct 2011 15:04:37 -0400 Message-ID: <4E87644B.6050508@web.de> Date: Sat, 01 Oct 2011 21:04:43 +0200 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Sender: andreas.faerber@web.de Subject: [Qemu-devel] qga/qapi dependency issue? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , Michael Roth Cc: qemu-devel Hello, I've noticed that the following rebuild is sometimes triggered after a full build, but only once: $ make -j8 [...] LINK s390x-softmmu/qemu-system-s390x LINK sparc64-softmmu/qemu-system-sparc64 $ make -j8 CC qapi-generated/qga-qapi-types.o LINK qemu-ga $ make -j8 $ It doesn't break anything, but if you happen to know a fix that would be appreciated. :) (Build is out-of-source, host is Linux.) Regards, Andreas