From a55c33b3da8c123e0cbb7573ffd542e0d7afe364 Mon Sep 17 00:00:00 2001
From: Jeong Han Lee <jeonghan.lee@gmail.com>
Date: Thu, 6 Sep 2018 20:20:13 +0200
Subject: [PATCH] export the global MSI

---
 configure/E3/CONFIG_EXPORT | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure/E3/CONFIG_EXPORT b/configure/E3/CONFIG_EXPORT
index f052cad..4b74011 100644
--- a/configure/E3/CONFIG_EXPORT
+++ b/configure/E3/CONFIG_EXPORT
@@ -1,9 +1,11 @@
 # Variables should be transferred to module_name.makefile
 
 EPICS_HOST_ARCH:=$(shell $(EPICS_BASE)/startup/EpicsHostArch.pl)
+MSI:=$(EPICS_BASE)/bin/$(EPICS_HOST_ARCH)/msi
 
 EXPORT_VARS+=EPICS_HOST_ARCH
 EXPORT_VARS+=EPICS_BASE
+EXPORT_VARS+=MSI
 EXPORT_VARS+=E3_REQUIRE_TOOLS
 EXPORT_VARS+=E3_MODULE_VERSION
 EXPORT_VARS+=E3_SITEMODS_PATH
-- 
GitLab