Module Name: src Committed By: skrll Date: Thu Sep 17 09:34:20 UTC 2015
Modified Files: src/external/gpl3: Makefile src/tools/gdb: Makefile Log Message: gdb.old is no more. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/Makefile cvs rdiff -u -r1.25 -r1.26 src/tools/gdb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/Makefile diff -u src/external/gpl3/Makefile:1.14 src/external/gpl3/Makefile:1.15 --- src/external/gpl3/Makefile:1.14 Mon Aug 17 07:30:39 2015 +++ src/external/gpl3/Makefile Thu Sep 17 09:34:20 2015 @@ -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 @@ SUBDIR+= ${EXTERNAL_GCC_SUBDIR} .endif .if ${MKGDB} != "no" -. if ${HAVE_GDB} == "79" SUBDIR+= gdb -. elif ${HAVE_GDB} == "7" -SUBDIR+= gdb.old -. endif .endif .include <bsd.subdir.mk> Index: src/tools/gdb/Makefile diff -u src/tools/gdb/Makefile:1.25 src/tools/gdb/Makefile:1.26 --- src/tools/gdb/Makefile:1.25 Sun Aug 16 09:17:49 2015 +++ src/tools/gdb/Makefile Thu Sep 17 09:34:20 2015 @@ -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 \)