failed unless at least one dbLoadRecords("xxxApp/ ... appeared

This commit is contained in:
Marty Kraimer
1997-01-21 19:00:53 +00:00
parent 8d88cf2277
commit 63d0339d05
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -44,3 +44,5 @@ include $(EPICS_BASE)/config/CONFIG.$(T_A)
#VX_WARN=YES
#etc.
#
CROSS_COMPILER_TARGET_ARCHS = mv167
+2 -2
View File
@@ -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)