wok diff linld/receipt @ rev 18513

Separate lib from libboost-dev to libbost-chrono
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 25 00:07:51 2015 +0300 (2015-10-25)
parents df58e6c974a3
children 86c9fae82f47
line diff
     1.1 --- a/linld/receipt	Thu Jul 23 09:44:18 2015 +0200
     1.2 +++ b/linld/receipt	Sun Oct 25 00:07:51 2015 +0300
     1.3 @@ -26,6 +26,10 @@
     1.4  !compile.bat
     1.5  EOT
     1.6  	SDL_VIDEODRIVER=dummy dosbox MAKE.BAT -exit -c "mount D $src"
     1.7 +	cc -o tobzimage.o -Wa,-algms=tobzimage.lst -c $stuff/tobzimage.S
     1.8 +	objcopy -O binary tobzimage.o tobzimage.bin
     1.9 +	cp $stuff/tobzimage .
    1.10 +	./tobzimage --build
    1.11  }
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14 @@ -35,5 +39,5 @@
    1.15  	cp $src/LINLD$(echo $VERSION | sed 's/[^0-9]//')/LINLD.COM \
    1.16  		$fs/usr/share/boot/linld.com
    1.17  	cp $stuff/linld.txt $fs/usr/share/boot/
    1.18 -	cp $stuff/tobzimage $fs/usr/bin
    1.19 +	cp $src/tobzimage $fs/usr/bin
    1.20  }