wok diff syslinux/stuff/iso2exe/Makefile @ rev 23863

syslinux/isoboot.s: accept user args
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 19 15:46:21 2020 +0000 (2020-06-19)
parents 46921aca812b
children 42a48dc164f3
line diff
     1.1 --- a/syslinux/stuff/iso2exe/Makefile	Fri Nov 15 11:56:14 2019 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/Makefile	Fri Jun 19 15:46:21 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