Source-Changes-HG archive

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

[src/trunk]: src/tools/make G/c unused runcmd.



details:   https://anonhg.NetBSD.org/src/rev/10a350a5373a
branches:  trunk
changeset: 829055:10a350a5373a
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Jan 15 19:57:49 2018 +0000

description:
G/c unused runcmd.

diffstat:

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

diffs (18 lines):

diff -r ddd96b600ae3 -r 10a350a5373a tools/make/buildmake.sh.in
--- a/tools/make/buildmake.sh.in        Mon Jan 15 19:52:54 2018 +0000
+++ b/tools/make/buildmake.sh.in        Mon Jan 15 19:57:49 2018 +0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-#      $NetBSD: buildmake.sh.in,v 1.9 2018/01/15 19:52:54 uwe Exp $
+#      $NetBSD: buildmake.sh.in,v 1.10 2018/01/15 19:57:49 uwe Exp $
 #
 # buildmake.sh.in - Autoconf-processed shell script for building make(1).
 #
@@ -9,7 +9,6 @@
 : ${HOST_CC="@CC@"}
 : ${HOST_CFLAGS="@CPPFLAGS@ @CFLAGS@"}
 : ${HOST_LDFLAGS="@LDFLAGS@ @LIBS@"}
-: ${runcmd=""}
 
 docmd () {
        echo "$1"



Home | Main Index | Thread Index | Old Index