From 48cb0141ec832422cf5180b98574b365397c06d9 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 13 Nov 2003 19:57:58 +0000 Subject: [PATCH] Use results from putenv in cdCommands with R3.14.4 --- iocBoot/iocWithAsyn/st.cmd.Vx | 4 ++-- iocBoot/iocWithMPF/st.cmd.Vx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iocBoot/iocWithAsyn/st.cmd.Vx b/iocBoot/iocWithAsyn/st.cmd.Vx index af22377c..734226a3 100644 --- a/iocBoot/iocWithAsyn/st.cmd.Vx +++ b/iocBoot/iocWithAsyn/st.cmd.Vx @@ -22,10 +22,10 @@ sysCplusEnable=1 ld < WithMPFVx.munch cd startup -dbLoadDatabase("../../dbd/WithMPFVx.dbd") +dbLoadDatabase("$(TOP)/dbd/WithMPFVx.dbd") WithMPFVx_registerRecordDeviceDriver(pdbbase) -dbLoadRecords("../../db/WithMPF.db") +dbLoadRecords("$(TOP)/db/WithMPF.db") routerInit MPF_Server_Location = 0 diff --git a/iocBoot/iocWithMPF/st.cmd.Vx b/iocBoot/iocWithMPF/st.cmd.Vx index af22377c..734226a3 100644 --- a/iocBoot/iocWithMPF/st.cmd.Vx +++ b/iocBoot/iocWithMPF/st.cmd.Vx @@ -22,10 +22,10 @@ sysCplusEnable=1 ld < WithMPFVx.munch cd startup -dbLoadDatabase("../../dbd/WithMPFVx.dbd") +dbLoadDatabase("$(TOP)/dbd/WithMPFVx.dbd") WithMPFVx_registerRecordDeviceDriver(pdbbase) -dbLoadRecords("../../db/WithMPF.db") +dbLoadRecords("$(TOP)/db/WithMPF.db") routerInit MPF_Server_Location = 0