Lines Matching +full:bad +full:- +full:build +full:- +full:check
18 . $srcdir/test-subr.sh
20 if ! grep -q -F '#define _FILE_OFFSET_BITS' ${abs_top_builddir}/config.h; then
32 # $ gcc -m32 -O2 nolfs.c -o testfile-nolfs
33 testfiles testfile-nolfs
37 /^\w/ && bad[$0]
40 /@@GLIBC_/ && $1 in bad { print $1 }'
42 LFS=$(printf "$LFS_FORMAT" "${abs_srcdir}/lfs-symbols")
45 make print-$1 -C $2 |& awk -F= "/^$1=/{ print \$2 }"
50 if [ -e "$1" ]; then
51 bad=$(testrun ${abs_top_builddir}/src/nm -u "$1" | awk "$LFS")
52 if [ -n "$bad" ]; then
53 echo "$1 contains non-lfs symbols:" $bad
62 echo First sanity-check that LFS detection works.
64 testrun_lfs ./testfile-nolfs
65 if [ $exit_status -eq 0 ]; then
66 echo "Didn't detect any problem with testfile-nolfs!"
73 echo Check all normal build targets.
82 echo Check all test programs.