From owner-cvs-usrbin Sat Dec 13 04:21:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA19740 for cvs-usrbin-outgoing; Sat, 13 Dec 1997 04:21:48 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA19726; Sat, 13 Dec 1997 04:21:36 -0800 (PST) (envelope-from bde@zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.6.9) id XAA00140; Sat, 13 Dec 1997 23:19:38 +1100 Date: Sat, 13 Dec 1997 23:19:38 +1100 From: Bruce Evans Message-Id: <199712131219.XAA00140@godzilla.zeta.org.au> To: bde@zeta.org.au, mike@smith.net.au Subject: Re: cvs commit: src/usr.bin/minigzip - Imported sources Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, msmith@FreeBSD.ORG Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >MHO, it appears that gzip is built static even though it is installed >in /usr/bin. Any idea why this is? Because I didn't send my screams to cvs-committers when the change was committed :-). Log for tar/Makefile: ---------------------------- revision 1.3 date: 1994/06/15 19:16:04; author: jkh; state: Exp; lines: +1 -0 Make tar static by default. Don't scream, you'll thank me for this someday. ---------------------------- Log for gzip/Makefile: ---------------------------- revision 1.6 date: 1994/06/15 19:16:58; author: jkh; state: Exp; lines: +1 -0 branches: 1.6.6; Make gzip static by default. This is needed because it's such a frequent companion to tar. ---------------------------- Bruce