Re: [PATCH 2/2] build: fix warning when running external command

2023-05-29 Thread Bruce Richardson
On Mon, May 29, 2023 at 01:57:51PM +0800, Ruifeng Wang wrote: > Meson gives warnings on calls to run_command when there is > a missing "check" parameter. Most of the occurrences has been fixed. > Fixed the remaining one in this change. > > Fixes: ecb904cc4596 ("build: fix warnings when running ext

[PATCH 2/2] build: fix warning when running external command

2023-05-28 Thread Ruifeng Wang
Meson gives warnings on calls to run_command when there is a missing "check" parameter. Most of the occurrences has been fixed. Fixed the remaining one in this change. Fixes: ecb904cc4596 ("build: fix warnings when running external commands") Cc: bruce.richard...@intel.com Cc: sta...@dpdk.org Sig