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/200a5f35861a
branches: trunk
changeset: 999260:200a5f35861a
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 3e6acfeb3669 -r 200a5f35861a 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