]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Documentation/Docbook/Makefile: process xml files in parallel, based on nproc --all...
authorAlexander Burmashev <alexander.burmashev@oracle.com>
Thu, 11 Jul 2019 15:36:47 +0000 (08:36 -0700)
committerBrian Maly <brian.maly@oracle.com>
Wed, 7 Aug 2019 20:32:24 +0000 (16:32 -0400)
commit5674aeb057d71c521f24c41a02fe212c7586ee96
treefdd6fd45b96b9e662f1f9a4f4b64da603a614f69
parentb567d12e95f6e14eb02e8b37ed677416418f5013
Documentation/Docbook/Makefile: process xml files in parallel, based on nproc --all value

Documentation/Docbook/Makefile: process xml files in parallel, based on nproc --all value
This commits introduces a few simple changes, that keep execution of doc compilation serial
( docbook documentation Makefile does not support parallelisation ), but allow parallel
production of xml files. Also compression of man files is now happening in parallel as well.
Number of max threads is limited to nproc --all value.

Orabug: 30079814

Signed-off-by: Alex Burmashev <alexander.burmashev@oracle.com>
Reviewed-by: John Haxby <john.haxby@oracle.com>
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Documentation/DocBook/Makefile