cmake
- Use bundled version of
libuv
(for now) - Use bundled version of
rhash
(nothing depends on it) - Unset
$MAKE
ascmake
expectscmake_make_processor
to be equal to$MAKE
which ismake
on glaucus, and that does not work when bootstrappingcmake
- Can be built with
make
only; without requiringninja
,samu
ormuon
- Build
cmake
by itself to enable LTO (BUILD_LTO=ON
) - Test suite might require
LC_ALL=en_US.UTF-8
on LFS - Builds takes a while (~10 minutes) even with jobs=2 and jobs=4; compare
make
againstsamu
?