Lines Matching refs:verbose
50 # Send a message to the log. Does nothing if --verbose is not used
53 if [ "$VERBOSE" = "yes" ] ; then
58 # Run a comment. Print it to the output first if --verbose is used
61 if [ "$VERBOSE" = "yes" ] ; then
123 VERBOSE=no
135 --verbose)
136 if [ "$VERBOSE" = "yes" ] ; then
139 VERBOSE=yes
176 echo " --verbose Enable verbose output."
288 # Use --verbose --verbose to see build commands