From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: sw@weilnetz.de
Subject: [Qemu-devel] [PATCH 4/4] Makefile: Add missing dependency (fix parallel builds)
Date: Mon, 19 Nov 2012 10:57:42 +0100 [thread overview]
Message-ID: <1353319062-13166-5-git-send-email-pbonzini@redhat.com> (raw)
In-Reply-To: <1353319062-13166-1-git-send-email-pbonzini@redhat.com>
From: Stefan Weil <sw@weilnetz.de>
The executables in i386-softmmu, i386-linux-user, ...
depend on the recently added libqemustub.a.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
Makefile | 2 ++
1 file modificato, 2 inserzioni(+)
diff --git a/Makefile b/Makefile
index b8301a2..3e8d441 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,8 @@ pixman/Makefile: $(SRC_PATH)/pixman/configure
$(SRC_PATH)/pixman/configure:
(cd $(SRC_PATH)/pixman; autoreconf -v --install)
+$(SUBDIR_RULES): libqemustub.a
+
$(filter %-softmmu,$(SUBDIR_RULES)): $(universal-obj-y) $(trace-obj-y) $(common-obj-y) $(extra-obj-y) subdir-libdis
$(filter %-user,$(SUBDIR_RULES)): $(universal-obj-y) $(trace-obj-y) subdir-libdis-user subdir-libuser
--
1.7.12.1
prev parent reply other threads:[~2012-11-19 9:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-19 9:57 [Qemu-devel] [PULL urgent 0/4] build system fixes for 1.3 Paolo Bonzini
2012-11-19 9:57 ` [Qemu-devel] [PATCH 1/4] libcacard: make unnesting rules available to Makefile.objs Paolo Bonzini
2012-11-19 9:57 ` [Qemu-devel] [PATCH 2/4] libcacard: link in stubs Paolo Bonzini
2012-11-19 9:57 ` [Qemu-devel] [PATCH 3/4] tests: " Paolo Bonzini
2012-11-19 9:57 ` Paolo Bonzini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1353319062-13166-5-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).