cvs commit: src/gnu/usr.bin/tar Makefile src/usr.bin/tar
Makefile
Mathieu Arnold
mat at FreeBSD.org
Sun Mar 20 15:25:25 PST 2005
+-Le 20/03/2005 20:38 +0000, Tim Kientzle a dit :
| kientzle 2005-03-20 20:38:46 UTC
|
| FreeBSD src repository
|
| Modified files:
| gnu/usr.bin/tar Makefile
| usr.bin/tar Makefile
| Log:
| Deorbit gtar, step 1: Remove WITH_GTAR knob.
| "tar" is now always a synonym for "bsdtar".
| People who need gtar can access it as "gtar."
|
| Approved by: No objections on arch@
-.if defined(WITH_GTAR)
SYMLINKS= ${BINDIR}/gtar ${BINDIR}/tar
MLINKS= gtar.1 tar.1
-.endif
Shouldn't the lines in the .if be removed too ?
--
Mathieu Arnold
More information about the cvs-src
mailing list