numam-dpdk/drivers/common
Bruce Richardson ecb904cc45 build: fix warnings when running external commands
Meson 0.61.1 is giving warnings that the calls to run_command do not
always explicitly specify if the result is to be checked or not, i.e.
there is a missing "check" parameter. This is because the default
behaviour without the parameter is due to change in the future.

We can fix these warnings by explicitly adding into each call whether
the result should be checked by meson or not. This patch therefore
adds in "check: false" to each run_command call where the result is
being checked by the DPDK meson.build code afterwards, and adds in
"check: true" to any calls where the result is currently unchecked.

Bugzilla ID: 921
Cc: stable@dpdk.org

Reported-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Jerin Jacob <jerinj@marvell.com>
2022-02-02 15:44:12 +01:00
..
cnxk common/cnxk: update NIX and NPA dump functions 2022-01-23 14:17:31 +01:00
cpt fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
dpaax fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
iavf fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
mlx5 build: fix warnings when running external commands 2022-02-02 15:44:12 +01:00
mvep drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
octeontx common/octeontx: enable build only on 64-bit Linux 2021-10-15 19:13:13 +02:00
qat fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
sfc_efx fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
meson.build drivers: remove octeontx2 drivers 2022-01-12 15:36:32 +01:00