Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH] makefile: update dist-clean for vf/common
@ 2019-01-15  3:28 ogawa.yasufumi
  0 siblings, 0 replies; only message in thread
From: ogawa.yasufumi @ 2019-01-15  3:28 UTC (permalink / raw)
  To: ferruh.yigit, spp, ogawa.yasufumi

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

Add `vf/common` to the target directories of dist-clean.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>
---
 GNUmakefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/GNUmakefile b/GNUmakefile
index 4f04bba..8a9fc0c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -26,6 +26,7 @@ dist-clean:
 	make clean
 	rm -rf $(wildcard src/*/$(RTE_TARGET))
 	rm -rf $(wildcard src/*/shared)
+	rm -rf $(wildcard src/mirror/vf)
 
 .PHONY: doc
 doc: doc-all
-- 
2.17.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-15  3:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-15  3:28 [spp] [PATCH] makefile: update dist-clean for vf/common ogawa.yasufumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).