freebsd-dev/usr.bin/ar
Ed Maste 1a0a41b105 ar: accept but ignore 'T' option
In previous versions of BSD ar -T was an alias for -f -- use only the
first 15 characters of archive member names.  In GNU ar and LLVM ar -T
creates a thin archive.

The -f / old BSD ar -T functionality is not particularly useful, and
ignoring -T still results in a usable and compatible (but not thin)
archive.

An exp-run found a few ports invoking ar -T but they all expect thin
archives.  In addition, -T will be used to specify thin archives after
a migration to LLVM-ar.

PR:             260523 [exp-run]
Reviewed by:	markj
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D33553
2022-01-03 11:42:59 -05:00
..
acplex.l ar: provide error exit status upon failure 2021-08-10 17:08:10 -04:00
acpyacc.y ar: diff reduction against ELF Tool Chain 2021-08-13 11:17:46 -04:00
ar.1 ar: accept but ignore 'T' option 2022-01-03 11:42:59 -05:00
ar.c ar: accept but ignore 'T' option 2022-01-03 11:42:59 -05:00
ar.h ar: remove duplicate function declaration in header 2021-08-13 16:58:18 -04:00
Makefile
Makefile.depend
read.c ar: diff reduction against ELF Tool Chain 2021-08-13 11:17:46 -04:00
util.c ar: diff reduction against ELF Tool Chain 2021-08-13 10:39:44 -04:00
write.c ar: diff reduction against ELF Tool Chain 2021-08-13 11:17:46 -04:00