Changeset 2a513972 in mainline


Ignore:
Timestamp:
2008-07-30T17:00:19Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af863d0
Parents:
566987b0
Message:

Don't ask whether to replace image.boot.gz if it already exists.

File:
1 edited

Legend:

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

    r566987b0 r2a513972  
    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
     39        gzip -f $(TMP)/HelenOS/image.boot
    4040        mkisofs -f -G $(TMP)/boot/isofs.b -B ... -r -o $(BASE)/image.iso $(TMP)/
    4141
Note: See TracChangeset for help on using the changeset viewer.