numam-dpdk/examples/cmdline
Bruce Richardson 69b1bb49ed examples: hide error for missing pkg-config path flag
Some versions of pkg-config don't support the --path flag, which is not a
fatal error when building the apps. Without the flag, the makefile just
cannot track the .pc file of DPDK as a dependency of the build. Therefore,
we can ignore the error and suppress it by redirecting to /dev/null the
stderr from that call to pkg-config.

Fixes: 22119c4591 ("examples: use pkg-config in makefiles")
Cc: stable@dpdk.org

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-11-20 22:48:32 +01:00
..
commands.c cmdline: replace FreeBSD ifdef for IP address parsing 2019-11-08 15:34:10 +01:00
commands.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
main.c examples/cmdline: convert to SPDX license tag 2018-02-13 23:30:52 +01:00
Makefile examples: hide error for missing pkg-config path flag 2019-11-20 22:48:32 +01:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
parse_obj_list.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
parse_obj_list.h examples/cmdline: convert to SPDX license tag 2018-02-13 23:30:52 +01:00