Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies/bootfloppy-common Don't create gzipped...



details:   https://anonhg.NetBSD.org/src/rev/3835ea09e188
branches:  trunk
changeset: 511999:3835ea09e188
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Jul 02 14:10:09 2001 +0000

description:
Don't create gzipped versions of the install floppies.  The floppy images are
not padded to disk-size boundaries (except for boot-big, for somewhat
unnecessary reasons), and the included kernel is already gzipped.  Adding
another round of gzip saves only tens of K, but creates a duplicate image,
wasting space on release media including these files.

diffstat:

 distrib/i386/floppies/bootfloppy-common/Makefile.inc |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 0f7313665c13 -r 3835ea09e188 distrib/i386/floppies/bootfloppy-common/Makefile.inc
--- a/distrib/i386/floppies/bootfloppy-common/Makefile.inc      Mon Jul 02 13:52:29 2001 +0000
+++ b/distrib/i386/floppies/bootfloppy-common/Makefile.inc      Mon Jul 02 14:10:09 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.31 2000/09/27 16:04:13 fvdl Exp $
+#      $NetBSD: Makefile.inc,v 1.32 2001/07/02 14:10:09 tv Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -88,9 +88,6 @@
 release:
        -mkdir -p ${RELEASEDIR}/installation/floppy
        cp -p ${IMAGE} ${RELEASEDIR}/installation/floppy
-       for f in ${RELEASEDIR}/installation/floppy/${IMAGE}; do \
-               gzip <$$f >$$f.gz; \
-       done
        
 clean cleandir distclean:
        /bin/rm -f *.core ${CLEANFILES} ${IMAGE} ${IMAGE}.tmp



Home | Main Index | Thread Index | Old Index