summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-04-26 17:34:05 +0000
committerpst <pst@FreeBSD.org>1997-04-26 17:34:05 +0000
commitc434eced2389d7397eb0c3890ae1c0e10ddb7964 (patch)
tree9978f337faa0b843defc598dc58850cf09a5e9ef /gnu
parent37a61dfff7eb1d4895a59af4df577a0ce77c8fc2 (diff)
downloadFreeBSD-src-c434eced2389d7397eb0c3890ae1c0e10ddb7964.zip
FreeBSD-src-c434eced2389d7397eb0c3890ae1c0e10ddb7964.tar.gz
Activate gdbserver and gdbreplay
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdbreplay/Makefile4
-rw-r--r--gnu/usr.bin/binutils/gdbserver/Makefile4
-rw-r--r--gnu/usr.bin/gdb/Makefile2
-rw-r--r--gnu/usr.bin/gdb/Makefile.inc4
-rw-r--r--gnu/usr.bin/gdb/gdbreplay/Makefile4
-rw-r--r--gnu/usr.bin/gdb/gdbserver/Makefile4
6 files changed, 11 insertions, 11 deletions
diff --git a/gnu/usr.bin/binutils/gdbreplay/Makefile b/gnu/usr.bin/binutils/gdbreplay/Makefile
index 43ae9dc..a7b6f51 100644
--- a/gnu/usr.bin/binutils/gdbreplay/Makefile
+++ b/gnu/usr.bin/binutils/gdbreplay/Makefile
@@ -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>
diff --git a/gnu/usr.bin/binutils/gdbserver/Makefile b/gnu/usr.bin/binutils/gdbserver/Makefile
index acac9e0..73abac8 100644
--- a/gnu/usr.bin/binutils/gdbserver/Makefile
+++ b/gnu/usr.bin/binutils/gdbserver/Makefile
@@ -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>
diff --git a/gnu/usr.bin/gdb/Makefile b/gnu/usr.bin/gdb/Makefile
index 990f9da..000bb74 100644
--- a/gnu/usr.bin/gdb/Makefile
+++ b/gnu/usr.bin/gdb/Makefile
@@ -1,3 +1,3 @@
-SUBDIR= bfd libiberty gdb doc
+SUBDIR= bfd libiberty gdb doc gdbreplay gdbserver
.include <bsd.subdir.mk>
diff --git a/gnu/usr.bin/gdb/Makefile.inc b/gnu/usr.bin/gdb/Makefile.inc
index 9a31845..2056d9b 100644
--- a/gnu/usr.bin/gdb/Makefile.inc
+++ b/gnu/usr.bin/gdb/Makefile.inc
@@ -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)
diff --git a/gnu/usr.bin/gdb/gdbreplay/Makefile b/gnu/usr.bin/gdb/gdbreplay/Makefile
index 43ae9dc..a7b6f51 100644
--- a/gnu/usr.bin/gdb/gdbreplay/Makefile
+++ b/gnu/usr.bin/gdb/gdbreplay/Makefile
@@ -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>
diff --git a/gnu/usr.bin/gdb/gdbserver/Makefile b/gnu/usr.bin/gdb/gdbserver/Makefile
index acac9e0..73abac8 100644
--- a/gnu/usr.bin/gdb/gdbserver/Makefile
+++ b/gnu/usr.bin/gdb/gdbserver/Makefile
@@ -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>
OpenPOWER on IntegriCloud