equal
deleted
inserted
replaced
8 # debuggery |
8 # debuggery |
9 [ "$VERBOSE" = "yes" ] && echo "Determining machine byte-order... ($*)" |
9 [ "$VERBOSE" = "yes" ] && echo "Determining machine byte-order... ($*)" |
10 |
10 |
11 # build and run a test program |
11 # build and run a test program |
12 test -d "$OUTDIR/config.tests/unix/endian" || mkdir -p "$OUTDIR/config.tests/unix/endian" |
12 test -d "$OUTDIR/config.tests/unix/endian" || mkdir -p "$OUTDIR/config.tests/unix/endian" |
13 "$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "$SRCDIR/config.tests/unix/endian/endiantest.pro" -o "$OUTDIR/config.tests/unix/endian/Makefile" >/dev/null 2>&1 |
13 "$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "QT_BUILD_TREE=$OUTDIR" "$SRCDIR/config.tests/unix/endian/endiantest.pro" -o "$OUTDIR/config.tests/unix/endian/Makefile" >/dev/null 2>&1 |
14 cd "$OUTDIR/config.tests/unix/endian" |
14 cd "$OUTDIR/config.tests/unix/endian" |
15 |
15 |
16 |
16 |
17 ENDIAN="UNKNOWN" |
17 ENDIAN="UNKNOWN" |
18 [ "$VERBOSE" = "yes" ] && $MAKE || $MAKE >/dev/null 2>&1 |
18 [ "$VERBOSE" = "yes" ] && $MAKE || $MAKE >/dev/null 2>&1 |