From patchwork Fri Oct 22 19:17:56 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juergen Lock X-Patchwork-Id: 68947 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 48E85B6EE8 for ; Sat, 23 Oct 2010 06:51:56 +1100 (EST) Received: from localhost ([127.0.0.1]:34374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9NeR-0005hV-40 for incoming@patchwork.ozlabs.org; Fri, 22 Oct 2010 15:51:43 -0400 Received: from [140.186.70.92] (port=46597 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9N9X-0000Yg-2w for qemu-devel@nongnu.org; Fri, 22 Oct 2010 15:19:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9N9V-0001wl-O9 for qemu-devel@nongnu.org; Fri, 22 Oct 2010 15:19:47 -0400 Received: from gelbbaer.kn-bremen.de ([78.46.108.116]:53508 helo=smtp.kn-bremen.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9N9V-0001w9-JP for qemu-devel@nongnu.org; Fri, 22 Oct 2010 15:19:45 -0400 Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 700CD1E000CF; Fri, 22 Oct 2010 21:19:43 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id o9MJHvda052231 for ; Fri, 22 Oct 2010 21:17:57 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id o9MJHuwV052230 for qemu-devel@nongnu.org; Fri, 22 Oct 2010 21:17:56 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 22 Oct 2010 21:17:56 +0200 To: qemu-devel@nongnu.org Message-ID: <20101022191756.GA52219@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: [Qemu-devel] [PATCH] (master, stable-0.13) Fix a make -j race X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Juergen Lock --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ bt-host.o: QEMU_CFLAGS += $(BLUEZ_CFLAGS ###################################################################### qemu-img.o: qemu-img-cmds.h -qemu-img.o qemu-tool.o qemu-nbd.o qemu-io.o: $(GENERATED_HEADERS) +qemu-img.o qemu-tool.o qemu-nbd.o qemu-io.o cmd.o: $(GENERATED_HEADERS) qemu-img$(EXESUF): qemu-img.o qemu-tool.o qemu-error.o $(block-obj-y) $(qobject-obj-y)