[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] configure: fix backwards-compatibility for meson sphinx_buil
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH] configure: fix backwards-compatibility for meson sphinx_build option |
|
Date: |
Fri, 19 May 2023 19:13:42 +0100 |
On Fri, 19 May 2023 at 19:08, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> Reintroduce the cmd_line.txt mangling to remove the sphinx_build
> option when rerunning meson. The mechanism was removed in
> commit 75cc28648574 ("configure: remove backwards-compatibility code",
> 2023-01-11)
> because it was obsolete at the time, but the Meson deprecation
> mechanism doesn't quite work when options are finally removed.
>
> Reported-by: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This plus the Makefile patch from the other email thread
are sufficient for the incremental make to work again.
Tested-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM