Lines Matching refs:dump
18 # Dump message is $VERBOSE >= $1
28 # Dump a message unless --quiet is used.
30 dump () {
34 # Dump a message if --verbose is used only.
623 dump "Generating Makefile"
627 dump "Building libraries with $NUM_JOBS jobs"
628 dump "For the following builds:"
630 dump " $BUILD"
639 dump "All OK, congratulations!"
642 dump "Error, try doing the following to inspect the issues:"
643 dump " $PROGNAME --build-dir=/tmp/mybuild"
644 dump " make -C /tmp/mybuild V=1"
645 dump " "