Module Name: src
Committed By: rin
Date: Sun Aug 18 03:56:15 UTC 2024
Modified Files:
src/external/gpl3/gdb: Makefile
Added Files:
src/external/gpl3/gdb/info: Makefile
Log Message:
gdb: Install pre-generated info files
annotate.info is newly installed.
XXX
Mangle like gdb-annotate.info? Do similar to stabs.info also?
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/Makefile
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gdb/info/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/Makefile
diff -u src/external/gpl3/gdb/Makefile:1.1 src/external/gpl3/gdb/Makefile:1.2
--- src/external/gpl3/gdb/Makefile:1.1 Mon Sep 26 03:02:44 2011
+++ src/external/gpl3/gdb/Makefile Sun Aug 18 03:56:15 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2011/09/26 03:02:44 christos Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/18 03:56:15 rin Exp $
.include "Makefile.inc"
-SUBDIR= lib .WAIT bin
+SUBDIR= lib .WAIT bin info
.include <bsd.subdir.mk>
Added files:
Index: src/external/gpl3/gdb/info/Makefile
diff -u /dev/null src/external/gpl3/gdb/info/Makefile:1.1
--- /dev/null Sun Aug 18 03:56:15 2024
+++ src/external/gpl3/gdb/info/Makefile Sun Aug 18 03:56:15 2024
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 2024/08/18 03:56:15 rin Exp $
+
+# Generated by mknative-gdb.
+
+INFOFILES= annotate.info gdb.info stabs.info
+
+.include <bsd.info.mk>