From dc449011944200314736ff103a6556426be8991b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 31 Mar 2009 19:48:17 +0000 Subject: [PATCH] Updated EPICS_BASE/configure to CONFIG. --- src/makeBaseExt/top/configure/RELEASE | 4 ---- src/makeBaseExt/top/configure/RULES | 2 +- src/makeBaseExt/top/configure/RULES_DIRS | 2 +- src/makeBaseExt/top/configure/RULES_TOP | 2 +- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/makeBaseExt/top/configure/RELEASE b/src/makeBaseExt/top/configure/RELEASE index 232ff19a0..a2bbeff38 100644 --- a/src/makeBaseExt/top/configure/RELEASE +++ b/src/makeBaseExt/top/configure/RELEASE @@ -1,8 +1,5 @@ #RELEASE Location of external products # -# Run "gnumake clean uninstall install" in the extensions -# top directory each time a RELEASE* file is changed. -# # NOTE: The build does not check dependancies on files # external to this application. Thus you should run # "gnumake clean uninstall install" in the top directory @@ -18,6 +15,5 @@ # Location of external products EPICS_BASE=_EPICS_BASE_ -TEMPLATE_TOP=_TEMPLATE_TOP_ EPICS_EXTENSIONS = $(EPICS_BASE)/../extensions diff --git a/src/makeBaseExt/top/configure/RULES b/src/makeBaseExt/top/configure/RULES index afc9dc5eb..f0f5cff43 100644 --- a/src/makeBaseExt/top/configure/RULES +++ b/src/makeBaseExt/top/configure/RULES @@ -1,5 +1,5 @@ # $Id$ -include $(EPICS_BASE)/configure/RULES +include $(CONFIG)/RULES include $(TOP)/configure/RULES_PYTHON include $(TOP)/configure/RULES_IDL diff --git a/src/makeBaseExt/top/configure/RULES_DIRS b/src/makeBaseExt/top/configure/RULES_DIRS index 580145fe8..4e7a45bfd 100644 --- a/src/makeBaseExt/top/configure/RULES_DIRS +++ b/src/makeBaseExt/top/configure/RULES_DIRS @@ -1,3 +1,3 @@ # $Id$ -include $(EPICS_BASE)/configure/RULES_DIRS +include $(CONFIG)/RULES_DIRS diff --git a/src/makeBaseExt/top/configure/RULES_TOP b/src/makeBaseExt/top/configure/RULES_TOP index c8e1ec7fe..d24f6bb98 100644 --- a/src/makeBaseExt/top/configure/RULES_TOP +++ b/src/makeBaseExt/top/configure/RULES_TOP @@ -1,4 +1,4 @@ # $Id$ -include $(EPICS_BASE)/configure/RULES_TOP +include $(CONFIG)/RULES_TOP