This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH/5] second attemt at deleting tui/Makefile



Hello,

The attatched (HACK) is my second attempt at eliminating tui/Makefile
from the distribution. The problem comes about because SUBDIRS doesn't
always contain ``tui'' (does it ever?) yet tui/Makefile is always
generated.  As the TODO notes.  The entire arrangement is up for a
rewrite.

Still, as they say, it works :-(

	Andrew
Wed Apr 19 13:06:55 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* Makefile.in (distclean): Delete tui/Makefile.
	* TODO: Add deletion of tui/Makefile.in to list.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.25.2.1
diff -p -r1.25.2.1 Makefile.in
*** Makefile.in	2000/04/13 05:29:42	1.25.2.1
--- Makefile.in	2000/04/19 03:28:01
*************** distclean: clean
*** 882,887 ****
--- 882,888 ----
  	rm -f nm.h tm.h xm.h config.status config.h stamp-h .gdbinit
  	rm -f y.output yacc.acts yacc.tmp y.tab.h
  	rm -f config.log config.cache
+ 	rm -f tui/Makefile
  	rm -f Makefile
  
  maintainer-clean: local-maintainer-clean do-maintainer-clean distclean
Index: TODO
===================================================================
RCS file: /cvs/src/src/gdb/TODO,v
retrieving revision 1.7.2.2
diff -p -r1.7.2.2 TODO
*** TODO	2000/04/14 00:01:26	1.7.2.2
--- TODO	2000/04/19 03:28:03
*************** http://sourceware.cygnus.com/ml/gdb-patc
*** 355,360 ****
--- 355,369 ----
  
  --
  
+ 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
  =================
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]