X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=f8c93be6779a93e2ad07522ffd5bfcc79d9913ce;hb=c3ddea8fa9b959956fd8df66c8d3c4dbe99e0a77;hp=fcce193c3f6658305e452b3e396fa029023e0265;hpb=b8bbd6521fbab6579e4c571f61489f995f56bc78;p=vpp.git diff --git a/Makefile b/Makefile index fcce193c3f6..f8c93be6779 100644 --- a/Makefile +++ b/Makefile @@ -324,7 +324,7 @@ build: $(BR)/.bootstrap.ok wipedist: @$(RM) $(BR)/*.tar.xz -wipe: wipedist $(BR)/.bootstrap.ok +wipe: wipedist test-wipe $(BR)/.bootstrap.ok $(call make,$(PLATFORM)_debug,$(addsuffix -wipe,$(TARGETS))) rebuild: wipe build @@ -332,7 +332,7 @@ rebuild: wipe build build-release: $(BR)/.bootstrap.ok $(call make,$(PLATFORM),$(addsuffix -install,$(TARGETS))) -wipe-release: $(BR)/.bootstrap.ok +wipe-release: test-wipe $(BR)/.bootstrap.ok $(call make,$(PLATFORM),$(addsuffix -wipe,$(TARGETS))) rebuild-release: wipe-release build-release