From d64cff388f534c0ef0b4a7891950f6c03c1dd3a7 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 23 May 2023 10:43:01 +0200 Subject: [PATCH] Introduce osgi-install target --- osgi.mk | 2 +- repackage.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: -- 2.30.2