mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
cc/gcc: do not build manuals in parallel
Reported-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Reported-by: Johannes Stezenbach <js@sig21.net> Tested-by: Johannes Stezenbach <js@sig21.net> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
eb6e2e87f0
commit
4e8f04012c
@ -801,7 +801,7 @@ do_cc_backend() {
|
||||
|
||||
if [ "${build_manuals}" = "yes" ]; then
|
||||
CT_DoLog EXTRA "Building the GCC manuals"
|
||||
CT_DoExecLog ALL make ${JOBSFLAGS} pdf html
|
||||
CT_DoExecLog ALL make pdf html
|
||||
CT_DoLog EXTRA "Installing the GCC manuals"
|
||||
CT_DoExecLog ALL make install-{pdf,html}-gcc
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user