Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/acorn32 use gzip -9f



details:   https://anonhg.NetBSD.org/src/rev/1cc22c4592aa
branches:  trunk
changeset: 525511:1cc22c4592aa
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Apr 12 14:03:59 2002 +0000

description:
use gzip -9f

diffstat:

 distrib/acorn32/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 25909d0e69e7 -r 1cc22c4592aa distrib/acorn32/Makefile
--- a/distrib/acorn32/Makefile  Fri Apr 12 14:01:27 2002 +0000
+++ b/distrib/acorn32/Makefile  Fri Apr 12 14:03:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/04/11 06:40:48 lukem Exp $
+# $NetBSD: Makefile,v 1.12 2002/04/12 14:03:59 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -16,7 +16,7 @@
 release: check_RELEASEDIR
        ${RELINSTALL} ${RAMDISKOBJ}/ramdisk.fs \
            ${ITARGET}/misc/ramdisk-${DISTRIBREV}.fs
-       gzip -9 ${ITARGET}/misc/ramdisk-${DISTRIBREV}.fs
+       gzip -9f ${ITARGET}/misc/ramdisk-${DISTRIBREV}.fs
 .for kern in ${KERNELS}
        ${RELINSTALL} ${KERNELOBJ}/netbsd.${kern}.gz ${ITARGET}/kernel/
 .endfor



Home | Main Index | Thread Index | Old Index