Hello,
In QtWebEngine, it is recommended to use NINJAJOBS=4 in some circonstances.
But that is not possible as some files created by qmake use the name
NINJAJOBS
lfs [ ~/_build_/qtwebengine-everywhere-src-5.13.0 ]$ grep -i -R NINJAJOBS *
build/src/core/Makefile.gn_run: ninja -v $(NINJAJOBS) -C
/home/lfs/_build_/qtwebengine-everywhere-src-5.13.0/build/src/core/release
QtWebEngineCore
src/core/gn_run.pro: runninja.commands = $$NINJA $$ninjaflags
\$\(NINJAJOBS\) -C $$gn_build_root QtWebEngineCore
Of course, errors result at compil time.
I suggest to use NINJACORES in the Ninja patch as it reflects better the
purpose of this patch : setting the numbers of cores rather than the
number of jobs.
Alain Dumont
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page