boost: Reduce noise during cross compile.

I guess the "set -x" was only left there for debugging, so I'm removing
it because it let's the scrollback buffer explode ;-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2015-04-12 10:34:06 +02:00 committed by Vladimír Čunát
parent 2d760a28b3
commit 5f0f48c08b

View File

@ -173,7 +173,6 @@ stdenv.mkDerivation {
# usual --build and --host added on cross building.
preConfigure = ''
export configureFlags="--without-icu ${concatStringsSep " " commonConfigureFlags}"
set -x
cat << EOF > user-config.jam
using gcc : cross : $crossConfig-g++ ;
EOF