scripts/build/cc/gcc.sh
branch1.15
changeset 3002 56e4a47dcf88
parent 2936 2dfea349d307
     1.1 --- a/scripts/build/cc/gcc.sh	Tue Jan 03 22:57:25 2012 +0100
     1.2 +++ b/scripts/build/cc/gcc.sh	Wed May 09 18:17:17 2012 +0200
     1.3 @@ -792,7 +792,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