freebsd-dev/usr.bin/ar
Kai Wang 0c099281a3 Add support for option "-M", which is used to operate ar(1) in a
script mode like the MRI(Microtec Research Inc.) "librarian" program.

Originally this option is provided by Binutils ar(1) to ease the
transition for developers who are used to writing "librarian" scripts.

We added this option to BSD ar(1) because:

1. Further improve the compatibility with Binutils ar(1).
2. There are still a few software using this -M option. (at least one
in our ports collection)

Suggested by:	rink & erwin
2008-09-20 22:10:10 +00:00
..
acplex.l Add support for option "-M", which is used to operate ar(1) in a 2008-09-20 22:10:10 +00:00
acpyacc.y Add support for option "-M", which is used to operate ar(1) in a 2008-09-20 22:10:10 +00:00
ar.1 GNU ar did NOT implment option -q as a synonym of -r as the manual 2008-03-11 18:35:51 +00:00
ar.c Add support for option "-M", which is used to operate ar(1) in a 2008-09-20 22:10:10 +00:00
ar.h Add support for option "-M", which is used to operate ar(1) in a 2008-09-20 22:10:10 +00:00
Makefile Add support for option "-M", which is used to operate ar(1) in a 2008-09-20 22:10:10 +00:00
read.c Import ar(1) front-end. (aka 'BSD' ar) 2008-02-21 10:52:31 +00:00
util.c Import ar(1) front-end. (aka 'BSD' ar) 2008-02-21 10:52:31 +00:00
write.c Add support for option "-M", which is used to operate ar(1) in a 2008-09-20 22:10:10 +00:00