Moved the shared set of rules definition, RULES, to RELEASE.

This commit is contained in:
Janet B. Anderson
2009-06-23 19:43:58 +00:00
parent d8586726a4
commit f20ccc6c09
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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_