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:
parent
2d760a28b3
commit
5f0f48c08b
@ -173,7 +173,6 @@ stdenv.mkDerivation {
|
|||||||
# usual --build and --host added on cross building.
|
# usual --build and --host added on cross building.
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export configureFlags="--without-icu ${concatStringsSep " " commonConfigureFlags}"
|
export configureFlags="--without-icu ${concatStringsSep " " commonConfigureFlags}"
|
||||||
set -x
|
|
||||||
cat << EOF > user-config.jam
|
cat << EOF > user-config.jam
|
||||||
using gcc : cross : $crossConfig-g++ ;
|
using gcc : cross : $crossConfig-g++ ;
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user