From d35207c7a8fbbeebbcbae9295244275ea7ce559b Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Thu, 17 Jul 2025 15:20:54 -0700 Subject: [PATCH] Fix Images Makefile for MacOS Compatibility --- Source/Images/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Source/Images/Makefile b/Source/Images/Makefile index 5d454230..298e3980 100644 --- a/Source/Images/Makefile +++ b/Source/Images/Makefile @@ -115,8 +115,6 @@ blankhd1k: echo $${directive#?} ; \ done ` ; \ eval "$$output" ; \ -# echo "Label: $$Label" ; \ -# echo "SysImage: $$SysImage" ; \ fi ; \ if [ "$$SysImage" ] ; then \ echo copying system $$SysImage to $@ ; \ @@ -124,7 +122,7 @@ blankhd1k: fi ; \ if [ "$$Label" ] ; then \ Label=`expr substr "$$Label" 1 16` ; \ - echo "Label: \"$$Label\"" + echo "Label: \"$$Label\"" ; \ echo -n "\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$" | dd conv=notrunc status=none bs=1 seek=1511 of=$@ ; \ echo -n "$$Label" | dd conv=notrunc status=none bs=1 seek=1511 of=$@; \ fi ; \