gmake[1]: Entering directory '/export/home/buildbot-unstable10s/slave/gawk-solaris10-sparc/build/test' for i in _* ; \ do \ if [ "$i" != "_*" ]; then \ echo ============== $i ============= ; \ base=`echo $i | sed 's/^_//'` ; \ if echo "$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null && [ -r ${base}-mpfr.ok ]; then \ diff -u ${base}-mpfr.ok $i ; \ elif echo "$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null && [ -r "."/${base}-mpfr.ok ]; then \ diff -u "."/${base}-mpfr.ok $i ; \ elif [ -r ${base}.ok ]; then \ diff -u ${base}.ok $i ; \ else \ diff -u "."/${base}.ok $i ; \ fi ; \ fi ; \ done | ${PAGER:-more} gmake[1]: Leaving directory '/export/home/buildbot-unstable10s/slave/gawk-solaris10-sparc/build/test'