* Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 12 Aug 1993 22:05:06 +0000 (22:05 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 12 Aug 1993 22:05:06 +0000 (22:05 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/Makefile.in

index eaf9919..1ac578f 100644 (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
index c401753..d79b14f 100644 (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:"; \