From: Mathieu Baudier Date: Thu, 20 Jul 2023 04:02:08 +0000 (+0200) Subject: Print the ECJ compiler being used X-Git-Tag: v2.3.7~6 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=bdc5d2f85c360a202f0c121989355042238a980d;p=cc0%2Fargeo-build.git Print the ECJ compiler being used --- diff --git a/osgi.mk b/osgi.mk index 3f17e6d..84905f9 100644 --- a/osgi.mk +++ b/osgi.mk @@ -52,6 +52,7 @@ 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) + @echo Using ECJ compiler $(ECJ_JAR) $(ARGEO_MAKE) \ all --a2-bases $(A2_BASE) --dep-categories $(DEP_CATEGORIES) \ --category $(A2_CATEGORY) --bundles $(BUNDLES_TO_BUILD)