Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/make nbmake bootstrap: consistency fix in MAKEVERBOSE<...



details:   https://anonhg.NetBSD.org/src/rev/40718713306e
branches:  trunk
changeset: 934455:40718713306e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Jun 13 11:32:52 2020 +0000

description:
nbmake bootstrap: consistency fix in MAKEVERBOSE<2 support

diffstat:

 tools/make/buildmake.sh.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 9b68f001ec4c -r 40718713306e tools/make/buildmake.sh.in
--- a/tools/make/buildmake.sh.in        Sat Jun 13 11:28:24 2020 +0000
+++ b/tools/make/buildmake.sh.in        Sat Jun 13 11:32:52 2020 +0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-#      $NetBSD: buildmake.sh.in,v 1.13 2020/06/13 11:28:24 lukem Exp $
+#      $NetBSD: buildmake.sh.in,v 1.14 2020/06/13 11:32:52 lukem Exp $
 #
 # buildmake.sh.in - Autoconf-processed shell script for building make(1).
 #
@@ -18,7 +18,7 @@
 
 docmd () {
        if [ ${MAKEVERBOSE:-2} -lt 2 ]; then
-               echo "   $1 ${2##*/}"
+               echo "    $1 ${2##*/}"
        else
                echo "$3"
        fi



Home | Main Index | Thread Index | Old Index