CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/06/24 07:44:53
Modified files:
usr.bin/libtool: Makefile libtool
Added files:
usr.bin/libtool/LT/Mode: Compile.pm Install.pm Link.pm
Log message:
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@
