RE: [PATCH] doc: avoid meson deprecation in setup

2022-11-17 Thread Ruifeng Wang
er ; > Zyta Szpak > ; Liron Himi ; Nithin Dabilpuram > ; Kiran Kumar K ; Sunil > Kumar Kori > ; Satha Rao ; David Hunt > > Subject: [PATCH] doc: avoid meson deprecation in setup > > The command

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

2022-11-16 Thread David Marchand
On Tue, Nov 15, 2022 at 6:39 PM Bruce Richardson wrote: > > On Tue, Nov 15, 2022 at 09:35:16AM -0800, Stephen Hemminger wrote: > > The command "meson build" causes a deprecation warning with meson 0.64.0. > > > > WARN

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

2022-11-15 Thread Zhangfei Gao
On 2022/11/16 上午1:35, Stephen Hemminger wrote: 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]`

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

2022-11-15 Thread Bruce Richardson
On Tue, Nov 15, 2022 at 09:35:16AM -0800, Stephen Hemminger wrote: > The command "meson build" causes a deprecation warning with meson 0.64.0. > > WARNING: Running the setup command as `meson [options]` instead of `mes

[PATCH] doc: avoid meson deprecation in setup

2022-11-15 Thread 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 exam