]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: use dolt
authorLucas De Marchi <lucas.demarchi@intel.com>
Thu, 5 Mar 2015 16:03:35 +0000 (13:03 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 5 Mar 2015 16:14:36 +0000 (13:14 -0300)
commitda6c0d2f52390fe7ed6c40f6aa9799edfeb19dcb
tree544998732cf9337d97ed921eef7b26d9a35511a5
parentd9c71758595cad72c8278179eabf17017615f704
build: use dolt

Drop-in replacement to libtool: http://dolt.freedesktop.org/. More
details: http://marc.info/?l=freedesktop-xorg&m=120791871615872&w=3

kmod is relatively fast to compile, so it doesn't matter much.
Nonetheless, less forks the better.

Compilation time using ./bootstrap-configure --disable-manpages and
make -j4

libtool
real    0m6.453s
user    0m21.067s
sys     0m0.773s

dolt
real    0m4.792s
user    0m15.920s
sys     0m0.637s
.gitignore
configure.ac
m4/dolt.m4 [new file with mode: 0644]