Module Name: src
Committed By: christos
Date: Sun Aug 6 20:33:39 UTC 2023
Modified Files:
src/external/gpl3/gdb/bin/gdbtui: Makefile
Log Message:
delete the texinfo parts
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/gdb/bin/gdbtui/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/gdbtui/Makefile
diff -u src/external/gpl3/gdb/bin/gdbtui/Makefile:1.16 src/external/gpl3/gdb/bin/gdbtui/Makefile:1.17
--- src/external/gpl3/gdb/bin/gdbtui/Makefile:1.16 Sun Aug 6 16:32:41 2023
+++ src/external/gpl3/gdb/bin/gdbtui/Makefile Sun Aug 6 16:33:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2023/08/06 20:32:41 christos Exp $
+# $NetBSD: Makefile,v 1.17 2023/08/06 20:33:39 christos Exp $
NOCTF=
NOMAN=
@@ -30,22 +30,6 @@ CPPFLAGS+= -I${.CURDIR} \
-I${DIST}/include \
${GCPPFLAGS:M-D*}
-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
-stabs.info gdb.info: gdb-cfg.texi GDBvn.texi
-
-FILES= netbsd.xml
-FILESDIR= /usr/share/gdb/syscalls
-
.include "../../Makefile.inc"
.include <bsd.info.mk>