numam-dpdk/examples/timer
Bruce Richardson 7e9562a107 examples: fix make clean when using pkg-config
The "make clean" command had a number of issues:
- the "--ignore-fail-on-non-empty" flag is not present on BSD
- the call to remove the build folder would fail if there was no build
  folder present.

These are fixed by only removing the build folder if it exists, and by
using -p flag to rmdir in place of --ignore-fail-on-non-empty

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

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
2019-05-20 23:57:47 +02:00
..
main.c examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
Makefile examples: fix make clean when using pkg-config 2019-05-20 23:57:47 +02:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00