summaryrefslogtreecommitdiffstats
path: root/usr.bin/libtool/LT/Mode/Install.pm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* recognize install-wrapper as a valid install programespie2014-09-051-2/+2
|
* Remove lexical $_ from libtool in preparation for perl 5.18afresh12014-03-191-5/+5
| | | | OK and additional changes from espie@
* Also accept "install-check" as an install script. This part willajacoutot2014-03-061-2/+2
| | | | | | probably be reworked and simplified in the future anyway... ok espie@
* implement help-allespie2012-07-091-1/+10
|
* framework for handling help betterespie2012-07-091-1/+2
|
* - start cleaning up options handling: put things into a separate packageespie2012-07-041-5/+6
| | | | | | | | | | | | that encapsulates accesses to Getopt::Long (which is badly suited for us actually) - simplify LT::Trace syntax - implement --tag checks that mimic actual libtool - add libtool comp support, as per libtool2 (but keep implicit modes as per libtool1) - prevent shell code in nm execution okay jasper@, steven@
* a few minor cleanup and performance tweaks (is_wrapper doesn't need toespie2012-06-281-7/+14
| | | | | scan large binary files) okay jasper@
* clean-up the mess: move modes into separate files,espie2012-06-241-0/+97
this makes dependencies more apparent. This should also speed libtool up a bit, since it won't load all the code all the time, but only the parts that are actually needed (to wit "compile mode" which is much smaller). okay jasper@