search for: gzipprog

Displaying 2 results from an estimated 2 matches for "gzipprog".

Did you mean: gzipping
2010 Mar 15
1
host cross-compile patch
...pf) -LD = ld -OBJDUMP = objdump -OBJCOPY = objcopy -AR = ar -NM = nm -RANLIB = ranlib +LD = $(CROSS_COMPILE)ld +OBJDUMP = $(CROSS_COMPILE)objdump +OBJCOPY = $(CROSS_COMPILE)objcopy +AR = $(CROSS_COMPILE)ar +NM = $(CROSS_COMPILE)nm +RANLIB = $(CROSS_COMPILE)ranlib GZIPPROG = gzip PNGTOPNM = pngtopnm MCOPY = mcopy -------------- next part -------------- A non-text attachment was scrubbed... Name: mconfig.diff Type: application/octet-stream Size: 833 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20100315/7f6872fe/attachment...
2009 Oct 03
3
PATCH: Build floppy image which contains HDT
...$ cd ./com32/hdt $ make spotless $ make hdt.img I don't know which way is preferred. - Gert Hulselmans $ diff -u ./MCONFIG.old ./MCONFIG --- ./MCONFIG.old 2009-10-03 21:16:38.172614946 +0200 +++ ./MCONFIG 2009-10-03 21:18:26.956615419 +0200 @@ -52,6 +52,8 @@ RANLIB = ranlib GZIPPROG = gzip PNGTOPNM = pngtopnm +MCOPY = mcopy +MFORMAT = mformat com32 = $(topdir)/com32 $ diff -u ./com32/hdt/Makefile.old ./com32/hdt/Makefile --- ./com32/hdt/Makefile.old 2009-09-30 06:32:42.000000000 +0200 +++ ./com32/hdt/Makefile 2009-10-03 23:06:49.356614719 +0200 @@ -27,6 +27...