From: Mathieu Baudier Date: Tue, 23 May 2023 08:43:01 +0000 (+0200) Subject: Introduce osgi-install target X-Git-Tag: v2.3.6~13 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=d64cff388f534c0ef0b4a7891950f6c03c1dd3a7;p=cc0%2Fargeo-build.git Introduce osgi-install target --- diff --git a/osgi.mk b/osgi.mk index d2274e9..5e426a6 100644 --- 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 diff --git a/repackage.mk b/repackage.mk index 80ee925..e1846b7 100644 --- a/repackage.mk +++ b/repackage.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 # The following variables should be declared in the including Makefile: