Remove clean-a2
authorMathieu <mbaudier@argeo.org>
Thu, 3 Nov 2022 11:22:05 +0000 (12:22 +0100)
committerMathieu <mbaudier@argeo.org>
Thu, 3 Nov 2022 11:22:05 +0000 (12:22 +0100)
osgi.mk

diff --git a/osgi.mk b/osgi.mk
index 6b915bc38f9b98c7a99747ecf346f6e9a3c93049..b93e06ca04f9bd0a1b5d96d2ea81fc7ba3ac3417 100644 (file)
--- a/osgi.mk
+++ b/osgi.mk
@@ -36,7 +36,7 @@ TODOS = $(foreach bundle, $(BUNDLES),$(BUILD_BASE)/$(bundle)/to-build)
 
 ## Needed in order to be able to expand $$ variables
 .SECONDEXPANSION:
-.PHONY: clean-a2 osgi manifests javadoc
+.PHONY: osgi manifests javadoc
 
 osgi: $(BUILD_BASE)/built
 
@@ -57,10 +57,6 @@ $(BUILD_BASE)/%/to-build : $$(shell find % -type f -not -path 'bin/*' -not -path
        @mkdir -p $(dir $@) 
        @touch $@
 
-clean-a2 :
-       rm -rf $(TARGET_BUNDLES)
-       rm -rf $(BUILD_BASE)/built
-
 # Local manifests
 manifests : osgi
        @mkdir -p $(foreach bundle, $(BUNDLES), $(bundle)/META-INF/);