From 31fb641dff389b457f964bcafaf23a8f6e851bf2 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 5 Jan 2009 22:32:20 +0000 Subject: [PATCH] In vxWorks 5.5.2, ld < file.munch breaks future shell includes. --- src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks | 2 +- src/makeBaseApp/top/iocBoot/ioc/st.cmd@vxWorks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks index 031f0c05f..27ad0572b 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks @@ -11,7 +11,7 @@ cd topbin ## You may have to change _APPNAME_ to something else ## everywhere it appears in this file -ld < _APPNAME_.munch +ld 0,0, "_APPNAME_.munch" ## Register all support components cd top diff --git a/src/makeBaseApp/top/iocBoot/ioc/st.cmd@vxWorks b/src/makeBaseApp/top/iocBoot/ioc/st.cmd@vxWorks index d97e515f4..04db4150f 100644 --- a/src/makeBaseApp/top/iocBoot/ioc/st.cmd@vxWorks +++ b/src/makeBaseApp/top/iocBoot/ioc/st.cmd@vxWorks @@ -11,7 +11,7 @@ cd topbin ## You may have to change _APPNAME_ to something else ## everywhere it appears in this file -ld < _APPNAME_.munch +ld 0,0, "_APPNAME_.munch" ## Register all support components cd top