mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:23:13 -06:00
diff soft failure and casefn speedup
This commit is contained in:
@@ -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 ; \
|
||||
|
||||
Reference in New Issue
Block a user