X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost%2FMakefile;h=9c3e0ece08a0bdc6efb838dc85144e2fa3681688;hb=7e9562a107f170be5979199ae53a9780ce8cb81e;hp=80607b79c5c6e0b8b820c8bc57b74390bfbf7a0e;hpb=699729bea97cd8869b1fc877c3fc47d9ae38f469;p=dpdk.git diff --git a/examples/vhost/Makefile b/examples/vhost/Makefile index 80607b79c5..9c3e0ece08 100644 --- a/examples/vhost/Makefile +++ b/examples/vhost/Makefile @@ -39,7 +39,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 # Build using legacy build system