diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-02-06 11:54:20 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-02-06 11:54:20 +0000 |
| commit | a273973175e2a4cbbda3fd7b8cddd0bec0857082 (patch) | |
| tree | 3150775dfd01118879c45dab4fedeaae831875f3 /gnu | |
| parent | 2ba4bf8fa549f002503f218ae503bf906bd71f3e (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gdb/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb/gdbtui/Makefile | 19 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb/gdbtui/Makefile.depend | 25 |
3 files changed, 0 insertions, 46 deletions
diff --git a/gnu/usr.bin/gdb/Makefile b/gnu/usr.bin/gdb/Makefile index 7598a196300a..c9564c232a3c 100644 --- a/gnu/usr.bin/gdb/Makefile +++ b/gnu/usr.bin/gdb/Makefile @@ -5,8 +5,6 @@ SUBDIR= libgdb gdb kgdb .if ${MK_GDB_LIBEXEC} == "no" -SUBDIR+= gdbtui - .if exists(${.CURDIR}/gdbserver/reg-${MACHINE_CPUARCH}.c) SUBDIR+=gdbserver .endif diff --git a/gnu/usr.bin/gdb/gdbtui/Makefile b/gnu/usr.bin/gdb/gdbtui/Makefile deleted file mode 100644 index 7912d04ec9fa..000000000000 --- a/gnu/usr.bin/gdb/gdbtui/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PROG= gdbtui${GDB_SUFFIX} -SRCS= tui-main.c -MAN= - -BULIBS= ${OBJ_BU}/libbfd/libbfd.a ${OBJ_BU}/libopcodes/libopcodes.a \ - ${OBJ_BU}/libiberty/libiberty.a -GDBLIBS= ${OBJ_GDB}/libgdb/libgdb.a - -# libthread_db.so calls back into gdb for the proc services. Make all the -# global symbols visible. -LDFLAGS+= -Wl,-E - -DPADD= ${GDBLIBS} ${BULIBS} -LDADD= ${GDBLIBS} ${BULIBS} -LIBADD+= m readline ncursesw gnuregex - -.include <bsd.prog.mk> diff --git a/gnu/usr.bin/gdb/gdbtui/Makefile.depend b/gnu/usr.bin/gdb/gdbtui/Makefile.depend deleted file mode 100644 index ee6269e741a7..000000000000 --- a/gnu/usr.bin/gdb/gdbtui/Makefile.depend +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - gnu/lib/csu \ - gnu/lib/libreadline/readline \ - gnu/lib/libregex \ - gnu/usr.bin/binutils/libbfd \ - gnu/usr.bin/binutils/libiberty \ - gnu/usr.bin/binutils/libopcodes \ - gnu/usr.bin/gdb/libgdb \ - include \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libcompiler_rt \ - lib/msun \ - lib/ncurses/ncursesw \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif |
