wok diff linld/receipt @ rev 21256
updated libmms and libmms-dev (0.6 -> 0.6.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 12 10:48:46 2019 +0100 (2019-04-12) |
parents | a78610b2eb47 |
children | 8b1f357ff8b3 |
line diff
1.1 --- a/linld/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/linld/receipt Fri Apr 12 10:48:46 2019 +0100 1.3 @@ -45,7 +45,8 @@ 1.4 cp TAZBOOT/TAZBOOT.COM tazboot.com 1.5 objdump -D -b binary -mi386 -Maddr16,data16 --adjust-vma=0x100 \ 1.6 linld.com > linld.lst 1.7 - for f in linld.com tazboot.com ; do 1.8 + [ $(stat -c %s linld.com) -gt 4096 ] && linld=linld.com || linld= 1.9 + for f in $linld tazboot.com ; do 1.10 cp $f tmp.com 1.11 for i in $(seq 1 9); do 1.12 upx -$i --8086 tmp.com 1.13 @@ -55,7 +56,7 @@ 1.14 done > /dev/null 2>&1 1.15 rm tmp.com 1.16 done 1.17 - upx -l linld.com tazboot.com 1.18 + upx -l $linld tazboot.com 1.19 cc -o tobzimage.o -Wa,-algms=tobzimage.lst -c $stuff/tobzimage.S 1.20 objcopy -O binary tobzimage.o tobzimage.bin 1.21 cp $stuff/tobzimage .