]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: emphasize command executions with terminal bold.
authorGary V. Vaughan <gary@gnu.org>
Wed, 24 Oct 2012 03:17:24 +0000 (22:17 -0500)
committerGary V. Vaughan <gary@gnu.org>
Wed, 24 Oct 2012 03:17:24 +0000 (22:17 -0500)
* bootstrap.in (func_show_eval): Use $require_term_colors to
embolden the command about to be executed in output.
* bootstrap: Regenerate.
* bootstrap.conf (libtool_build_prerequisites): Use the standard
(colorful!) bootstrap func_show_eval here too.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
bootstrap
bootstrap.conf
gl/build-aux/bootstrap.in

index 1a496d61f5d6f294bcb7f8766de5188c1f516c64..f9d8b9d2a3508bf84f40c0067d247c558bff3ae7 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4240,13 +4240,15 @@ func_show_eval ()
 {
     $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'} || {
index a4af1e6c63e2730e4fd6fa1d73359d76145fc195..ac0ac081b28e5fe28e9601d7b551d1bfb90bc7bf 100644 (file)
@@ -218,14 +218,11 @@ libtool_build_prerequisites ()
 
     # 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
index 192541036cd73d8fa80cd3b0056d764a39b015af..7de22fffa762ced51473333ba66397e85ec001b7 100755 (executable)
@@ -2072,13 +2072,15 @@ func_show_eval ()
 {
     $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'} || {