From: Doug Evans Date: Wed, 19 Feb 2014 00:01:34 +0000 (-0800) Subject: * Makefile.in (check-parallel): rm -rf outputs temp. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5dd3176fb78ffa11ff37234d62a953d124d1e8aa;p=binutils-gdb.git * Makefile.in (check-parallel): rm -rf outputs temp. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 33788ad1faf..0598791e78d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-02-18 Doug Evans + + * Makefile.in (check-parallel): rm -rf outputs temp. + 2014-02-16 Jan Kratochvil Fix "ERROR: no fileid for" in the testsuite. diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index 7a44660011a..5d8fcc191c5 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -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; \