From 6ee09495381124319ac8de3775b528d3ba025d17 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Wed, 11 Feb 2009 18:22:12 +0000
Subject: [PATCH] Oops, the copy from makeBaseApp whomped instructions on how
 to customize.

---
 configure/RELEASE | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configure/RELEASE b/configure/RELEASE
index 81f0096..a0b02da 100644
--- a/configure/RELEASE
+++ b/configure/RELEASE
@@ -24,4 +24,10 @@ SUPPORT=/home/oxygen/MOONEY/epics/synApps/support
 # Specify the standard synApps configuration.
 include $(SUPPORT)/configure/RELEASE
 
+# For a local, custom configuration; copy $(SUPPORT)/configure/RELEASE
+# to this directory as the file MASTER_RELEASE, edit the file, comment out
+# the above include, and uncomment the following line.
+#!include $(TOP)/configure/MASTER_RELEASE
+
+
 TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
-- 
GitLab