Show
Ignore:
Timestamp:
10/29/09 21:14:58 (3 years ago)
Author:
Erwan Velu <erwan.velu@…>
Children:
cf14910be4b9941247f5aebb8d901455532553dc, 39adcc6d820d6432034c901f64a43dcd011ef1c3
Parents:
597475b65fd75a8a0b98b3668661f0f1a6e2754e
git-committer:
Erwan Velu <erwan.velu@free.fr> / 2009-10-29T22:14:58Z+0100
Message:

hdt: Adding hdt.img.gz target

Impact: It's now possible to have a gzipped floppy image

'make hdt.img.gz' now generates a gzipped floppy image

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • com32/hdt/Makefile

    r53fb37 rd4849a  
    5353        MTOOLSRC=$(PWD)/$(FLOPPY_DIR)/mtools.conf $(MCOPY) $(FLOPPY_DIR)/hdt.cfg a:syslinux.cfg 
    5454 
     55hdt.img.gz: hdt.img 
     56        rm -rf hdt.img.gz 
     57        $(GZIPPROG) -c hdt.img >hdt.img.gz 
     58 
    5559hdt.iso: hdt.c32 $(topdir)/core/isolinux.bin $(FLOPPY_DIR)/hdt.cfg 
    5660        rm -rf $(ISO_DIR)