* Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.

This commit is contained in:
Jim Kingdon 1993-08-12 22:05:06 +00:00
parent 1461600216
commit 285ae57afb
2 changed files with 8 additions and 4 deletions

View file

@ -1,7 +1,11 @@
Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
* lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
to here.
to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
* config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
Remove various versions of gdb_exit.
* config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call

View file

@ -80,8 +80,8 @@ GDB = ` \
GDBFLAGS = -nx
EXPECT = `if [ -f $${rootme}../../expect/expect ] ; \
then echo $${rootme}../../expect/expect ; \
EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; \
then echo $${rootme}/../../expect/expect ; \
else echo expect; fi`
#### host, target, and site specific Makefile frags come in here.
@ -188,7 +188,7 @@ clean mostlyclean:
distclean realclean: clean
-rm -f *~ core
-rm -f Makefile config.status *-init.exp
-rm -fr *.log summary detail
-rm -fr *.log summary detail *.plog *.sum *.psum site.*
for dir in ${SUBDIRS}; \
do \
echo "$$dir:"; \