Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2004 00:38:46 +0200
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        Tim Kientzle <kientzle@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/gnu/usr.bin/tar Makefile
Message-ID:  <20040212223846.GC74671@FreeBSD.org.ua>
In-Reply-To: <200402110544.i1B5iKLv096828@repoman.freebsd.org>
References:  <200402110544.i1B5iKLv096828@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040212223846.GC74671>