From 2cb9e531cc1034d7f038762213acbc44b33b052f Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 20 Sep 2001 20:14:35 +0000 Subject: [PATCH] Updated instructions in comments, moved EPICS_BASE to last line. --- src/makeBaseApp/top/configure/RELEASE | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/makeBaseApp/top/configure/RELEASE b/src/makeBaseApp/top/configure/RELEASE index 82226d0b9..284bd1259 100644 --- a/src/makeBaseApp/top/configure/RELEASE +++ b/src/makeBaseApp/top/configure/RELEASE @@ -1,12 +1,14 @@ #RELEASE Location of external products -#Macro substitution is not allowed in the location defintions +# Run "gnumake clean uninstall install" in the application +# top directory each time this file is changed. -# You should do a "gnumake clean uninstall install" in the application -# top directory each time changes are made to this file - -EPICS_BASE=_EPICS_BASE_ TEMPLATE_TOP=_TEMPLATE_TOP_ + +#If using the sequencer, point SNCSEQ at its top directory: #SNCSEQ=$(EPICS_BASE)/../modules/soft/seq -# If msi is in extensions bin define EPICS_EXTENSIONS -# else define MSI = -#EPICS_EXTENSIONS=$(EPICS_BASE)/../extensions + +#If using macro substitutions, point MSI at the binary: +#MSI=extensions/bin/$(EPICS_HOST_ARCH)/msi + +# EPICS_BASE usually appears last so other apps can override stuff: +EPICS_BASE=_EPICS_BASE_