From 4aa7d84d8a63afb500f05c72e98aa6335cda93b9 Mon Sep 17 00:00:00 2001 From: klang Date: Tue, 11 Jun 2019 14:27:42 -0500 Subject: [PATCH] Configure files standardization --- configure/RELEASE | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure/RELEASE b/configure/RELEASE index e1e46f12..4ecebda3 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -44,3 +44,8 @@ IPAC=$(SUPPORT)/ipac-R2-15 # The following is only needed for the motor examples in iocBoot. #!MOTOR=$(TOP) +# These lines allow developers to override these RELEASE settings +# without having to modify this file directly. +-include $(TOP)/../RELEASE.local +-include $(TOP)/../RELEASE.$(EPICS_HOST_ARCH).local +-include $(TOP)/configure/RELEASE.local