Lines Matching full:then
13 if [ ! -x "$SPATCH" ]; then
26 if [ -n "$V" -a "$V" != "0" ]; then
51 if [ $? -eq 0 ]; then
60 if [ "$C" = "1" -o "$C" = "2" ]; then
63 if [[ $# -le 0 ]]; then
83 if [ "$KBUILD_EXTMOD" = "" ] ; then
91 if [ -z "$J" ]; then
93 if [ $THREADS_PER_CORE -gt 1 -a $NPROC -gt 4 ] ; then
101 if [ "$KBUILD_EXTMOD" != "" ] ; then
106 if [ "$USE_JOBS" = "no" ]; then
109 elif [ "$NPROC" != "1" ]; then
115 if [ "$MODE" = "" ] ; then
116 if [ "$ONLINE" = "0" ] ; then
125 if [ "$MODE" = "chain" ] ; then
126 if [ "$ONLINE" = "0" ] ; then
130 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then
134 if [ "$ONLINE" = "0" ] ; then
142 if [ $VERBOSE -ne 0 ] ; then
145 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
154 if [[ $err -ne 0 ]]; then
162 if [ $VERBOSE -ne 0 ] ; then
168 if [ $VERBOSE -eq 2 ] ; then
176 if [ "$USE_JOBS" = "yes" ]; then
185 if [ $VERBOSE -eq 2 ] ; then
200 if [ -n "$REQ" ] && ! { echo "$REQ"; echo "$SPATCH_VERSION"; } | sort -CV ; then
211 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
222 if [ "$MODE" = "patch" ] ; then
224 elif [ "$MODE" = "report" ] ; then
226 elif [ "$MODE" = "context" ] ; then
228 elif [ "$MODE" = "org" ] ; then
239 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
246 if [ "$MODE" = "chain" ] ; then
255 elif [ "$MODE" = "rep+ctxt" ] ; then
266 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
267 if [ -f $DEBUG_FILE ]; then
275 if [ "$COCCI" = "" ] ; then