Lines Matching full:then
13 if [ ! -x "$SPATCH" ]; then
27 if [ -n "$V" -a "$V" != "0" ]; then
52 if [ $? -eq 0 ]; then
61 if [ "$C" = "1" -o "$C" = "2" ]; then
72 if [ "$KBUILD_EXTMOD" = "" ] ; then
78 if [ -z "$J" ]; then
85 if [ "$KBUILD_EXTMOD" != "" ] ; then
90 if [ "$USE_JOBS" = "no" ]; then
93 elif [ "$NPROC" != "1" ]; then
99 if [ "$MODE" = "" ] ; then
100 if [ "$ONLINE" = "0" ] ; then
109 if [ "$MODE" = "chain" ] ; then
110 if [ "$ONLINE" = "0" ] ; then
114 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then
118 if [ "$ONLINE" = "0" ] ; then
126 if [ $VERBOSE -ne 0 ] ; then
132 if [[ $err -ne 0 ]]; then
140 if [ $VERBOSE -ne 0 ] ; then
146 if [ $VERBOSE -eq 2 ] ; then
154 if [ "$USE_JOBS" = "yes" ]; then
163 if [ $VERBOSE -eq 2 ] ; then
179 if [ "$REQ_NUM" != "0" ] ; then
180 if [ "$SPATCH_VERSION_NUM" -lt "$REQ_NUM" ] ; then
192 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
203 if [ "$MODE" = "patch" ] ; then
205 elif [ "$MODE" = "report" ] ; then
207 elif [ "$MODE" = "context" ] ; then
209 elif [ "$MODE" = "org" ] ; then
220 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
227 if [ "$MODE" = "chain" ] ; then
236 elif [ "$MODE" = "rep+ctxt" ] ; then
247 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
248 if [ -f $DEBUG_FILE ]; then
256 if [ "$COCCI" = "" ] ; then