From: Paolo Bonzini <pbonzini@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PULL v7 000/151] Meson-based build system
Date: Thu, 20 Aug 2020 13:52:24 +0200 [thread overview]
Message-ID: <446a210a-7e88-ab9b-05f4-6b0ffabf97c6@redhat.com> (raw)
In-Reply-To: <CAFEAcA86m9N5ceYB+Nu965Se=qyZ_3W-Cn76Qc+Dd75hEApz=w@mail.gmail.com>
On 20/08/20 12:33, Peter Maydell wrote:
> 'make check' still fails for the all-linux-static config, this
> time for a different reason:
>
> make: *** No rule to make target 'check-qtest', needed by 'check'. Stop.
Oh, there are two "check:" rules.
I pushed again the tag with just this delta:
diff --git a/tests/Makefile.include b/tests/Makefile.include
index ae4315e00e..9ac8f5b86a 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -526,13 +526,12 @@ check-acceptance: check-venv $(TESTS_RESULTS_DIR) get-vm-images
check-block:
check-build: build-unit
-check: check-unit
check-clean:
rm -rf $(check-unit-y) tests/*.o tests/*/*.o $(QEMU_IOTESTS_HELPERS-y)
rm -f tests/test-qapi-gen-timestamp
rm -rf $(TESTS_VENV_DIR) $(TESTS_RESULTS_DIR)
-check: check-block check-qapi-schema check-unit check-qtest check-decodetree
+check: check-unit
clean: check-clean
If any more reasonable expectations from the older build system turn out to
be broken, like in the binaries case, I will be happy to accomodate them
Paolo
next prev parent reply other threads:[~2020-08-20 11:53 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-19 21:32 [PULL v7 000/151] Meson-based build system Paolo Bonzini
2020-08-19 21:59 ` Eric Blake
2020-08-19 22:08 ` Paolo Bonzini
2020-08-20 10:33 ` Peter Maydell
2020-08-20 11:52 ` Paolo Bonzini [this message]
2020-08-20 14:54 ` Peter Maydell
2020-08-20 16:02 ` Paolo Bonzini
2020-08-20 16:10 ` Peter Maydell
2020-08-21 6:15 ` Howard Spoelstra
2020-08-21 10:58 ` Howard Spoelstra
2020-08-21 12:33 ` Paolo Bonzini
2020-08-21 16:11 ` Howard Spoelstra
2020-08-21 16:16 ` Paolo Bonzini
2020-08-24 16:18 ` Daniel P. Berrangé
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=446a210a-7e88-ab9b-05f4-6b0ffabf97c6@redhat.com \
--to=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/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).