From 747d1ccb27a846020fa2ee5f7fe333f48924f26e Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 19 Apr 2000 03:37:07 +0000 Subject: [PATCH] Document real fix to problem of tui/Makefile not being deleted. --- gdb/ChangeLog | 5 +++++ gdb/TODO | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2f0e5bf5f3..78636d3a7f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 19 13:06:55 2000 Andrew Cagney + + * Makefile.in (distclean): Delete tui/Makefile. + * TODO: Add deletion of tui/Makefile.in to list. + 2000-04-17 Elena Zannoni * symfile.h (struct section_addr_info ): Remove fields for special diff --git a/gdb/TODO b/gdb/TODO index 166298cf38..d9f0ddad33 100644 --- a/gdb/TODO +++ b/gdb/TODO @@ -359,6 +359,15 @@ http://sourceware.cygnus.com/ml/gdb-patches/2000-q1/msg00831.html -- +Eliminate gdb/tui/Makefile.in. +Cleanup configury support for optional sub-directories. + +Check how GCC handles multiple front ends for an example of how things +could work. A tentative first step is to rationalize things so that +all sub directories are handled in a fashion similar to gdb/mi. + +-- + General Wish List =================