From: Mathieu Baudier Date: Thu, 20 Jul 2023 04:19:15 +0000 (+0200) Subject: Fix file name extraction X-Git-Tag: v2.3.7~1 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=2b272fa4b94bba4bdd49a37cf10421bbdb2cc517;p=cc0%2Fargeo-build.git Fix file name extraction --- diff --git a/osgi.mk b/osgi.mk index cd78739..ca17cbe 100644 --- a/osgi.mk +++ b/osgi.mk @@ -55,7 +55,7 @@ $(BUILD_BASE)/built : $(TODOS) @echo "| A2 category : $(A2_CATEGORY)" @echo "| Bundles : $(BUNDLES_TO_BUILD)" @echo "| Dependencies : $(DEP_CATEGORIES)" - @echo "| Compiler : $(file $(ECJ_JAR))" + @echo "| Compiler : $(notdir $(ECJ_JAR))" @$(ARGEO_MAKE) \ all --a2-bases $(A2_BASE) --dep-categories $(DEP_CATEGORIES) \ --category $(A2_CATEGORY) --bundles $(BUNDLES_TO_BUILD)