Searched refs:DEBUG_FILE (Results 1 – 2 of 2) sorted by relevance
134 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then135 echo $@>>$DEBUG_FILE136 $@ 2>>$DEBUG_FILE258 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then259 if [ -f $DEBUG_FILE ]; then260 echo "Debug file $DEBUG_FILE exists, bailing"264 DEBUG_FILE="/dev/null"
214 can specify the ``DEBUG_FILE="file.txt"`` option to coccicheck. For218 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err227 …make coccicheck DEBUG_FILE="err.log" MODE=report SPFLAGS="--profile --show-trying" M=./drivers/mfd…233 DEBUG_FILE support is only supported when using coccinelle >= 1.0.2.