From 43a3cc4fe7102a1c23e3e45e45d879fa4c3b3eee Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 25 Mar 2003 20:18:55 +0000 Subject: [PATCH] use _APPNAME_ instead of example --- src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS | 2 +- src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS index fef6304f7..5503f29c8 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS @@ -1,4 +1,4 @@ -dbLoadDatabase("dbd/example.dbd",0,0) +dbLoadDatabase("dbd/_APPNAME_.dbd",0,0) registerRecordDeviceDriver(pdbbase) dbLoadRecords("db/dbExample1.db","user=_USER_") dbLoadRecords("db/dbExample2.db","user=_USER_,no=1,scan=1 second") diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks index 6ff500c21..bfacb5cbb 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks @@ -8,13 +8,13 @@ #< ../nfsCommands cd topbin -ld < example.munch +ld < _APPNAME_.munch #The following uses drvTS for vxWorks. May be needed for hardware event systems #TSinit cd top -dbLoadDatabase("dbd/example.dbd") +dbLoadDatabase("dbd/_APPNAME_.dbd",0,0) registerRecordDeviceDriver(pdbbase) dbLoadRecords("db/dbExample1.db","user=_USER_") dbLoadRecords("db/dbExample2.db","user=_USER_,no=1,scan=1 second")