diff soft failure and casefn speedup

This commit is contained in:
curt mayer
2020-02-22 21:02:18 -08:00
parent 68a9dea630
commit 6a1781b9ed
2 changed files with 8 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ blankhd:
if [ "$$file" = "../../Binary/Apps/Tunes/*.*" ] ; then hack=../../Binary/Apps/Tunes/Makefile ; fi ; \
rf=$$($(CASEFN) $$hack $$file | sort -V) ; \
echo " " $$rf ; \
if [ "$$rf" = nofile ] ; then \
if [ -z "$$rf" ] ; then \
echo " " $$file missing ; \
else \
$(CPMCP) -f $$fmt $@ $$rf $$user ; \