public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Peter Feiner <pfeiner@google.com>
To: kvm@vger.kernel.org, drjones@redhat.com, pbonzini@redhat.com
Cc: pfeiner@google.com
Subject: [kvm-unit-tests] arm: fix parallel build (make -j)
Date: Thu,  3 Mar 2016 13:41:14 -0800	[thread overview]
Message-ID: <1457041274-32283-1-git-send-email-pfeiner@google.com> (raw)

Dependency on asm-offsets.h wasn't made explicit in the Makefiles.
Worked without -j because non-parallel make builds dependencies in
declared order.

Signed-off-by: Peter Feiner <pfeiner@google.com>
---
 arm/Makefile.common | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arm/Makefile.common b/arm/Makefile.common
index dd3a0ca..6de82cf 100644
--- a/arm/Makefile.common
+++ b/arm/Makefile.common
@@ -71,3 +71,5 @@ test_cases: $(generated_files) $(tests-common) $(tests)
 
 $(TEST_DIR)/selftest.elf: $(cstart.o) $(TEST_DIR)/selftest.o
 $(TEST_DIR)/spinlock-test.elf: $(cstart.o) $(TEST_DIR)/spinlock-test.o
+
+$(TEST_DIR)/selftest.o $(TEST_DIR)/spinlock-test.o $(cstart.o): $(asm-offsets)
-- 
2.7.0.rc3.207.g0ac5344


             reply	other threads:[~2016-03-03 21:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-03 21:41 Peter Feiner [this message]
2016-03-04 11:04 ` [kvm-unit-tests] arm: fix parallel build (make -j) Andrew Jones
2016-03-04 15:45   ` Paolo Bonzini
2016-03-04 16:28     ` Andrew Jones
2016-03-04 17:03       ` Peter Feiner
2016-03-04 17:04 ` [PATCH kvm-unit-tests v2] " Peter Feiner
2016-03-04 18:34   ` Andrew Jones

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=1457041274-32283-1-git-send-email-pfeiner@google.com \
    --to=pfeiner@google.com \
    --cc=drjones@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    /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