[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL v5 00/46] Next round of Meson bugfixes and cleanups
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PULL v5 00/46] Next round of Meson bugfixes and cleanups |
Date: |
Tue, 8 Sep 2020 16:13:50 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 9/8/20 3:26 PM, Peter Maydell wrote:
> On Tue, 8 Sep 2020 at 10:45, Paolo Bonzini <pbonzini@redhat.com> wrote:
>>
>> The following changes since commit e11bd71f89649da3cff439c030d2ccac0cc914e3:
>>
>> Merge remote-tracking branch
>> 'remotes/huth-gitlab/tags/pull-request-2020-09-07' into staging (2020-09-07
>> 16:51:00 +0100)
>>
>> are available in the Git repository at:
>>
>> https://gitlab.com/bonzini/qemu.git tags/for-upstream
>>
>> for you to fetch changes up to ef6a0d6e3927464de67f70cb13abbfe67361e0c9:
>>
>> docs: update build system documentation (2020-09-08 07:21:55 +0200)
>>
>> ----------------------------------------------------------------
>> meson related:
>> * convert unit tests
>> * bugfixes for mtest2make
>> * miscellaneous bugfixes
>> * dead code removal and configure cleanups
>> * oss-fuzz fixes
>> * msys fixes
>
>
> Applied, thanks.
Once rebased I got:
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...