enable RELEASE.local

This commit is contained in:
Michael Davidsaver
2018-01-24 16:01:20 -08:00
parent d6685b49b9
commit 6de2538c1d
3 changed files with 10 additions and 2 deletions

1
configure/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.local

View File

@ -38,3 +38,6 @@ PY_VER=2.7
# Module will be build against this version of the
# Python interpreter
#PYTHON = python$(PY_VER)
-include $(TOP)/configure/CONFIG_SITE.local
-include $(TOP)/../CONFIG_SITE.local

View File

@ -33,6 +33,10 @@ TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
# logging of remote settings changes
#CAPUTLOG=$(EPICS_BASE)
# EPICS_BASE usually appears last so other apps can override stuff:
EPICS_BASE=/usr/lib/epics
## Required Modules ##
# EPICS_BASE usually appears last so other apps can override stuff:
#EPICS_BASE=/usr/lib/epics
-include $(TOP)/configure/RELEASE.local
-include $(TOP)/../RELEASE.local