From ac5817bbc32d23d0c6b5529bfaf0716360975119 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Thu, 6 Nov 2003 22:01:45 +0000
Subject: [PATCH] *** empty log message ***

---
 README            | 3 +++
 configure/RELEASE | 1 +
 2 files changed, 4 insertions(+)

diff --git a/README b/README
index 4c00cb5..d596f43 100644
--- a/README
+++ b/README
@@ -2,4 +2,7 @@ Edit configure/RELEASE to set the variable SUPPORT
 Edit iocBoot/iocxxx/Makefile to set the variable ARCH
 Edit start_epics_xxx to set the variable EPICS_APP
 Run changePrefix_synApps_4.6 to change the prefix from xxx to whatever you want
+Edit iocBoot/iocxxx/st.cmd to agree with your hardware
+Edit iocBoot/iocxxx/auto*.req to agree with your software
+chmod a+w,g+s iocBoot/iocxxx/autosave
 Run gnumake
diff --git a/configure/RELEASE b/configure/RELEASE
index 97eba9f..84a5fe6 100644
--- a/configure/RELEASE
+++ b/configure/RELEASE
@@ -27,6 +27,7 @@ include $(SUPPORT)/config/MPF_RELEASE
 include $(SUPPORT)/config/IPAC_RELEASE
 include $(SUPPORT)/config/SNCSEQ_RELEASE
 #include $(SUPPORT)/config/VXSTATS_RELEASE
+include $(SUPPORT)/config/GPIBCORE_RELEASE
 include $(SUPPORT)/config/RELEASE
 
 TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
-- 
GitLab