Source-Changes-HG archive

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

[src/trunk]: src/share/mk Back out unintended changes committed with last.



details:   https://anonhg.NetBSD.org/src/rev/106a15f1de1b
branches:  trunk
changeset: 343480:106a15f1de1b
user:      riz <riz%NetBSD.org@localhost>
date:      Sat Feb 06 16:58:31 2016 +0000

description:
Back out unintended changes committed with last.

diffstat:

 share/mk/bsd.own.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r f06f64572f61 -r 106a15f1de1b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Feb 06 16:56:23 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat Feb 06 16:58:31 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.897 2016/02/06 16:56:23 riz Exp $
+#      $NetBSD: bsd.own.mk,v 1.898 2016/02/06 16:58:31 riz Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -351,7 +351,6 @@
 TOOL_CRUNCHGEN=                MAKE=${.MAKE:Q} ${TOOLDIR}/bin/${_TOOL_PREFIX}crunchgen
 TOOL_CTAGS=            ${TOOLDIR}/bin/${_TOOL_PREFIX}ctags
 TOOL_CTFCONVERT=       ${TOOLDIR}/bin/${_TOOL_PREFIX}ctfconvert
-TOOL_CTFDUMP=          ${TOOLDIR}/bin/${_TOOL_PREFIX}ctfdump
 TOOL_CTFMERGE=         ${TOOLDIR}/bin/${_TOOL_PREFIX}ctfmerge
 TOOL_CVSLATEST=                ${TOOLDIR}/bin/${_TOOL_PREFIX}cvslatest
 TOOL_DB=               ${TOOLDIR}/bin/${_TOOL_PREFIX}db
@@ -464,7 +463,6 @@
 TOOL_CRUNCHGEN=                crunchgen
 TOOL_CTAGS=            ctags
 TOOL_CTFCONVERT=       ctfconvert
-TOOL_CTFDUMP=          ctfdump
 TOOL_CTFMERGE=         ctfmerge
 TOOL_CVSLATEST=                cvslatest
 TOOL_DB=               db



Home | Main Index | Thread Index | Old Index