Lines Matching full:echo

14     echo 'spatch is part of the Coccinelle project and is available at http://coccinelle.lip6.fr/'
50 echo $SPFLAGS | grep -E -e "--profile|--show-trying" 2>&1 > /dev/null
64 echo ''
65 echo 'Specifying both the variable "C" and rule "coccicheck" in the make
67 echo ''
68 echo 'Try specifying "scripts/coccicheck" as a value for the CHECK variable instead.'
69 echo ''
70 echo 'Example: make C=2 CHECK=scripts/coccicheck drivers/net/ethernet/ethoc.o'
71 echo ''
113 echo 'You have not explicitly specified the mode to use. Using default "report" mode.'
114 echo 'Available modes are the following: patch, report, context, org, chain'
115 echo 'You can specify the mode with "make coccicheck MODE=<mode>"'
116 echo 'Note however that some modes are not implemented by some semantic patches.'
123 echo 'You have selected the "chain" mode.'
124 echo 'All available modes will be tried (in that order): patch, report, context, org'
131 echo ''
132 echo 'Please check for false positives in the output before submitting a patch.'
133 echo 'When using "patch" mode, carefully review the patch before submitting it.'
134 echo ''
139 echo "Running ($NPROC in parallel): $@"
142 echo $@>>$DEBUG_FILE
145 echo $@
151 echo "coccicheck failed"
159 echo "Running ($NPROC in parallel): $@"
165 echo "${SPATCH_PID[$i]} running"
182 echo "Killing ${SPATCH_PID[$i]}"
196 if [ -n "$REQ" ] && ! { echo "$REQ"; echo "$SPATCH_VERSION"; } | sort -CV ; then
197 echo "Skipping coccinelle SmPL patch: $COCCI"
198 echo "You have coccinelle: $SPATCH_VERSION"
199 echo "This SmPL patch requires: $REQ"
211 echo "Processing `basename $COCCI`"
212 echo "with option(s) \"$OPT\""
213 echo ''
214 echo 'Message example to submit a patch:'
219 echo ' The semantic patch that makes this change is available'
221 echo ' The semantic patch that makes this report is available'
223 echo ' The semantic patch that spots this code is available'
225 echo ' The semantic patch that makes this Org report is available'
227 echo ' The semantic patch that makes this output is available'
229 echo " in $FILE."
230 echo ''
231 echo ' More information about semantic patching is available at'
232 echo ' http://coccinelle.lip6.fr/'
233 echo ''
236 echo 'Semantic patch information:'
238 echo ''
263 echo 'You have not explicitly specified the debug file to use.'
264 echo 'Using default "/dev/null" as debug file.'
265 echo 'Debug logs will be printed to stdout.'
266 echo 'You can specify the debug file with "make coccicheck DEBUG_FILE=<debug_file>"'
267 echo ''
272 echo "Debug file $DEBUG_FILE exists, bailing"
281 echo "warning: Skipping $f as it does not match mode '$MODE'"