From 28435f8f09cc5225522e0bb6d8d1a63087234de2 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 13 Sep 2001 19:42:51 +0000 Subject: [PATCH] Added instructions about configure/Makefile and configure/RULES.ioc. --- READMEconvertingR3.14.0alpha2AppsTobeta1.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/READMEconvertingR3.14.0alpha2AppsTobeta1.html b/READMEconvertingR3.14.0alpha2AppsTobeta1.html index 92a8baef9..88ed4e574 100644 --- a/READMEconvertingR3.14.0alpha2AppsTobeta1.html +++ b/READMEconvertingR3.14.0alpha2AppsTobeta1.html @@ -3,7 +3,7 @@ - + @@ -19,6 +19,16 @@ Gnumake clean uninstall
First do a "gnumake clean uninstall" in the application's root directory to remove all files created by earlier builds.
+

+Replace configure/RULES.ioc and configure/Makefile

+ +
The rules defined in RULES.ioc have changed slightly, and new +applications are now given a wrapper version which just includes $(EPICS_BASE)/configureRULES.ioc. +The new configure/Makefile contains an additional macro that causes the +contents of the configure/RELEASE file to be checked at build time for +consistency with all the support applications that it references. These +files should be replaced with copies of the new versions from <base>/templates/makeBaseApp/top/configure
+

Remove baseLIBOBJS