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
80 if [ -z "$J" ]; then
82 if [ $THREADS_PER_CORE -gt 1 -a $NPROC -gt 4 ] ; then
90 if [ "$KBUILD_EXTMOD" != "" ] ; then
95 if [ "$USE_JOBS" = "no" ]; then
98 elif [ "$NPROC" != "1" ]; then
104 if [ "$MODE" = "" ] ; then
105 if [ "$ONLINE" = "0" ] ; then
114 if [ "$MODE" = "chain" ] ; then
115 if [ "$ONLINE" = "0" ] ; then
119 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then
123 if [ "$ONLINE" = "0" ] ; then
131 if [ $VERBOSE -ne 0 ] ; then
134 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
143 if [[ $err -ne 0 ]]; then
151 if [ $VERBOSE -ne 0 ] ; then
157 if [ $VERBOSE -eq 2 ] ; then
165 if [ "$USE_JOBS" = "yes" ]; then
174 if [ $VERBOSE -eq 2 ] ; then
190 if [ "$REQ_NUM" != "0" ] ; then
191 if [ "$SPATCH_VERSION_NUM" -lt "$REQ_NUM" ] ; then
203 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
214 if [ "$MODE" = "patch" ] ; then
216 elif [ "$MODE" = "report" ] ; then
218 elif [ "$MODE" = "context" ] ; then
220 elif [ "$MODE" = "org" ] ; then
231 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
238 if [ "$MODE" = "chain" ] ; then
247 elif [ "$MODE" = "rep+ctxt" ] ; then
258 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
259 if [ -f $DEBUG_FILE ]; then
267 if [ "$COCCI" = "" ] ; then