Browse Source
Fix Images Makefile for MacOS Compatibility (again)
pull/596/head
Wayne Warthen
7 months ago
No known key found for this signature in database
GPG Key ID: 8B34ED29C07EEB0A
1 changed files with
2 additions and
2 deletions
-
Source/Images/Makefile
|
|
@ -123,8 +123,8 @@ blankhd1k: |
|
|
if [ "$$Label" ] ; then \
|
|
|
if [ "$$Label" ] ; then \
|
|
|
Label=`echo "$$Label" | awk '{ print substr($$0, 1, 16) }'` ; \
|
|
|
Label=`echo "$$Label" | awk '{ print substr($$0, 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=$@; \
|
|
|
|
|
|
|
|
|
echo "\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$" | tr -d '\n' | dd conv=notrunc status=none bs=1 seek=1511 of=$@ ; \
|
|
|
|
|
|
echo "$$Label" | tr -d '\n' | dd conv=notrunc status=none bs=1 seek=1511 of=$@; \
|
|
|
fi ; \
|
|
|
fi ; \
|
|
|
for u in $$(seq 0 15) ; do \
|
|
|
for u in $$(seq 0 15) ; do \
|
|
|
dir=d_$$d/u$$u ; \
|
|
|
dir=d_$$d/u$$u ; \
|
|
|
|