History log of /openbsd-src/usr.bin/libtool/Makefile (Results 1 – 7 of 7)
Revision Date Author Comments
# 807ec17a 16-Apr-2014 zhuk <zhuk@openbsd.org>

Make directory ordering in our libtool stable. Fixes quiet a few issues
ajacoutot@, me and probably others were seeing. No fallout in bulk build.

Input from espie@ and ajacoutot@.
Prodding by ajacou

Make directory ordering in our libtool stable. Fixes quiet a few issues
ajacoutot@, me and probably others were seeing. No fallout in bulk build.

Input from espie@ and ajacoutot@.
Prodding by ajacoutot@
Bulk test by jasper@

show more ...


# ce8e7994 13-Jul-2012 espie <espie@openbsd.org>

move stuff around some more, do not load link parts unless we are actually
linking.

(and always load basic linker class when we're actually linking)


Start making a proper "library stash class".


# e0432216 12-Jul-2012 espie <espie@openbsd.org>

okay, now the parser module is totally part of Mode/Link.pm, no reason
for a separate file


# 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 ...


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

specialized option handler that will make things simpler


# c81ca2ca 24-Jun-2012 espie <espie@openbsd.org>

clean-up the mess: move modes into separate files,
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 th

clean-up the mess: move modes into separate files,
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@

show more ...


# dd9b5fde 19-Jun-2012 espie <espie@openbsd.org>

add libtool to base, okay deraadt@, jasper@, millert@...
(as requested by matthieu@ so we can work on xenocara).