X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Feventdev_pipeline%2FMakefile;h=1d3394947d2d575bda2963e20d62646b198b70e2;hb=7e9562a107f170be5979199ae53a9780ce8cb81e;hp=0b0d1ade955896a4179f826f982396bbbd84bb71;hpb=699729bea97cd8869b1fc877c3fc47d9ae38f469;p=dpdk.git diff --git a/examples/eventdev_pipeline/Makefile b/examples/eventdev_pipeline/Makefile index 0b0d1ade95..1d3394947d 100644 --- a/examples/eventdev_pipeline/Makefile +++ b/examples/eventdev_pipeline/Makefile @@ -37,7 +37,7 @@ build: .PHONY: clean clean: rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared - rmdir --ignore-fail-on-non-empty build + test -d build && rmdir -p build || true else