From b71ec8c7816852f233d8ff4fa905530219e76762 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 11 Nov 2017 23:51:11 -0600 Subject: [PATCH] Set path to msi in CONFIG for individual module builds This approach doesn't solve the problem of how to get to these tools for the next module in the chain though, we need to install a CFG file with these definitions in them, in place of the central CONFIG_BASE file. This fixes it for now though. --- configure/CONFIG | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/CONFIG b/configure/CONFIG index 836c79eb1..f39eed607 100644 --- a/configure/CONFIG +++ b/configure/CONFIG @@ -33,6 +33,7 @@ DBTORECORDTYPEH = $(PERL) $(INSTALL_HOST_BIN)/dbdToRecordtypeH.pl DBTOMENUH = $(PERL) $(INSTALL_HOST_BIN)/dbdToMenuH.pl DBDTOHTML = $(PERL) $(INSTALL_HOST_BIN)/dbdToHtml.pl REGISTERRECORDDEVICEDRIVER = $(PERL) $(INSTALL_HOST_BIN)/registerRecordDeviceDriver.pl +MSI3_15 = $(INSTALL_HOST_BIN)/msi$(HOSTEXE) # Set path for tools from libcom for unbundled build ifdef EPICS_LIBCOM