Home | History | Annotate | Download | only in scripts

Lines Matching full:exit

123   test $(($major_version)) -lt $(($min_major_version)) && exit 1
125 test $(($minor_version)) -lt $(($min_minor_version)) && exit 1
127 test $(($point_version)) -lt $(($min_point_version)) && exit 1
131 test $(($major_version)) -gt $(($max_major_version)) && exit 1
133 test $(($minor_version)) -gt $(($max_minor_version)) && exit 1
135 test $(($point_version)) -gt $(($max_point_version)) && exit 1
139 exit 0
145 exit 1
150 --usage) show_usage; exit 0;;
151 --help) show_help; exit 0;;
163 exit 1
189 *) show_usage; exit 1;;
239 prefix) echo $prefix; exit 0;;
240 exec-prefix) echo $exec_prefix; exit 0;;
241 libdir) echo $libdir; exit 0;;
242 includedir) echo $includedir; exit 0;;
243 version) echo $version; exit 0;;
244 *) show_usage; exit 1;;
251 test "$echo_cppflags" = "yes" && show_usage && exit 1
252 test "$echo_cxxflags" = "yes" && show_usage && exit 1
253 test "$echo_ldflags" = "yes" && show_usage && exit 1
254 test "$echo_libs" = "yes" && show_usage && exit 1
274 exit 0