Source-Changes-HG archive

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

[src/trunk]: src/share/mk build gdb from gdb.old



details:   https://anonhg.NetBSD.org/src/rev/4e8136089931
branches:  trunk
changeset: 451538:4e8136089931
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 26 20:26:43 2019 +0000

description:
build gdb from gdb.old

diffstat:

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

diffs (21 lines):

diff -r 6a15e391714d -r 4e8136089931 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun May 26 20:13:49 2019 +0000
+++ b/share/mk/bsd.own.mk       Sun May 26 20:26:43 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1137 2019/05/17 13:51:36 nakayama Exp $
+#      $NetBSD: bsd.own.mk,v 1.1138 2019/05/26 20:26:43 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -140,9 +140,9 @@
 #
 HAVE_GDB?=     801
 
-.if ${HAVE_GDB} == 801
+.if ${HAVE_GDB} == 830
 EXTERNAL_GDB_SUBDIR=           gdb
-.elif ${HAVE_GDB} == 712
+.elif ${HAVE_GDB} == 801
 EXTERNAL_GDB_SUBDIR=           gdb.old
 .else
 EXTERNAL_GDB_SUBDIR=           /does/not/exist



Home | Main Index | Thread Index | Old Index