Changeset 1913

Show
Ignore:
Timestamp:
06/11/07 01:01:55 (19 months ago)
Author:
alexander
Message:

Enabled generation of the CD without sources

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1908 r1913  
    399399        -c boot/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table \ 
    400400        -V "lfslivecd-$(VERSION)" ./ 
     401        @cd $(MPBASE)/iso ; $(WD)/bin/mkisofs -z -R -l --allow-leading-dots -D -o \ 
     402        $(MPBASE)$(ROOT)/lfslivecd-$(VERSION)-nosrc.iso -b boot/isolinux/isolinux.bin \ 
     403        -c boot/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table \ 
     404        -m lfs-sources -V "lfslivecd-$(VERSION)" ./ 
    401405 
    402406# Targets to clean your tree.