From 2c4f1c5482fb0ccbb4f099c24953a167fc70b0d7 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Thu, 6 Mar 2014 17:36:29 -0600 Subject: [PATCH] Changed path to top-level RELEASE*.local files --- configure/RELEASE | 6 +++--- iocs/andorIOC/configure/RELEASE | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/configure/RELEASE b/configure/RELEASE index 093c65c..04a9e55 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -2,9 +2,9 @@ # Run "gnumake clean uninstall install" in the application # top directory each time this file is changed. --include $(TOP)/../RELEASE_PATHS.local --include $(TOP)/../RELEASE_PATHS.local.$(EPICS_HOST_ARCH) --include $(TOP)/../RELEASE_LIBS.local +-include $(TOP)/../configure/RELEASE_PATHS.local +-include $(TOP)/../configure/RELEASE_PATHS.local.$(EPICS_HOST_ARCH) +-include $(TOP)/../configure/RELEASE_LIBS.local -include $(TOP)/RELEASE.local -include $(TOP)/configure/RELEASE.local diff --git a/iocs/andorIOC/configure/RELEASE b/iocs/andorIOC/configure/RELEASE index 5d07336..e439425 100644 --- a/iocs/andorIOC/configure/RELEASE +++ b/iocs/andorIOC/configure/RELEASE @@ -4,9 +4,8 @@ ADANDOR=$(AREA_DETECTOR)/ADAndor --include $(TOP)/../../../RELEASE_PATHS.local --include $(TOP)/../../../RELEASE_PATHS.local.$(EPICS_HOST_ARCH) --include $(TOP)/../../../RELEASE_PRODS.local +-include $(TOP)/../../../configure/RELEASE_PATHS.local +-include $(TOP)/../../../configure/RELEASE_PATHS.local.$(EPICS_HOST_ARCH) +-include $(TOP)/../../../configure/RELEASE_PRODS.local -include $(TOP)/RELEASE.local -include $(TOP)/configure/RELEASE.local -