From 6d1cbd87fd5ee59c6892965a58a56365ade94cc7 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 12 Mar 2019 10:52:50 -0500 Subject: [PATCH] Make a local copy of softIocExit.db for standalone builds --- pdbApp/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pdbApp/Makefile b/pdbApp/Makefile index 8bd41a2..ee78988 100644 --- a/pdbApp/Makefile +++ b/pdbApp/Makefile @@ -73,6 +73,11 @@ softIocPVA_LIBS += $(EPICS_BASE_IOC_LIBS) DBD += softIocPVA.dbd DBD += qsrv.dbd +ifneq ($(FINAL_LOCATION),$(EPICS_BASE)) +# Copy from Base if we won't be installed there +DB_INSTALLS += $(EPICS_BASE)/db/softIocExit.db +endif + softIocPVA_DBD += softIoc.dbd softIocPVA_DBD += PVAServerRegister.dbd softIocPVA_DBD += qsrv.dbd