History log of /openbsd-src/usr.bin/libtool/libtool (Results 1 – 25 of 44)
Revision Date Author Comments
# 6bbcafb6 03-Jan-2019 jca <jca@openbsd.org>

Drop two unused settings.


# 431c0542 03-Jan-2019 jca <jca@openbsd.org>

No support for vax any more, simplify setup.


# 28252c27 19-Mar-2014 afresh1 <afresh1@openbsd.org>

Remove lexical $_ from libtool in preparation for perl 5.18

OK and additional changes from espie@


# 6176a5b7 06-Mar-2014 ajacoutot <ajacoutot@openbsd.org>

Also accept "install-check" as an install script. This part will
probably be reworked and simplified in the future anyway...

ok espie@


# a734f5c5 02-Feb-2013 brad <brad@openbsd.org>

m68k has switched to ELF.

ok miod@


# 56cf0d25 01-Feb-2013 brad <brad@openbsd.org>

m88k has switched to ELF and has shared libs.

ok miod@


# f9b9b3aa 27-Oct-2012 espie <espie@openbsd.org>

mark elf architectures as well


# c312f6c2 11-Jul-2012 espie <espie@openbsd.org>

nit: bless object early so we can use methods on it


# 5e199781 10-Jul-2012 espie <espie@openbsd.org>

bye-bye Getopt::Long


# 562a0ecf 10-Jul-2012 espie <espie@openbsd.org>

clean-up shit, pull some of LT::Util into ltconfig object
make that a somewhat more "real" object...


# 3d0c3a99 10-Jul-2012 espie <espie@openbsd.org>

more config, sort stuff for easier spotting


# 184bf744 09-Jul-2012 espie <espie@openbsd.org>

--config had better match more stupid shit.
should fix devel/avr


# 23a06c3e 09-Jul-2012 espie <espie@openbsd.org>

start ditching Getopt::Long, only LT::Mode::Link uses it, so make it
autoload only when absolutely required.


# 2fc09e4a 09-Jul-2012 espie <espie@openbsd.org>

more compat shit for libtool1/libtool2 schizophrenia
should fix print/pdflib
found out by jasper@


# 2a7391aa 09-Jul-2012 espie <espie@openbsd.org>

a bit more scaffolding to distinguish between syntax errors during compilation
and non existent files (which is normal here).


# 0b874fd5 09-Jul-2012 espie <espie@openbsd.org>

create mode objects thru factory always: uniform require.
use getopt array mode for simpler test


# 9fb38157 09-Jul-2012 espie <espie@openbsd.org>

somehow, the require is not enough for inheritance to work correctly ?


# ec47798d 09-Jul-2012 espie <espie@openbsd.org>

implement help-all


# 64a5d04f 09-Jul-2012 espie <espie@openbsd.org>

framework for handling help better


# 8f320f9e 09-Jul-2012 espie <espie@openbsd.org>

match main libtool options better


# b5f8d823 08-Jul-2012 jasper <jasper@openbsd.org>

- move some more stuff into OSConfig
- zap references to variables that don't exist anymore

ok espie@


# fc08f4fd 08-Jul-2012 espie <espie@openbsd.org>

a few big changes
- start using our options parser for main libtool options
- put link related stuff into their own module.
Long term, some unification should happen.
- shortdie for cases where we k

a few big changes
- start using our options parser for main libtool options
- put link related stuff into their own module.
Long term, some unification should happen.
- shortdie for cases where we know libtool is not at fault.

show more ...


# de6c38b0 08-Jul-2012 jasper <jasper@openbsd.org>

- move noshared handling to LT::OSConfig
- remove unused $libinstdir variable

ok espie@


# 4877e0a8 07-Jul-2012 jasper <jasper@openbsd.org>

calling help() is not an error, so just return 0.


# 8251d49b 07-Jul-2012 jasper <jasper@openbsd.org>

add a dump method, simplifying the --config call


12