summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/acpyacc.y
Commit message (Collapse)AuthorAgeFilesLines
* Add support for option "-M", which is used to operate ar(1) in akaiw2008-09-201-0/+662
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
OpenPOWER on IntegriCloud