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] Don't delete gdb/testsuite/gdb.mi/testcmds


FYI,

I've committed the attatched.  I suspect the test that went with
testcmds never made it onto sourceware?  Perhaphs something to add to
the trunk.

	Andrew
Tue Apr 18 15:36:07 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* Makefile.in (clean mostlyclean): Do not delete $(MISCELLANEOUS).

Index: testsuite/gdb.mi/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/Makefile.in,v
retrieving revision 1.2
diff -p -r1.2 Makefile.in
*** Makefile.in	2000/03/14 05:02:03	1.2
--- Makefile.in	2000/04/18 07:03:09
*************** all: 
*** 11,17 ****
  #### host, target, and site specific Makefile frags come in here.
  
  clean mostlyclean:
! 	-rm -f *.ci *.o $(OBJS) $(PROGS) $(MISCELLANEOUS) *~ core
  
  distclean maintainer-clean realclean: clean
  	-rm -f Makefile config.status config.log
--- 11,17 ----
  #### host, target, and site specific Makefile frags come in here.
  
  clean mostlyclean:
! 	-rm -f *.ci *.o $(OBJS) $(PROGS) *~ core
  
  distclean maintainer-clean realclean: clean
  	-rm -f Makefile config.status config.log

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