From owner-cvs-all Fri Sep 18 09:39:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17931 for cvs-all-outgoing; Fri, 18 Sep 1998 09:39:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17898; Fri, 18 Sep 1998 09:39:51 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id CAA21791; Sat, 19 Sep 1998 02:39:27 +1000 Date: Sat, 19 Sep 1998 02:39:27 +1000 From: Bruce Evans Message-Id: <199809181639.CAA21791@godzilla.zeta.org.au> To: bde@zeta.org.au, dima@tejblum.dnttm.rssi.ru Subject: Re: cvs commit: src/release Makefile Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, jkh@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> >What about replace gzip with minigzip? It should give about 40K (uncompressed). >> >> More like 2K (0xa200 - 0x9a00) text, since the library is already paid for >> in crunched binaries. > >Frankly, I don't understand the numbers, especially 0x9a00. My idea is: since Use nm too look for the end of the non-library, non-zip objects. >libz is already on boot floppy, replacing gzip with minigzip should give about I thought it wasn't. Well, deleting it would save even more space :-). Bruce