* Makefile.in (check-parallel): rm -rf outputs temp.
authorDoug Evans <dje@google.com>
Wed, 19 Feb 2014 00:01:34 +0000 (16:01 -0800)
committerDoug Evans <dje@google.com>
Wed, 19 Feb 2014 00:01:34 +0000 (16:01 -0800)
gdb/testsuite/ChangeLog
gdb/testsuite/Makefile.in

index 33788ad..0598791 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-18  Doug Evans  <dje@google.com>
+
+       * Makefile.in (check-parallel): rm -rf outputs temp.
+
 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Fix "ERROR: no fileid for" in the testsuite.
index 7a44660..5d8fcc1 100644 (file)
@@ -164,7 +164,7 @@ check-single:
        $(DO_RUNTEST) $(RUNTESTFLAGS)
 
 check-parallel:
-       -rm -rf cache
+       -rm -rf cache outputs temp
        $(MAKE) -k do-check-parallel; \
        $(SHELL) $(srcdir)/dg-extract-results.sh \
          `find outputs -name gdb.sum -print` > gdb.sum; \