From 63d0339d05bcf89abea7a141953556450e9a5198 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 21 Jan 1997 19:00:53 +0000 Subject: [PATCH] failed unless at least one dbLoadRecords("xxxApp/ ... appeared --- config/CONFIG | 2 ++ config/RULES.ioc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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)