From 45b33d8064fd127aedacd0179abd73bc07b5cfef Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 20 Apr 2001 19:28:22 +0000 Subject: [PATCH] Merged from R4-3. - Comment: MPF_SERIAL must be defined if either serial or GPIB communication is required. - Updated support modules to latest releases; mpfSerial R1-2, MPF R1-6, EPICS base R3-13-4 --- config/RELEASE | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/RELEASE b/config/RELEASE index 71799fe5..31314e9b 100644 --- a/config/RELEASE +++ b/config/RELEASE @@ -11,9 +11,9 @@ #SUPPORT=/usr/local/epics/3.13.2/support -# Define the following if MPF is defined and serial motor controller -# support is required. -#MPF_SERIAL=$(SUPPORT)/mpfSerial/mpfSerial1-1 +# Define the following if MPF is defined (i.e., if either serial +# or GPIB motor controller support is required). +#MPF_SERIAL=$(SUPPORT)/mpfSerial/mpfSerial1-2 # If the EPICS GPIB Module from Benjamin Franksen is used, then remove the '#' # from the following and modify the motorApp/CommSrc/Makefile.Vx file per @@ -23,9 +23,9 @@ # If any motor controller communication mechanism besides the VME backplane is # required, then MPF must be defined. -#MPF=$(SUPPORT)/mpf/mpf1-5 +#MPF=$(SUPPORT)/mpf/mpf1-6 -#EPICS_BASE=$(SUPPORT)/base/3-13-2 +#EPICS_BASE=$(SUPPORT)/base/3-13-4 # The following must be defined if motorExApp is to be built. #TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top