From: Paul Vinciguerra Date: Fri, 7 Dec 2018 11:57:49 +0000 (-0800) Subject: make wipe: Clean up *.api.json files. X-Git-Tag: v19.04-rc0~137 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=05b5d1b3a6663c0366e863adc845d7ee4facc1e3 make wipe: Clean up *.api.json files. Change-Id: I0cb1a1b5bf9003d7b5231452e85d535c9cb2b6ec Signed-off-by: Paul Vinciguerra --- diff --git a/Makefile b/Makefile index 068f73d3145..6bc871c39a8 100644 --- a/Makefile +++ b/Makefile @@ -360,6 +360,7 @@ wipedist: wipe: wipedist test-wipe $(BR)/.deps.ok $(call make,$(PLATFORM)_debug,$(addsuffix -wipe,$(TARGETS))) + @find . -type f -name "*.api.json" ! -path "./test/*" -exec rm {} \; rebuild: wipe build