enable RELEASE.local
This commit is contained in:
1
configure/.gitignore
vendored
Normal file
1
configure/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.local
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user