From: Mathieu Date: Thu, 3 Nov 2022 11:22:05 +0000 (+0100) Subject: Remove clean-a2 X-Git-Tag: v2.3.4~4 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=6ec1c9218ef46286942a0e02d7dbb47086070dc5;p=cc0%2Fargeo-build.git Remove clean-a2 --- diff --git a/osgi.mk b/osgi.mk index 6b915bc..b93e06c 100644 --- 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/);