From f20ccc6c091919e71c24115d1a2e7c7e7acd0db5 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 23 Jun 2009 19:43:58 +0000 Subject: [PATCH] Moved the shared set of rules definition, RULES, to RELEASE. --- src/makeBaseApp/top/configure/CONFIG | 2 -- src/makeBaseApp/top/configure/RELEASE | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/makeBaseApp/top/configure/CONFIG b/src/makeBaseApp/top/configure/CONFIG index ae1e38dc9..d66731683 100644 --- a/src/makeBaseApp/top/configure/CONFIG +++ b/src/makeBaseApp/top/configure/CONFIG @@ -1,7 +1,5 @@ # CONFIG -# You might want to change this to some shared set of rules, e.g. -# RULES=/path/to/epics/support/modules/rules/x-y RULES=$(EPICS_BASE) include $(TOP)/configure/RELEASE diff --git a/src/makeBaseApp/top/configure/RELEASE b/src/makeBaseApp/top/configure/RELEASE index 476001827..073e3af3e 100644 --- a/src/makeBaseApp/top/configure/RELEASE +++ b/src/makeBaseApp/top/configure/RELEASE @@ -15,6 +15,10 @@ # RELEASE.$(EPICS_HOST_ARCH).Common # RELEASE.Common.$(T_A) # RELEASE.$(EPICS_HOST_ARCH).$(T_A) +# +# If using a module with a shared set of rules, point RULES at +# its top directory: +# RULES=/path/to/epics/support/modules/rules/x-y TEMPLATE_TOP=_TEMPLATE_TOP_