Skip to content

Commit

Permalink
configure files standardization
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed Jun 11, 2019
1 parent 1cd9c78 commit 7074c6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ envPaths
dllPath.bat
auto_settings.sav*
auto_positions.sav*

RELEASE.local
1 change: 1 addition & 0 deletions configure/CONFIG_SITE
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ CHECK_RELEASE = YES
# settings without having to modify the configure/CONFIG_SITE
# file itself.
-include $(TOP)/../CONFIG_SITE.local
-include $(TOP)/../configure/CONFIG_SITE.local
-include $(TOP)/configure/CONFIG_SITE.local

6 changes: 6 additions & 0 deletions configure/RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ EPICS_BASE=/corvette/usr/local/epics-devel/base-3.15.5
#Capfast users may need the following definitions
#CAPFAST_TEMPLATES=
#SCH2EDIF_PATH=

# 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

0 comments on commit 7074c6e

Please sign in to comment.