cvs commit: src/gnu/usr.bin/tar Makefile

Ruslan Ermilov ru at FreeBSD.org
Thu Feb 12 14:38:13 PST 2004


On Tue, Feb 10, 2004 at 09:44:20PM -0800, Tim Kientzle wrote:
> kientzle    2004/02/10 21:44:20 PST
> 
>   FreeBSD src repository
> 
>   Modified files:
>     gnu/usr.bin/tar      Makefile 
>   Log:
>   GNU tar in the base system is now called "gtar"
>   
>   "tar" is now just a link to "gtar".
>   
>   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.)
>   
>   Approved by:    gordon
>   
>   Revision  Changes    Path
>   1.19      +11 -1     src/gnu/usr.bin/tar/Makefile
> 
+
+# "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,
-- 
Ruslan Ermilov
FreeBSD committer
ru at FreeBSD.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20040213/a9963bb9/attachment.bin


More information about the cvs-all mailing list