Changeset 29f8f8e in mainline for boot/arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2008-07-28T18:17:48Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
566987b0
Parents:
8480714
Message:

Compress image.boot when creating a sparc64 bootable CD, making thus use
of SILO's decompressing ability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/Makefile.inc

    r8480714 r29f8f8e  
    3737        cp arch/$(ARCH)/silo/README arch/$(ARCH)/silo/COPYING arch/$(ARCH)/silo/silo.conf $(TMP)/boot
    3838        cp arch/$(ARCH)/loader/image.boot $(TMP)/HelenOS/image.boot
     39        gzip $(TMP)/HelenOS/image.boot
    3940        mkisofs -f -G $(TMP)/boot/isofs.b -B ... -r -o $(BASE)/image.iso $(TMP)/
    4041
Note: See TracChangeset for help on using the changeset viewer.