From 4e8f04012c9161b92d4dab3e32930dec6140a7df Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 9 May 2012 18:17:17 +0200 Subject: cc/gcc: do not build manuals in parallel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Benoît Thébaudeau Reported-by: Johannes Stezenbach Tested-by: Johannes Stezenbach Signed-off-by: "Yann E. MORIN" diff --git a/scripts/build/cc/gcc.sh b/scripts/build/cc/gcc.sh index d9930e2..3ad97d0 100644 --- a/scripts/build/cc/gcc.sh +++ b/scripts/build/cc/gcc.sh @@ -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 -- cgit v0.10.2-6-g49f6