From: Richard Henderson <richard.henderson@linaro.org>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>,
Laurent Vivier <laurent@vivier.eu>, Warner Losh <imp@bsdimp.com>,
Kyle Evans <kevans@freebsd.org>
Subject: Re: [PATCH 1/2] bsd-user: Only process meson rules on BSD host
Date: Sun, 26 Sep 2021 19:08:30 -0400 [thread overview]
Message-ID: <e43cf822-c23d-1ddf-398e-71f78ea05b43@linaro.org> (raw)
In-Reply-To: <20210926220103.1721355-2-f4bug@amsat.org>
On 9/26/21 6:01 PM, Philippe Mathieu-Daudé wrote:
> Reported-by: Warner Losh <imp@bsdimp.com>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> bsd-user/meson.build | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/bsd-user/meson.build b/bsd-user/meson.build
> index 03695493408..a7607e1c884 100644
> --- a/bsd-user/meson.build
> +++ b/bsd-user/meson.build
> @@ -1,3 +1,7 @@
> +if not config_host.has_key('CONFIG_BSD')
> + subdir_done()
> +endif
Why here and not in the parent meson.build?
r~
next prev parent reply other threads:[~2021-09-26 23:09 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-26 22:01 [PATCH 0/2] user-mode: Avoid processing unnecessary meson rules Philippe Mathieu-Daudé
2021-09-26 22:01 ` [PATCH 1/2] bsd-user: Only process meson rules on BSD host Philippe Mathieu-Daudé
2021-09-26 23:08 ` Richard Henderson [this message]
2021-09-26 23:31 ` Warner Losh
2021-09-27 5:24 ` Philippe Mathieu-Daudé
2021-10-05 19:16 ` Paolo Bonzini
2021-09-27 2:42 ` WANG Xuerui
2021-09-27 2:59 ` WANG Xuerui
2021-09-27 9:14 ` Peter Maydell
2021-09-27 9:40 ` Philippe Mathieu-Daudé
2021-09-27 9:54 ` Peter Maydell
2021-10-05 19:23 ` Paolo Bonzini
2021-10-05 18:28 ` Alex Bennée
2021-09-27 9:52 ` Daniel P. Berrangé
2021-09-27 10:07 ` Peter Maydell
2021-09-27 10:53 ` Warner Losh
2021-10-05 19:26 ` Paolo Bonzini
2021-10-05 20:41 ` Laurent Vivier
2021-10-05 20:46 ` Warner Losh
2021-10-06 6:02 ` Laurent Vivier
2021-09-26 22:01 ` [PATCH 2/2] linux-user: Only process meson rules on Linux host Philippe Mathieu-Daudé
2021-09-27 2:42 ` WANG Xuerui
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=e43cf822-c23d-1ddf-398e-71f78ea05b43@linaro.org \
--to=richard.henderson@linaro.org \
--cc=f4bug@amsat.org \
--cc=imp@bsdimp.com \
--cc=kevans@freebsd.org \
--cc=laurent@vivier.eu \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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).