use subdirectories because of incompatibilities with vxworks 6

This commit is contained in:
zimoch
2011-02-02 10:36:20 +00:00
parent e0861cfbbe
commit c12812f519
5 changed files with 116 additions and 5 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ sprintf (TEMPLATES, ".:%s/iocBoot/templates", INSTBASE)
EXTENDED_MEMORY=sysPhysMemTop()-sysMemTop()
#Load EPICS version dependent script
sprintf (STRINGBUFFER, "%s/iocBoot/startup/%s", INSTBASE, EPICS)
sprintf (STRINGBUFFER, "%s/iocBoot/startup/EPICS_%s", INSTBASE, EPICS)
cd STRINGBUFFER
< startup.script_epicsdependent