diff -r 35b22b8c0a92 -r 45ddf096def1 scripts/build/gmp.sh --- a/scripts/build/gmp.sh Mon Jul 14 13:55:30 2008 +0000 +++ b/scripts/build/gmp.sh Thu Oct 23 13:45:48 2008 +0000 @@ -40,7 +40,7 @@ --host=${CT_HOST} \ --prefix="${CT_PREFIX_DIR}" \ --disable-shared --enable-static \ - --enable-fft --enable-mpbsd 2>&1 |CT_DoLog ALL + --enable-fft --enable-mpbsd CT_DoLog EXTRA "Building GMP" CT_DoExecLog ALL make ${PARALLELMFLAGS} @@ -72,15 +72,15 @@ --host=${CT_TARGET} \ --prefix=/usr \ --disable-shared --enable-static \ - --enable-fft --enable-mpbsd 2>&1 |CT_DoLog ALL + --enable-fft --enable-mpbsd CT_DoLog EXTRA "Building GMP" - CT_DoExecLog ALL make ${PARALLELMFLAGS} 2>&1 |CT_DoLog ALL + CT_DoExecLog ALL make ${PARALLELMFLAGS} # Not possible to check MPFR while X-compiling CT_DoLog EXTRA "Installing GMP" - CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" install 2>&1 |CT_DoLog ALL + CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" install CT_EndStep }