Lines Matching defs: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.
604 dump "Generating Makefile"
608 dump "Building libraries with $NUM_JOBS jobs"
609 dump "For the following builds:"
611 dump " $BUILD"
620 dump "All OK, congratulations!"
623 dump "Error, try doing the following to inspect the issues:"
624 dump " $PROGNAME --build-dir=/tmp/mybuild"
625 dump " make -C /tmp/mybuild V=1"
626 dump ""