From 67765a34f77e95af1158d80067f0af0d257fc461 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" (transplanted from c800b7d6a50c267c3e0a64829da4b082e260deff) diff --git a/scripts/build/cc/gcc.sh b/scripts/build/cc/gcc.sh index 8dea3dc..1842446 100644 --- a/scripts/build/cc/gcc.sh +++ b/scripts/build/cc/gcc.sh @@ -792,7 +792,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