9 [ "$VERBOSE" = "yes" ] && echo "Testing size of pointers ... ($*)"
11 # build and run a test program
12 test -d "$OUTDIR/config.tests/unix/ptrsize" || mkdir
-p "$OUTDIR/config.tests/unix/ptrsize"
13 "$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "$SRCDIR/config.tests/unix/ptrsize/ptrsizetest.pro" -o "$OUTDIR/config.tests/unix/ptrsize/Makefile" >/dev
/null
2>&1
14 cd "$OUTDIR/config.tests/unix/ptrsize"
16 if [ "$VERBOSE" = "yes" ]; then
17 ($MAKE clean
&& $MAKE)
19 ($MAKE clean
&& $MAKE) >/dev
/null
2>&1
23 if [ "$RETVAL" -ne 0 ]; then
31 [ "$VERBOSE" = "yes" ] && echo "Pointer size: $PTRSIZE"