{
$debug_cmd
+ $require_term_colors
+
_G_cmd=$1
_G_fail_exp=${2-':'}
${opt_silent-'false'} || {
func_quote_for_eval $_G_cmd
eval func_truncate_cmd $func_quote_for_eval_result
- func_echo "running: $func_truncate_cmd_result"
+ func_echo "running: $tc_bold$func_truncate_cmd_result$tc_reset"
}
${opt_dry_run-'false'} || {
# Building distributed files from configure is bad for automake, so we
# generate them here, and have Makefile rules to keep them up to date.
- func_echo "running: $MAKE bootstrap-deps ..."
- $opt_dry_run || {
- $MAKE bootstrap-deps \
+ func_show_eval "$MAKE bootstrap-deps \
AM_DEFAULT_VERBOSITY=0 `$opt_verbose && echo V=1` \
- PACKAGE="$package" PACKAGE_BUGREPORT="$package_bugreport" \
- PACKAGE_NAME="$package_name" PACKAGE_URL="$package_url" \
- SED="$SED" srcdir=. VERSION="$package_version"
- }
+ PACKAGE='$package' PACKAGE_BUGREPORT='$package_bugreport' \
+ PACKAGE_NAME='$package_name' PACKAGE_URL='$package_url' \
+ SED='$SED' srcdir=. VERSION='$package_version'"
status=$?
rm -f Makefile
{
$debug_cmd
+ $require_term_colors
+
_G_cmd=$1
_G_fail_exp=${2-':'}
${opt_silent-'false'} || {
func_quote_for_eval $_G_cmd
eval func_truncate_cmd $func_quote_for_eval_result
- func_echo "running: $func_truncate_cmd_result"
+ func_echo "running: $tc_bold$func_truncate_cmd_result$tc_reset"
}
${opt_dry_run-'false'} || {