Remove gdbtui, it was already not installed on every arches
only installed on arm and sparc64. It is the only bits that keeps us having libreadline in base The rest of gdb can be switched to libedit and will be in another commit
This commit is contained in:
parent
2ba4bf8fa5
commit
a273973175
@ -38,10 +38,11 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20180206: remove gdbtui
|
||||
OLD_FILES+=usr/bin/gdbtui
|
||||
# 20180201: Obsolete forth files
|
||||
OLD_FILES+=boot/efi.4th
|
||||
OLD_FILES+=boot/pcibios.4th
|
||||
|
||||
# 20180114: new clang import which bumps version from 5.0.1 to 6.0.0.
|
||||
OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/allocator_interface.h
|
||||
OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/asan_interface.h
|
||||
|
@ -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
|
||||
|
@ -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>
|
@ -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
|
@ -32,7 +32,6 @@ DIRDEPS = \
|
||||
gnu/usr.bin/gdb/doc \
|
||||
gnu/usr.bin/gdb/gdb \
|
||||
gnu/usr.bin/gdb/gdbserver \
|
||||
gnu/usr.bin/gdb/gdbtui \
|
||||
gnu/usr.bin/gdb/kgdb \
|
||||
gnu/usr.bin/gdb/libgdb \
|
||||
gnu/usr.bin/gperf \
|
||||
|
@ -2460,7 +2460,6 @@ OLD_FILES+=usr/share/man/man1/gcov.1.gz
|
||||
.if ${MK_GDB} == no || ${MK_GDB_LIBEXEC} == yes
|
||||
OLD_FILES+=usr/bin/gdb
|
||||
OLD_FILES+=usr/bin/gdbserver
|
||||
OLD_FILES+=usr/bin/gdbtui
|
||||
OLD_FILES+=usr/bin/kgdb
|
||||
OLD_FILES+=usr/share/man/man1/gdb.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user