From 123f9d6fbd6706178ebfaee1cdae58cba7df4e40 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Tue, 3 Mar 2009 18:36:43 +0000
Subject: [PATCH] synApps_5_4

---
 documentation/xxxReleaseNotes.html | 8 ++++++++
 iocBoot/iocvxWorks/Makefile        | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/documentation/xxxReleaseNotes.html b/documentation/xxxReleaseNotes.html
index 48f3a0b..0e1cc64 100644
--- a/documentation/xxxReleaseNotes.html
+++ b/documentation/xxxReleaseNotes.html
@@ -10,6 +10,14 @@ content="text/html; charset=iso-8859-1">
 
 <h1 align="center">xxx Release Notes</h1>
 
+<h2 align="center">Release 5-4</h2>
+<ul>
+<li>Build modified to agree with 3.14.10 version of makeBaseApp.pl
+<li>Use of genSub module replaced by use of aSub record from base 3.14.10.
+<li>Use new busy module.
+<li>iocSolaris: Added databases Io.db, ramp_tweak.db, pvHistory.db; must use 'var' to define variable
+</ul>
+
 <h2 align="center">Release 5-3</h2>
 <ul>
 <li>xxx/release.pl: Bug fix; "($macro) =" line was wrong.  Support "include"
diff --git a/iocBoot/iocvxWorks/Makefile b/iocBoot/iocvxWorks/Makefile
index 4cccabb..200ef04 100644
--- a/iocBoot/iocvxWorks/Makefile
+++ b/iocBoot/iocvxWorks/Makefile
@@ -1,5 +1,5 @@
 TOP = ../..
 include $(TOP)/configure/CONFIG
-ARCH = vxWorks-ppc604_long
+ARCH = vxWorks-ppc604_long-debug
 TARGETS = cdCommands
 include $(TOP)/configure/RULES.ioc
-- 
GitLab