From: Thierry Parmentelat Date: Mon, 13 Feb 2012 18:55:38 +0000 (+0100) Subject: make build-clean can trash MODULES/build like for tests-clean X-Git-Tag: 5.0-rc27~129 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f7ec3fe567eaa5ed829bffc46ff6064fa4ce71a0;p=build.git make build-clean can trash MODULES/build like for tests-clean to force a build update --- diff --git a/Makefile b/Makefile index 78533ca6..1e26d5a7 100644 --- a/Makefile +++ b/Makefile @@ -389,6 +389,10 @@ $(foreach module,$(ALL.modules),$(eval $(call target_extract_module,$(module)))) ### the tests area # use this makefile to extract tests rather than extracting manually in vbuild-nightly +build-clean: + rm -rf MODULES/build +.PHONY: build-clean + tests-clean: rm -rf MODULES/tests .PHONY: tests-clean