qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PULL v5 00/46] Next round of Meson bugfixes and cleanups
Date: Tue, 8 Sep 2020 16:21:03 +0200	[thread overview]
Message-ID: <86ce5e95-dc8a-f830-4939-eef7218303fc@redhat.com> (raw)
In-Reply-To: <dbc559bd-8e4c-d4d3-6719-143cd8b7b8d7@redhat.com>

On 08/09/20 16:13, Philippe Mathieu-Daudé wrote:
> 
> Makefile.include:144: warning: overriding recipe for target 'check-block'
> Makefile.mtest:1339: warning: ignoring old recipe for target 'check-block'
> config-host.mak is out-of-date, running configure
> 
> Nothing to worry about as Makefile.mtest is generated.
> I wonder if it is possible to avoid such warnings though...

It's not possible, but it's harmless:

1) it goes away as soon as Makefile.mtest is regenerated (which happens
before any goal specified on the command line is evaluated, so before
any "check-*" rule)

2) it only happens in a very edge case of moving stuff *from* Meson back
to the Makefile, i.e. in case of wrong judgment as for check-block.

Paolo



  reply	other threads:[~2020-09-08 14:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-08  9:44 [PULL v5 00/46] Next round of Meson bugfixes and cleanups Paolo Bonzini
2020-09-08 13:26 ` Peter Maydell
2020-09-08 14:13   ` Philippe Mathieu-Daudé
2020-09-08 14:21     ` Paolo Bonzini [this message]
2020-09-12 16:19   ` Philippe Mathieu-Daudé

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=86ce5e95-dc8a-f830-4939-eef7218303fc@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@redhat.com \
    --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).