Print the ECJ compiler being used
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 20 Jul 2023 04:02:08 +0000 (06:02 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 20 Jul 2023 04:02:08 +0000 (06:02 +0200)
osgi.mk

diff --git a/osgi.mk b/osgi.mk
index 3f17e6dd01d0576a196f172678375bbf85df7793..84905f99c61e2930324b70241f846571a44f762e 100644 (file)
--- 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)