scripts/build/cc/gcc.sh
changeset 2984 c800b7d6a50c
parent 2980 150402ee5468
child 3023 c71635732a59
     1.1 --- a/scripts/build/cc/gcc.sh	Sun May 06 15:32:56 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