Module Name: src Committed By: rin Date: Sun Aug 18 04:03:57 UTC 2024
Modified Files: src/external/gpl3/gdb/bin/gdbserver: Makefile Log Message: gdb: Install gdbserver(1) manpage To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/bin/gdbserver/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/gdbserver/Makefile diff -u src/external/gpl3/gdb/bin/gdbserver/Makefile:1.8 src/external/gpl3/gdb/bin/gdbserver/Makefile:1.9 --- src/external/gpl3/gdb/bin/gdbserver/Makefile:1.8 Wed Aug 14 23:54:49 2024 +++ src/external/gpl3/gdb/bin/gdbserver/Makefile Sun Aug 18 04:03:57 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2024/08/14 23:54:49 christos Exp $ +# $NetBSD: Makefile,v 1.9 2024/08/18 04:03:57 rin Exp $ NOCTF= -NOMAN= .include <bsd.own.mk> .include "../Makefile.inc" GDBLIBDIR=${.CURDIR}/../../lib @@ -67,6 +66,6 @@ HOST_CFLAGS+= ${HOST_CXXFLAGS} CC:= ${CXX} CFLAGS:= ${CXXFLAGS} -std=gnu++17 -Wno-error=stack-protector -pthread -.PATH: ${DIST}/gdbserver ${DIST}/gdb/nat ${DIST}/gdb/arch \ +.PATH: ${DIST}/gdbserver ${DIST}/gdb/nat ${DIST}/gdb/arch ${DIST}/gdb/doc \ ${.CURDIR}/arch/${GDB_MACHINE_ARCH} ${DIST}/gdb/target \ ${DIST}/../lib/libgdbsupport/arch/${GDB_MACHINE_ARCH}