numam-dpdk/drivers
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
..
baseband fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
bus net/dpaa: check status before configuring shared MAC 2022-01-20 16:24:09 +01:00
common build: fix warnings when running external commands 2022-02-02 15:44:12 +01:00
compress fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
crypto crypto/ipsec_mb: fix tainted data for session 2022-01-21 10:17:35 +01:00
dma dma/cnxk: fix installing internal headers 2022-01-27 18:11:11 +01:00
event net/cnxk: add cn10k template Tx functions to build 2022-01-23 12:50:44 +01:00
gpu gpudev: add alignment for memory allocation 2022-01-21 11:33:25 +01:00
mempool net/dpaa2: handle secondary process for DPNI 2022-01-20 16:24:08 +01:00
net build: fix warnings when running external commands 2022-02-02 15:44:12 +01:00
raw raw/ifpga/base: fix port feature ID 2022-01-26 11:02:05 +01:00
regex regex/cn9k: use cnxk infrastructure 2022-01-12 15:33:49 +01:00
vdpa vdpa/ifc: fix log info mismatch 2022-01-27 05:56:52 +01:00
meson.build gpudev: introduce GPU device class library 2021-11-08 17:20:52 +01:00