Module Name:    src
Committed By:   christos
Date:           Sun Aug 13 12:16:15 UTC 2023

Modified Files:
        src/external/gpl3/gdb/bin/gdb: Makefile

Log Message:
remove building GDBvn.text, it comes with gdb-13.2


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/external/gpl3/gdb/bin/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/gdb/bin/gdb/Makefile
diff -u src/external/gpl3/gdb/bin/gdb/Makefile:1.25 src/external/gpl3/gdb/bin/gdb/Makefile:1.26
--- src/external/gpl3/gdb/bin/gdb/Makefile:1.25	Fri Aug 11 13:46:00 2023
+++ src/external/gpl3/gdb/bin/gdb/Makefile	Sun Aug 13 08:16:14 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.25 2023/08/11 17:46:00 christos Exp $
+#	$NetBSD: Makefile,v 1.26 2023/08/13 12:16:14 christos Exp $
 
 NOCTF=
 .include <bsd.own.mk>
@@ -35,13 +35,10 @@ TEXINFO=	gdb.texinfo stabs.texinfo
 INFOFLAGS=	-I${DIST}/gdb/doc -I${DIST}/gdb/mi \
 		-I${DIST}/readline/readline/doc -I${.CURDIR}/.. -DGDBN=${GDBN}
 
-GDBvn.texi: ${DIST}/gdb/version.in
-	echo "@set GDBVN $$(${TOOL_CAT} ${.ALLSRC})" > ${.TARGET}
-
 gdb-cfg.texi: ${DIST}/gdb/doc/all-cfg.texi
 	${TOOL_CAT} ${.ALLSRC} > ${.TARGET}
 
-CLEANFILES+= GDBvn.texi gdb-cfg.texi
+CLEANFILES+= gdb-cfg.texi
 stabs.info gdb.info: gdb-cfg.texi GDBvn.texi
 
 FILES=		netbsd.xml
@@ -54,8 +51,6 @@ PROGDPLIBS+= gdb ${GDBLIBDIR}/libgdb
 # XXX: modula2 won't load otherwise, since nothing brings the m2-objs in.
 LIBGDBDIR!=	cd ${GDBLIBDIR}/libgdb && ${PRINTOBJDIR}
 LDADD+=		${LIBGDBDIR}/m2-lang.o
-#LDADD+= -L${LIBGDBDIR} -Wl,--whole-archive -lgdb -Wl,-no-whole-archive
-#DPADD+= ${LIBGDBDIR}/libgdb.a
 
 # Simulator support
 .if ${GDB_MACHINE_ARCH} == powerpc || ${GDB_MACHINE_ARCH} == powerpcle || \

Reply via email to