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

2022-11-17 Thread Ruifeng Wang
> -Original Message- > From: Stephen Hemminger > Sent: Wednesday, November 16, 2022 1:35 AM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Ruifeng Wang > ; > Zhangfei Gao ; Bruce Richardson > ; > Elena Agostini ; Shepard Siegel > ; Ed > Czeck ; John Miller ; > Zyta Szpak > ; Liron Himi ;

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