Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sparc/bootfs Zip it real good.
details: https://anonhg.NetBSD.org/src/rev/6ced2d93ad21
branches: trunk
changeset: 480512:6ced2d93ad21
user: pk <pk%NetBSD.org@localhost>
date: Fri Jan 14 13:47:27 2000 +0000
description:
Zip it real good.
diffstat:
distrib/sparc/bootfs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 629ce97be2a0 -r 6ced2d93ad21 distrib/sparc/bootfs/Makefile
--- a/distrib/sparc/bootfs/Makefile Fri Jan 14 13:46:06 2000 +0000
+++ b/distrib/sparc/bootfs/Makefile Fri Jan 14 13:47:27 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/01/10 15:17:31 pk Exp $
+# $NetBSD: Makefile,v 1.14 2000/01/14 13:47:27 pk Exp $
TOP= ${.CURDIR}/..
MINIROOT= ${.CURDIR}/../../miniroot
@@ -59,7 +59,7 @@
netbsd.ram.gz: ${KERN} ${RAMDISK}
cp ${KERN} netbsd.tmp
mdsetimage -v netbsd.tmp ${RAMDISK}
- gzip netbsd.tmp
+ gzip -9 netbsd.tmp
mv netbsd.tmp.gz ${.TARGET}
clean cleandir distclean:
Home |
Main Index |
Thread Index |
Old Index