Build systems - remark that there are some cmake packages (not necessarily in BLFS)

which produce bad ninja.build files but usable Makefiles.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22751 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2020-02-23 03:55:40 +00:00
parent af3c0818cf
commit c0e4599ea2

View File

@ -534,7 +534,9 @@ chmod 755 blfs-yes-test2</userinput></screen>
CMake works in a very different way, and it has two backends which can
be used on BLFS: 'make' and 'ninja'. The default backend is make, but
ninja can be faster on large packages with multiple processors. To
use ninja, specify '-G Ninja' in the cmake command.
use ninja, specify '-G Ninja' in the cmake command. However, there are
some packages which create fatal errors in their ninja files but build
successfully using the default of Unix Makefiles.
</para>
<para>