Introduce osgi-install target
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 23 May 2023 08:43:01 +0000 (10:43 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 23 May 2023 09:11:01 +0000 (11:11 +0200)
osgi.mk
repackage.mk

diff --git a/osgi.mk b/osgi.mk
index d2274e9796eb54af843f3c16fd8266d6fb34d3c2..5e426a6d0fe0a35865c7b8f4f4fda563f3f315a9 100644 (file)
--- a/osgi.mk
+++ b/osgi.mk
@@ -7,7 +7,7 @@ include $(ARGEO_BUILD_BASE)common.mk
 # SDK_SRC_BASE         the base of the source code, typically the root of the cloned git repository
 # SDK_BUILD_BASE       the base of the output
 # JAVA_HOME                    the base of the JDK used to build
-A2_OUTPUT = $(SDK_BUILD_BASE)/a2
+A2_OUTPUT ?= $(SDK_BUILD_BASE)/a2
 JVM ?= $(JAVA_HOME)/bin/java
 JAVADOC ?= $(JAVA_HOME)/bin/javadoc
 
index 80ee92564ba59b9c5806843a9f706a76c3aa11b9..e1846b72aee284473fa202087c5710e5f185dda7 100644 (file)
@@ -7,7 +7,7 @@ include $(ARGEO_BUILD_BASE)common.mk
 # SDK_SRC_BASE         the base of the source code, typically the root of the cloned git repository
 # SDK_BUILD_BASE       the base of the output
 # JAVA_HOME                    the base of the JDK used to build
-A2_OUTPUT = $(SDK_BUILD_BASE)/a2
+A2_OUTPUT ?= $(SDK_BUILD_BASE)/a2
 JVM ?= $(JAVA_HOME)/bin/java
 
 # The following variables should be declared in the including Makefile: