[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: |
Sat, 12 Sep 2020 08:01:32 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 08/09/20 14:30, Laszlo Ersek wrote:
>
> The current working directory is the source tree.
>
> The working directory is pristine, as in:
> $ git reset --hard
> $ git clean -ffdx
> $ git submodule deinit --force --all
>
> Then:
>
> $ git submodule update --init --force
> $ make clean
> $ git status
I see. We should probably rename the Makefile in the source tree, since
it is only meant to be used from the build tree.
Paolo