* 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 33788ad1faf54721706c6052c138d4f20ce5744e..0598791e78d9c7179575ff3d4a3e0eefc81c14ef 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 7a44660011a6586b6641f22d8555d32a5cd55204..5d8fcc191c5037f1d08131a222a30273af769448 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; \
This page took 0.037618 seconds and 4 git commands to generate.