From: Mathieu Baudier Date: Thu, 16 Mar 2023 09:22:06 +0000 (+0100) Subject: Reintroduce single bundle build X-Git-Tag: v2.3.5~82 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=cb30146f36ebb57b26e090ed67d6c3b1022f0f12;p=cc0%2Fargeo-build.git Reintroduce single bundle build --- diff --git a/osgi.mk b/osgi.mk index 15f4475..12e34aa 100644 --- a/osgi.mk +++ b/osgi.mk @@ -53,6 +53,11 @@ $(BUILD_BASE)/built : $(TODOS) --category $(A2_CATEGORY) --bundles $(BUNDLES_TO_BUILD) @touch $(BUILD_BASE)/built +$(A2_OUTPUT)/%.$(major).$(minor).jar : $(BUILD_BASE)/$$(subst $(A2_CATEGORY)/,,$$*)/to-build + $(ARGEO_MAKE) \ + all --a2-bases $(A2_BASE) --dep-categories $(DEP_CATEGORIES) \ + --category $(A2_CATEGORY) --bundles $(subst $(A2_CATEGORY)/,,$*) + $(BUILD_BASE)/%/to-build : $$(shell find % -type f -not -path 'bin/*' -not -path '*/MANIFEST.MF' | sed 's/ /\\ /g') @rm -rf $(dir $@) @mkdir -p $(dir $@)