Author: bapt
Date: Tue Feb  6 11:54:20 2018
New Revision: 328925
URL: https://svnweb.freebsd.org/changeset/base/328925

Log:
  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

Deleted:
  head/gnu/usr.bin/gdb/gdbtui/
Modified:
  head/ObsoleteFiles.inc
  head/gnu/usr.bin/gdb/Makefile
  head/targets/pseudo/userland/gnu/Makefile.depend
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc      Tue Feb  6 08:35:49 2018        (r328924)
+++ head/ObsoleteFiles.inc      Tue Feb  6 11:54:20 2018        (r328925)
@@ -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

Modified: head/gnu/usr.bin/gdb/Makefile
==============================================================================
--- head/gnu/usr.bin/gdb/Makefile       Tue Feb  6 08:35:49 2018        
(r328924)
+++ head/gnu/usr.bin/gdb/Makefile       Tue Feb  6 11:54:20 2018        
(r328925)
@@ -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

Modified: head/targets/pseudo/userland/gnu/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/gnu/Makefile.depend    Tue Feb  6 08:35:49 
2018        (r328924)
+++ head/targets/pseudo/userland/gnu/Makefile.depend    Tue Feb  6 11:54:20 
2018        (r328925)
@@ -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 \

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc       Tue Feb  6 08:35:49 
2018        (r328924)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc       Tue Feb  6 11:54:20 
2018        (r328925)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to