wok rev 18772

syslinux/iso2exe: update /init (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 31 15:53:34 2015 +0100 (2015-12-31)
parents a7572fba48de
children 73b721a72d57
files syslinux/stuff/iso2exe/Makefile
line diff
     1.1 --- a/syslinux/stuff/iso2exe/Makefile	Thu Dec 31 15:49:20 2015 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/Makefile	Thu Dec 31 15:53:34 2015 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  
     1.5  all: isohybrid.exe iso2exe meminfo.exe tazboot.exe taziso.built
     1.6  
     1.7 -taziso.built: bootloader.bin ifmem.bin
     1.8 +taziso.built: bootloader.bin ifmem.bin taziso
     1.9  	./taziso --build
    1.10  	touch taziso.built
    1.11  
    1.12 @@ -13,11 +13,15 @@
    1.13  	objcopy -O binary meminfo.o meminfo.exe
    1.14  	chmod +x $@
    1.15  
    1.16 -iso2exe: iso2exe.sh boot.com bootiso.bin init win32.exe
    1.17 +iso2exe: iso2exe.sh boot.com bootiso.bin init.built win32.exe
    1.18  	cp iso2exe.sh $@
    1.19  	chmod +x $@
    1.20  	./$@ --build boot.com bootiso.bin init win32.exe
    1.21  
    1.22 +init.built: bootloader.bin ifmem.bin init
    1.23 +	./init --build
    1.24 +	touch init.built
    1.25 +
    1.26  isohybrid.res: isohybrid.rc isohybrid.ico
    1.27  	i586-pc-mingw32-windres $< -O coff -o $@
    1.28