From ac5ff32255ca97769c9ac03a8f792b1f99b3ccd4 Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Mon, 29 Oct 2018 12:31:52 +0100 Subject: [PATCH] include RELEASE.$(EPICS_HOST_ARCH).local Just like other modules bundled in epics base. Because this file is automatcally created, it eases the conventional build of PCAS as part of epics base. --- configure/RELEASE | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/RELEASE b/configure/RELEASE index 194715368..378da019c 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -39,4 +39,5 @@ EPICS_BASE = /home/ralph/work/EPICS/V3/3.16 # These allow developers to override the RELEASE variable settings # without having to modify the configure/RELEASE file itself. -include $(TOP)/../RELEASE.local +-include $(TOP)/../RELEASE.$(EPICS_HOST_ARCH).local -include $(TOP)/configure/RELEASE.local