Home | History | Annotate | Download | only in tools

Lines Matching full:then

55     if [ "$VERBOSE" = "yes" ] ; then
79 if [ $OPTION_HELP = yes ] ; then
115 if [ -n "$PREBUILD_NDK" -a -n "$PREBUILT_PREFIX" ] ; then
120 if [ -z "$PREBUILT_PREFIX" -a -z "$PREBUILT_NDK" ] ; then
125 if [ -n "$PREBUILT_PREFIX" ] ; then
126 if [ -d "$PREBUILT_PREFIX" ] ; then
131 if [ ! -d "$PREBUILT_DIR" ] ; then
135 if [ -z "$PREBUILT_SYSTEMS" ] ; then
142 if [ ! -f $PREBUILT_PREFIX-$SYS.tar.bz2 ] ; then
149 if [ ! -f "$PREBUILT_NDK" ] ; then
156 if [ $? != 0 ] ; then
164 if [ "$USE_GIT_FILES" = "yes" ] ; then
193 if [ $? != 0 ] ; then
207 if [ $? != 0 ] ; then
212 if [ -n "$PREBUILT_NDK" ] ; then
216 if [ $? != 0 ] ; then
221 if [ $? != 0 ] ; then
229 if [ $? != 0 ] ; then
238 if [ $? != 0 ] ; then