Module Name:    src
Committed By:   rin
Date:           Fri Dec  8 14:10:29 UTC 2017

Modified Files:
        src/external/gpl3/gdb.old/lib/libgdb: Makefile
        src/external/gpl3/gdb/lib/libgdb: Makefile

Log Message:
Remove old leftover of migration from gnu/dist/gdb6.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb.old/lib/libgdb/Makefile
cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/gdb/lib/libgdb/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/gdb.old/lib/libgdb/Makefile
diff -u src/external/gpl3/gdb.old/lib/libgdb/Makefile:1.7 src/external/gpl3/gdb.old/lib/libgdb/Makefile:1.8
--- src/external/gpl3/gdb.old/lib/libgdb/Makefile:1.7	Tue Nov 28 18:10:23 2017
+++ src/external/gpl3/gdb.old/lib/libgdb/Makefile	Fri Dec  8 14:10:29 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2017/11/28 18:10:23 christos Exp $
+#	$NetBSD: Makefile,v 1.8 2017/12/08 14:10:29 rin Exp $
 
 .include <bsd.own.mk>
 
@@ -10,8 +10,6 @@ GDBARCHDIR=	${.CURDIR}/arch/${GDB_MACHIN
 
 .include "${GDBARCHDIR}/defs.mk"
 
-DIST=		${NETBSDSRCDIR}/gnu/dist/gdb6
-
 SRCS=		${G_LIBGDB_OBS:.o=.c}
 GCPPFLAGS=	${G_INTERNAL_CFLAGS}
 CPPFLAGS+=	-I${.CURDIR} \

Index: src/external/gpl3/gdb/lib/libgdb/Makefile
diff -u src/external/gpl3/gdb/lib/libgdb/Makefile:1.16 src/external/gpl3/gdb/lib/libgdb/Makefile:1.17
--- src/external/gpl3/gdb/lib/libgdb/Makefile:1.16	Fri Dec  8 14:07:58 2017
+++ src/external/gpl3/gdb/lib/libgdb/Makefile	Fri Dec  8 14:10:29 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.16 2017/12/08 14:07:58 rin Exp $
+#	$NetBSD: Makefile,v 1.17 2017/12/08 14:10:29 rin Exp $
 
 NOCTF=
 HOSTPROG_CXX=   1
@@ -13,8 +13,6 @@ GDBARCHDIR=	${.CURDIR}/arch/${GDB_MACHIN
 
 .include "${GDBARCHDIR}/defs.mk"
 
-DIST=		${NETBSDSRCDIR}/gnu/dist/gdb6
-
 SRCS=		${G_LIBGDB_OBS:.o=.c}
 GCPPFLAGS=	${G_INTERNAL_CFLAGS}
 CPPFLAGS+=	-I${.CURDIR} \

Reply via email to