mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
Activate gdbserver and gdbreplay
This commit is contained in:
parent
c76e95c3c7
commit
e620a3be19
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25170
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:22 pst Exp $
|
||||
|
||||
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
|
||||
.PATH: ${GDBDIR}/gdb/gdbserver
|
||||
@ -11,7 +11,7 @@ NOMAN= yes
|
||||
|
||||
SRCS= gdbreplay.c
|
||||
|
||||
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd
|
||||
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd
|
||||
CFLAGS+=-DNO_MMALLOC
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:50 pst Exp $
|
||||
|
||||
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
|
||||
.PATH: ${GDBDIR}/gdb/gdbserver
|
||||
@ -11,7 +11,7 @@ BINDIR= /usr/bin
|
||||
SRCS= remote-utils.c utils.c server.c
|
||||
SRCS+= low-fbsd.c
|
||||
|
||||
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd
|
||||
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd
|
||||
CFLAGS+=-DNO_MMALLOC
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
SUBDIR= bfd libiberty gdb doc
|
||||
SUBDIR= bfd libiberty gdb doc gdbreplay gdbserver
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
# bsd.lib.mk causes this file to be loaded multiple times.
|
||||
.if !defined(BEEN_HERE)
|
||||
BEEN_HERE=1
|
||||
.if !defined(GDB_MAKEFILE_INC_BEEN_HERE)
|
||||
GDB_MAKEFILE_INC_BEEN_HERE=yes
|
||||
|
||||
# this may be defined in other places
|
||||
.if !defined(GDBDIR)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:22 pst Exp $
|
||||
|
||||
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
|
||||
.PATH: ${GDBDIR}/gdb/gdbserver
|
||||
@ -11,7 +11,7 @@ NOMAN= yes
|
||||
|
||||
SRCS= gdbreplay.c
|
||||
|
||||
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd
|
||||
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd
|
||||
CFLAGS+=-DNO_MMALLOC
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:50 pst Exp $
|
||||
|
||||
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
|
||||
.PATH: ${GDBDIR}/gdb/gdbserver
|
||||
@ -11,7 +11,7 @@ BINDIR= /usr/bin
|
||||
SRCS= remote-utils.c utils.c server.c
|
||||
SRCS+= low-fbsd.c
|
||||
|
||||
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd
|
||||
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd
|
||||
CFLAGS+=-DNO_MMALLOC
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user