wok-current diff BootProg/receipt @ rev 24525

Up libav (0.6.6 -> 12.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 22 16:15:28 2022 +0000 (2022-02-22)
parents d211771a0500
children b9659e3c2111
line diff
     1.1 --- a/BootProg/receipt	Fri Feb 18 11:32:41 2022 +0000
     1.2 +++ b/BootProg/receipt	Tue Feb 22 16:15:28 2022 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4  	mkdir -p $src && cd $src
     1.5  	for i in bootex boot16 boot32 ; do
     1.6  		cp $stuff/$i.asm .
     1.7 -		nasm $i.asm -f bin -o $i.bin -l $i.lst -O0
     1.8 +		nasm $i.asm -f bin -o $i.bin -l $i.lst
     1.9  	done
    1.10  	sed '1,/^exit 1/!d' $stuff/bootprog.sh > bootprog
    1.11  	tar czf - boot16.bin boot32.bin bootex.bin > set.tar.gz