Preserve spaces in output
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 20 Jul 2023 04:13:29 +0000 (06:13 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 20 Jul 2023 04:13:29 +0000 (06:13 +0200)
osgi.mk

diff --git a/osgi.mk b/osgi.mk
index b9927b8e95a5b4411d18375c5692e3425733e785..38bd93f608fcd904e0b0b388231515f70f631744 100644 (file)
--- a/osgi.mk
+++ b/osgi.mk
@@ -52,11 +52,10 @@ 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 \| Compiler     : $(ECJ_JAR)
-       @echo \| A2 category  : $(A2_CATEGORY)
-       @echo \| Bundles      : $(BUNDLES_TO_BUILD)
-       @echo \| Dependencies : $(DEP_CATEGORIES)
-       @echo \| A2 bases     : $(A2_BASE)
+       @echo "\| Compiler     : $(ECJ_JAR)"
+       @echo "\| A2 category  : $(A2_CATEGORY)"
+       @echo "\| Bundles      : $(BUNDLES_TO_BUILD)"
+       @echo "\| Dependencies : $(DEP_CATEGORIES)"
        @$(ARGEO_MAKE) \
         all --a2-bases $(A2_BASE) --dep-categories $(DEP_CATEGORIES) \
         --category $(A2_CATEGORY) --bundles $(BUNDLES_TO_BUILD)