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

syslinux/iso2exe: full zImage support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 17 11:38:34 2014 +0200 (2014-09-17)
parents 3865e09ec026
children 054f70cb9bec
line diff
     1.1 --- a/syslinux/stuff/iso2exe/Makefile	Thu Mar 13 08:22:47 2014 +0000
     1.2 +++ b/syslinux/stuff/iso2exe/Makefile	Wed Sep 17 11:38:34 2014 +0200
     1.3 @@ -7,6 +7,7 @@
     1.4  meminfo.exe: meminfo.S
     1.5  	cc -o meminfo.o -Wa,-a=meminfo.lst -c meminfo.S
     1.6  	objcopy -O binary meminfo.o meminfo.exe
     1.7 +	chmod +x $@
     1.8  
     1.9  iso2exe: iso2exe.sh boot.com bootiso.bin init win32.exe
    1.10  	cp iso2exe.sh $@
    1.11 @@ -32,6 +33,7 @@
    1.12  
    1.13  tazboot.exe: boot.com
    1.14  	com2exe $< > $@
    1.15 +	chmod +x $@
    1.16  
    1.17  OBJS = boot.o iso9660.o libdos.o bootlinux.o
    1.18  boot.com: $(OBJS)