Lines Matching refs:build_exit
963 build_exit="$?"
964 echo "build exit status: $build_exit" 1>&2
965 if [ "$build_exit" = '0' ]; then
989 build_exit="$?"
990 if [ "$build_exit" = '0' ]; then
1003 err_echo "build exit status: $build_exit"
1008 build_exit="$?"
1009 if [ "$build_exit" '!=' '0' ]; then
1011 echo "build exit status: $build_exit" >>"$output"
1023 build_exit="$?"
1024 if [ "$build_exit" = '0' ]; then
1052 echo "build exit status: $build_exit" >> "$output"
1136 if [ "$target_mode" = "yes" -a "$build_exit" = "0" ]; then