Browse Source
Fix Images Makefile for MacOS Compatibility
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
1 additions and
3 deletions
-
Source/Images/Makefile
|
|
@ -115,8 +115,6 @@ blankhd1k: |
|
|
echo $${directive#?} ; \
|
|
|
echo $${directive#?} ; \
|
|
|
done ` ; \
|
|
|
done ` ; \
|
|
|
eval "$$output" ; \
|
|
|
eval "$$output" ; \
|
|
|
# echo "Label: $$Label" ; \
|
|
|
|
|
|
# echo "SysImage: $$SysImage" ; \
|
|
|
|
|
|
fi ; \
|
|
|
fi ; \
|
|
|
if [ "$$SysImage" ] ; then \
|
|
|
if [ "$$SysImage" ] ; then \
|
|
|
echo copying system $$SysImage to $@ ; \
|
|
|
echo copying system $$SysImage to $@ ; \
|
|
|
@ -124,7 +122,7 @@ blankhd1k: |
|
|
fi ; \
|
|
|
fi ; \
|
|
|
if [ "$$Label" ] ; then \
|
|
|
if [ "$$Label" ] ; then \
|
|
|
Label=`expr substr "$$Label" 1 16` ; \
|
|
|
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 "\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$\$$" | dd conv=notrunc status=none bs=1 seek=1511 of=$@ ; \
|
|
|
echo -n "$$Label" | dd conv=notrunc status=none bs=1 seek=1511 of=$@; \
|
|
|
echo -n "$$Label" | dd conv=notrunc status=none bs=1 seek=1511 of=$@; \
|
|
|
fi ; \
|
|
|
fi ; \
|
|
|
|