From owner-cvs-src@FreeBSD.ORG Thu Feb 12 14:38:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 326E116A4CE; Thu, 12 Feb 2004 14:38:13 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFF643D2F; Thu, 12 Feb 2004 14:38:04 -0800 (PST) (envelope-from ru@FreeBSD.org.ua) Received: from phantom.cris.net (ru@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i1CMcnoh075060; Fri, 13 Feb 2004 00:38:52 +0200 (EET) (envelope-from ru@FreeBSD.org.ua) Received: (from ru@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i1CMcmST075055; Fri, 13 Feb 2004 00:38:48 +0200 (EET) (envelope-from ru) Date: Fri, 13 Feb 2004 00:38:46 +0200 From: Ruslan Ermilov To: Tim Kientzle Message-ID: <20040212223846.GC74671@FreeBSD.org.ua> References: <200402110544.i1B5iKLv096828@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Sr1nOIr3CvdE5hEN" Content-Disposition: inline In-Reply-To: <200402110544.i1B5iKLv096828@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/tar Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 22:38:13 -0000 --Sr1nOIr3CvdE5hEN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 10, 2004 at 09:44:20PM -0800, Tim Kientzle wrote: > kientzle 2004/02/10 21:44:20 PST >=20 > FreeBSD src repository >=20 > Modified files: > gnu/usr.bin/tar Makefile=20 > Log: > GNU tar in the base system is now called "gtar" > =20 > "tar" is now just a link to "gtar". > =20 > This lays the groundwork for an orderly migration > from GNU tar to some other tar. (First, we introduce > the new tar program, then we migrate the 'tar' name, > then we remove gtar, with intervals of months between > these steps.) > =20 > Approved by: gordon > =20 > Revision Changes Path > 1.19 +11 -1 src/gnu/usr.bin/tar/Makefile >=20 + +# "Rename" tar.1 to gtar.1 so that we can install gtar.1 with +# tar.1 as an optional link (rather than vice versa) +gtar.1: tar.1 + cp $(.CURDIR)/tar.1 $(.TARGET) Please use curly braces here and in rescue/ makefiles. Please use cat(1) generally when making copies in makefiles -- it produces a writable output even if the source is read-only. Please register libtar with bsd.libnames.mk. Please register libtar with gnu/usr.bin/groff/tmac/mdoc.local. Excellent work! That's all I have so far to say about this. ;) Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --Sr1nOIr3CvdE5hEN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFALAB2Ukv4P6juNwoRAo/PAJ9Vtgiyh03zv/fTpdg9kjFO0rM7MgCdHu56 5bWvy5h40pUTRuyxMMYc1Q0= =8LUd -----END PGP SIGNATURE----- --Sr1nOIr3CvdE5hEN--