mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Cleanup
Removed hack from Images Makefile. Fixed use of DEFSERCFG in various places.
This commit is contained in:
@@ -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 ; \
|
||||
|
||||
Reference in New Issue
Block a user