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 8ed603d commit 28c0e2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure/CONFIG_SITE
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ 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=/home/oxygen/MOONEY/epics/bazaar/base-3.14
#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 28c0e2f

Please sign in to comment.