X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=osgi.mk;h=3f3a56f12a0952df9307c9a7d92869e48cb61acf;hb=a9cec14ca617bf6c9e8f9530c3d9e7be54cbf5d5;hp=3f17e6dd01d0576a196f172678375bbf85df7793;hpb=109eef5a2a28f50915650252873f819316da1ac7;p=cc0%2Fargeo-build.git diff --git a/osgi.mk b/osgi.mk index 3f17e6d..3f3a56f 100644 --- a/osgi.mk +++ b/osgi.mk @@ -52,7 +52,12 @@ osgi: $(BUILD_BASE)/built $(MANIFESTS) # Actual build (compilation + bundle packaging) $(BUILD_BASE)/built : BUNDLES_TO_BUILD = $(subst $(abspath $(BUILD_BASE))/,, $(subst to-build,, $?)) $(BUILD_BASE)/built : $(TODOS) - $(ARGEO_MAKE) \ + @echo | Compiler : $(ECJ_JAR) + @echo | A2 category : $(A2_CATEGORY) + @echo | Bundles : $(BUNDLES_TO_BUILD) + @echo | Dependencies : $(DEP_CATEGORIES) + @echo | A2 bases : $(A2_BASE) + @$(ARGEO_MAKE) \ all --a2-bases $(A2_BASE) --dep-categories $(DEP_CATEGORIES) \ --category $(A2_CATEGORY) --bundles $(BUNDLES_TO_BUILD) @touch $(BUILD_BASE)/built