From 7ac37b260bb3791f6331f30f83c1702f7682ec51 Mon Sep 17 00:00:00 2001 From: Simon Rose <simon.rose@ess.eu> Date: Thu, 21 Oct 2021 13:50:01 +0200 Subject: [PATCH] Fixed CONFIG_REQUIRE issue with fetching env variables --- configure/E3/CONFIG_REQUIRE | 2 +- configure/modules/CONFIG_REQUIRE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/E3/CONFIG_REQUIRE b/configure/E3/CONFIG_REQUIRE index 1a689389..045f42b5 100644 --- a/configure/E3/CONFIG_REQUIRE +++ b/configure/E3/CONFIG_REQUIRE @@ -2,7 +2,7 @@ # The following VARIABLES are the same as other modules ones. # -E3_REQUIRE_LOCATION?=$(EPICS_BASE)/$(E3_REQUIRE_NAME)/$(E3_REQUIRE_VERSION) +E3_REQUIRE_LOCATION:=$(EPICS_BASE)/$(E3_REQUIRE_NAME)/$(E3_REQUIRE_VERSION) E3_REQUIRE_TOOLS:=$(E3_REQUIRE_LOCATION)/tools E3_REQUIRE_BIN:=$(E3_REQUIRE_LOCATION)/bin diff --git a/configure/modules/CONFIG_REQUIRE b/configure/modules/CONFIG_REQUIRE index 1a689389..045f42b5 100644 --- a/configure/modules/CONFIG_REQUIRE +++ b/configure/modules/CONFIG_REQUIRE @@ -2,7 +2,7 @@ # The following VARIABLES are the same as other modules ones. # -E3_REQUIRE_LOCATION?=$(EPICS_BASE)/$(E3_REQUIRE_NAME)/$(E3_REQUIRE_VERSION) +E3_REQUIRE_LOCATION:=$(EPICS_BASE)/$(E3_REQUIRE_NAME)/$(E3_REQUIRE_VERSION) E3_REQUIRE_TOOLS:=$(E3_REQUIRE_LOCATION)/tools E3_REQUIRE_BIN:=$(E3_REQUIRE_LOCATION)/bin -- GitLab