Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch everyone to gdb.old



details:   https://anonhg.NetBSD.org/src/rev/f512910017bf
branches:  trunk
changeset: 357810:f512910017bf
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Nov 28 18:14:37 2017 +0000

description:
switch everyone to gdb.old

diffstat:

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

diffs (21 lines):

diff -r b84f5e65eefa -r f512910017bf share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Nov 28 18:09:41 2017 +0000
+++ b/share/mk/bsd.own.mk       Tue Nov 28 18:14:37 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1019 2017/10/08 15:20:32 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1020 2017/11/28 18:14:37 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -133,9 +133,9 @@
 #
 HAVE_GDB?=     712
 
-.if ${HAVE_GDB} == 712
+.if ${HAVE_GDB} == 801
 EXTERNAL_GDB_SUBDIR=           gdb
-.elif ${HAVE_GDB} == 710
+.elif ${HAVE_GDB} == 712
 EXTERNAL_GDB_SUBDIR=           gdb.old
 .else
 EXTERNAL_GDB_SUBDIR=           /does/not/exist



Home | Main Index | Thread Index | Old Index