[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] scripts/git.orderfile: Display meson files along with bui
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH v2] scripts/git.orderfile: Display meson files along with buildsys ones |
Date: |
Tue, 8 Sep 2020 13:48:53 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 08/09/20 12:02, Laszlo Ersek wrote:
> Possibly related (not sure if there's another patch pending for it
> already): if you run a "make clean" in the source tree, and have the
> Meson submodule initialized, the "make clean" will delete files from the
> Meson submodule.
>
> find . \( -name '*.so' -o -name '*.dll' -o -name '*.[oda]' \) -type f \
>
> "*.d" matches various meson files.
>
> (Again, apologies if this is already known; I understand this is
> probably the worst context to report his in...)
Is this running "make clean" from an old commit (i.e. as in an in-tree
build) after having checked out the meson submodule?
Paolo