Removed hack from Images Makefile.  Fixed use of DEFSERCFG in various places.
This commit is contained in:
Wayne Warthen
2020-03-13 10:45:33 -07:00
parent 00d204be75
commit dfd70b8d63
16 changed files with 44 additions and 17 deletions

View File

@@ -73,9 +73,7 @@ blankhd:
if [ -f d_$$d.txt ] ; then \
echo " " copying files from d_$$d.txt ; \
grep -v ^# d_$$d.txt | tr -d '\r' | while read file user ; do \
hack= ; \
if [ "$$file" = "../../Binary/Apps/Tunes/*.*" ] ; then hack=../../Binary/Apps/Tunes/Makefile ; fi ; \
rf=$$($(CASEFN) $$hack $$file | sort -V) ; \
rf=$$($(CASEFN) $$file | sort -V) ; \
echo " " $$rf ; \
if [ -z "$$rf" ] ; then \
echo " " $$file missing ; \