Skip to content
Snippets Groups Projects
Commit e87cf75a authored by Andrew Johnson's avatar Andrew Johnson
Browse files

Disallow RELEASE.<hostarch> and CONFIG_SITE.<hostarch>.

parent f4a840ad
No related branches found
No related tags found
No related merge requests found
# CONFIG # CONFIG
include $(TOP)/configure/RELEASE include $(TOP)/configure/RELEASE
-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH)
-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).Common -include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).Common
ifdef T_A ifdef T_A
...@@ -16,7 +15,6 @@ include $(CONFIG)/CONFIG ...@@ -16,7 +15,6 @@ include $(CONFIG)/CONFIG
INSTALL_LOCATION = $(TOP) INSTALL_LOCATION = $(TOP)
include $(TOP)/configure/CONFIG_SITE include $(TOP)/configure/CONFIG_SITE
-include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH)
-include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).Common -include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).Common
ifdef T_A ifdef T_A
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment