diff --git a/config/CONFIG b/config/CONFIG index 96edc7158..47c3f944b 100644 --- a/config/CONFIG +++ b/config/CONFIG @@ -44,3 +44,5 @@ include $(EPICS_BASE)/config/CONFIG.$(T_A) #VX_WARN=YES #etc. # + +CROSS_COMPILER_TARGET_ARCHS = mv167 diff --git a/config/RULES.ioc b/config/RULES.ioc index f1f016273..ecd239cd6 100644 --- a/config/RULES.ioc +++ b/config/RULES.ioc @@ -17,7 +17,7 @@ makelinks: ln -s $(TARGETBIN)/vxWorks.sym vxWorks.sym ln -s $(TOP)/dbd dbd ln -s $(SHARE) share - @for dir in $(APPDIR) ; do \ + @if [ -n "$(APPDIR)" ]; then for dir in "$(APPDIR)" ; do \ if [ -d $(TOP)/$$dir ]; then \ ln -s $(TOP)/$$dir $$dir ; \ echo "ln -s $(TOP)/$$dir $$dir" ; \ @@ -27,7 +27,7 @@ makelinks: else \ echo "$$dir not found" ; \ fi ; \ - done + done; fi clean:: @$(RM) ascf bin vxWorks vxWorks.sym dbd share $(APPDIR)