From owner-freebsd-libh Mon Oct 22 10:33:24 2001 Delivered-To: freebsd-libh@freebsd.org Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by hub.freebsd.org (Postfix) with ESMTP id 708FB37B406 for ; Mon, 22 Oct 2001 10:33:19 -0700 (PDT) Received: from khan.anarcat.dyndns.org ([65.94.128.156]) by tomts10-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011022173318.QBWV4321.tomts10-srv.bellnexxia.net@khan.anarcat.dyndns.org>; Mon, 22 Oct 2001 13:33:18 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 63E6F1908; Mon, 22 Oct 2001 13:33:15 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id 1123620ACE; Mon, 22 Oct 2001 13:33:42 -0400 (EDT) Date: Mon, 22 Oct 2001 13:33:42 -0400 From: The Anarcat To: Alexander Langer Cc: Libh Subject: Re: Libh minimum requirements Message-ID: <20011022133341.C601@shall.anarcat.dyndns.org> Mail-Followup-To: The Anarcat , Alexander Langer , Libh References: <20011021151849.A532@shall.anarcat.dyndns.org> <20011022150932.B6880@zerogravity.kawo2.rwth-aachen.de> <3BD44252.7472D597@anarcat.dyndns.org> <20011022181759.B7829@zerogravity.kawo2.rwth-aachen.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oJ71EGRlYNjSvfq7" Content-Disposition: inline In-Reply-To: <20011022181759.B7829@zerogravity.kawo2.rwth-aachen.de> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --oJ71EGRlYNjSvfq7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon Oct 22, 2001 at 06:17:59PM +0200, Alexander Langer wrote: > Thus spake John Smith (anarcat@anarcat.dyndns.org): >=20 > > > > -rwxr-xr-x 1 anarcat anarcat 7657832 19 oct 22:53 tclh.static* > > > gzip -9? > > haven't thought of that.... The runtime size would be the same in that > > case though. :) >=20 > Yeah, but we need to gzip it so that it fits on the floppies. > I think it worked when I tried it. I got 10k spare for scripts > and stuff :) (but I didn't use crunchgen etc, which saves > additional space) All good then, what do you think of: Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/libh/cvs/libh/release/floppies/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 2001/10/19 16:24:58 1.7 +++ Makefile 2001/10/22 17:30:24 @@ -81,7 +81,8 @@ df -ik ${.CURDIR}/${MFS_MP} ls -l ${TCLHDIR}/${TCLH} strip ${TCLHDIR}/${TCLH} - install -c ${TCLHDIR}/${TCLH} ${.CURDIR}/${MFS_MP}/sbin/tclh + gzip -9 ${TCLHDIR}/${TCLH} + install -c ${TCLHDIR}/${TCLH}.gz ${.CURDIR}/${MFS_MP}/sbin/tclh @echo "- Create passwd file" pwd_mkdb -d . master.passwd; mv spwd.db ${MFS_MP}/etc/ Oh, and we also need to add a note to README.kernel saying that we need the gzip pseudo-dev... :) Crunchgen will be a much bigger challenge...=20 And anyways, would we really get such an improvement? We have only one binary! :) I thought crunchgen was working by merging many binaries into a single main()... a. --oJ71EGRlYNjSvfq7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvUWHQACgkQttcWHAnWiGfNsQCeJ6xlCutfSUSkRZqlBHSZd356 rzoAn0gOzJg5f7EP0kq+sOZVqYfZWzgg =p2Px -----END PGP SIGNATURE----- --oJ71EGRlYNjSvfq7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message