Date: Mon, 22 Oct 2001 13:33:42 -0400 From: The Anarcat <anarcat@anarcat.dyndns.org> To: Alexander Langer <alex@big.endian.de> Cc: Libh <freebsd-libh@FreeBSD.ORG> Subject: Re: Libh minimum requirements Message-ID: <20011022133341.C601@shall.anarcat.dyndns.org> In-Reply-To: <20011022181759.B7829@zerogravity.kawo2.rwth-aachen.de> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
--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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011022133341.C601>
