Lines Matching full:build
3 # Build tools for testing GCC.
21 # btest <target> <source> <prefix> <state> <build>
36 # BUILD is a temporary directory that this script will
37 # delete and recreate, containing the build tree.
38 BUILD=$5
47 # build the build failed
48 # regress-<n> the build succeeded, but there were <n>
50 # pass build succeeded and there were no regressions
52 # in BUILD_LOG, the output of the build
80 # Nuke $BUILD and recreate it.
81 rm -rf $BUILD $REGRESS $FAILED
82 mkdir $BUILD $BUILD/build $BUILD/objs || exit 1
83 cd $BUILD || exit 1
98 # Build.
99 echo build > $RESULT
101 cd $BUILD/build || exit 1
102 TMP_PREFIX=$BUILD/install