Source-Changes-HG archive

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

[src/trunk]: src gdb.old is no more.



details:   https://anonhg.NetBSD.org/src/rev/3ba4533853da
branches:  trunk
changeset: 340605:3ba4533853da
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Sep 17 09:34:20 2015 +0000

description:
gdb.old is no more.

diffstat:

 external/gpl3/Makefile |  6 +-----
 tools/gdb/Makefile     |  6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)

diffs (39 lines):

diff -r 3f4f95cb13e6 -r 3ba4533853da external/gpl3/Makefile
--- a/external/gpl3/Makefile    Thu Sep 17 09:26:32 2015 +0000
+++ b/external/gpl3/Makefile    Thu Sep 17 09:34:20 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2015/08/17 07:30:39 christos Exp $
+#      $NetBSD: Makefile,v 1.15 2015/09/17 09:34:20 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -11,11 +11,7 @@
 .endif
 
 .if ${MKGDB} != "no"
-.      if ${HAVE_GDB} == "79"
 SUBDIR+=        gdb
-.      elif ${HAVE_GDB} == "7"
-SUBDIR+=        gdb.old
-.      endif
 .endif
 
 .include <bsd.subdir.mk>
diff -r 3f4f95cb13e6 -r 3ba4533853da tools/gdb/Makefile
--- a/tools/gdb/Makefile        Thu Sep 17 09:26:32 2015 +0000
+++ b/tools/gdb/Makefile        Thu Sep 17 09:34:20 2015 +0000
@@ -1,13 +1,9 @@
-#      $NetBSD: Makefile,v 1.25 2015/08/16 09:17:49 christos Exp $
+#      $NetBSD: Makefile,v 1.26 2015/09/17 09:34:20 skrll Exp $
 
 .include <bsd.own.mk>
 
 MODULE=                gdb
-.if ${HAVE_GDB} == "79"
 GNUHOSTDIST=    ${.CURDIR}/../../external/gpl3/gdb/dist
-.else
-GNUHOSTDIST=    ${.CURDIR}/../../external/gpl3/gdb.old/dist
-.endif
 
 FIND_ARGS=     \! \( -type d -name sim -prune \)
 



Home | Main Index | Thread Index | Old Index