Re: [PATCH v2] doc: avoid meson deprecation in setup

2022-11-22 Thread David Marchand
On Tue, Nov 22, 2022 at 12:38 PM David Marchand wrote: > > From: Stephen Hemminger > > The command "meson build" causes a deprecation warning with meson 0.64.0. > > WARNING: Running the setup command as `meson [options]` instead of > `meson setup [options]` is ambiguous and deprecated. > > Th

Re: [PATCH v2] doc: avoid meson deprecation in setup

2022-11-22 Thread Stanisław Kardach
On Tue, Nov 22, 2022 at 12:38 PM David Marchand wrote: > > From: Stephen Hemminger > > The command "meson build" causes a deprecation warning with meson 0.64.0. > > WARNING: Running the setup command as `meson [options]` instead of > `meson setup [options]` is ambiguous and deprecated. > > Th

[PATCH v2] doc: avoid meson deprecation in setup

2022-11-22 Thread David Marchand
From: Stephen Hemminger The command "meson build" causes a deprecation warning with meson 0.64.0. WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. Therefore fix the examples in the documentation. Signed-off-by: Stephen