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.
This commit is contained in:
Xiaoqiang Wang
2018-10-29 12:31:52 +01:00
parent 23e8b20be7
commit ac5ff32255

View File

@@ -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