cc/gcc: do not build manuals in parallel
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Wed May 09 18:17:17 2012 +0200 (2012-05-09)
changeset 2984c800b7d6a50c
parent 2983 f80b978b443b
child 2985 2c13e5ce38fd
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>
scripts/build/cc/gcc.sh
     1.1 --- a/scripts/build/cc/gcc.sh	Mon May 07 00:10:00 2012 +0200
     1.2 +++ b/scripts/build/cc/gcc.sh	Wed May 09 18:17:17 2012 +0200
     1.3 @@ -801,7 +801,7 @@
     1.4  
     1.5      if [ "${build_manuals}" = "yes" ]; then
     1.6          CT_DoLog EXTRA "Building the GCC manuals"
     1.7 -        CT_DoExecLog ALL make ${JOBSFLAGS} pdf html
     1.8 +        CT_DoExecLog ALL make pdf html
     1.9          CT_DoLog EXTRA "Installing the GCC manuals"
    1.10          CT_DoExecLog ALL make install-{pdf,html}-gcc
    1.11      fi