numam-dpdk/examples/vhost_scsi
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
..
Makefile examples: fix make clean when using pkg-config 2019-05-20 23:57:47 +02:00
meson.build examples/vhost_scsi: fix header check for meson build 2019-04-23 00:15:10 +02:00
scsi_spec.h
scsi.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
vhost_scsi.c examples/vhost_scsi: fix null-check for parameter 2019-04-23 00:15:10 +02:00
vhost_scsi.h