From 333bb8f7010abe3ed29a98c4b37839ab873e2a05 Mon Sep 17 00:00:00 2001 From: Keenan Lang <klang@aps.anl.gov> Date: Mon, 31 Oct 2016 15:48:36 -0500 Subject: [PATCH] PLATFORM macro no longer necessary --- iocBoot/iocxxx/st.cmd.Cygwin | 2 -- iocBoot/iocxxx/st.cmd.Linux | 2 -- iocBoot/iocxxx/st.cmd.Win32 | 2 -- iocBoot/iocxxx/st.cmd.vxWorks | 2 -- 4 files changed, 8 deletions(-) diff --git a/iocBoot/iocxxx/st.cmd.Cygwin b/iocBoot/iocxxx/st.cmd.Cygwin index bbf39bc..50ba117 100644 --- a/iocBoot/iocxxx/st.cmd.Cygwin +++ b/iocBoot/iocxxx/st.cmd.Cygwin @@ -11,8 +11,6 @@ errlogInit(20000) dbLoadDatabase("../../dbd/iocxxxCygwin.dbd") iocxxxCygwin_registerRecordDeviceDriver(pdbbase) -epicsEnvSet("PLATFORM", "softioc") - < common.iocsh # devIocStats diff --git a/iocBoot/iocxxx/st.cmd.Linux b/iocBoot/iocxxx/st.cmd.Linux index 46e4eda..a67fd2c 100644 --- a/iocBoot/iocxxx/st.cmd.Linux +++ b/iocBoot/iocxxx/st.cmd.Linux @@ -11,8 +11,6 @@ errlogInit(20000) dbLoadDatabase("../../dbd/iocxxxLinux.dbd") iocxxxLinux_registerRecordDeviceDriver(pdbbase) -epicsEnvSet("PLATFORM", "softioc") - < common.iocsh # devIocStats diff --git a/iocBoot/iocxxx/st.cmd.Win32 b/iocBoot/iocxxx/st.cmd.Win32 index 8bbf506..91b192a 100644 --- a/iocBoot/iocxxx/st.cmd.Win32 +++ b/iocBoot/iocxxx/st.cmd.Win32 @@ -11,8 +11,6 @@ errlogInit(20000) dbLoadDatabase("../../dbd/iocxxxWin32.dbd") iocxxxWin32_registerRecordDeviceDriver(pdbbase) -epicsEnvSet("PLATFORM", "softioc") - < common.iocsh # devIocStats diff --git a/iocBoot/iocxxx/st.cmd.vxWorks b/iocBoot/iocxxx/st.cmd.vxWorks index b1c092c..cf78ef4 100644 --- a/iocBoot/iocxxx/st.cmd.vxWorks +++ b/iocBoot/iocxxx/st.cmd.vxWorks @@ -51,8 +51,6 @@ iocLogDisable=0 iocsh -epicsEnvSet("PLATFORM", "vxWorks") - < common.iocsh # devIocStats -- GitLab