wok rev 23821

syslinux: merge init.exe & taziso (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 28 09:34:09 2020 +0000 (2020-05-28)
parents 7744355508b9
children 0bff32322a5c
files syslinux/stuff/iso2exe/Makefile
line diff
     1.1 --- a/syslinux/stuff/iso2exe/Makefile	Thu May 28 08:35:55 2020 +0000
     1.2 +++ b/syslinux/stuff/iso2exe/Makefile	Thu May 28 09:34:09 2020 +0000
     1.3 @@ -13,15 +13,11 @@
     1.4  	objcopy -O binary meminfo.o meminfo.exe
     1.5  	chmod +x $@
     1.6  
     1.7 -iso2exe: iso2exe.sh boot.com bootiso.bin init.built win32.exe
     1.8 +iso2exe: iso2exe.sh boot.com bootiso.bin win32.exe
     1.9  	cp iso2exe.sh $@
    1.10  	chmod +x $@
    1.11  	./$@ --build boot.com bootiso.bin win32.exe init
    1.12  
    1.13 -init.built: bootloader.bin ifmem.bin init
    1.14 -	./init --build
    1.15 -	touch init.built
    1.16 -
    1.17  isohybrid.res: isohybrid.rc isohybrid.ico
    1.18  	i586-pc-mingw32-windres $< -O coff -o $@
    1.19