summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-23 05:37:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-23 05:37:46 +0000
commit8f53ef717726f60c3ca450f708f7baab2ce1fcb8 (patch)
tree8f414648576c1c98e6306763605ecca55b365b0b /testsuites
parent2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8f53ef717726f60c3ca450f708f7baab2ce1fcb8.tar.bz2
2009-10-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* automake/compile.am: Add *.ralf to clean-local.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog4
-rw-r--r--testsuites/automake/compile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 60358a41da..bdbbfb3408 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-23 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * automake/compile.am: Add *.ralf to clean-local.
+
2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am
index 3b3f9039ea..47b6323914 100644
--- a/testsuites/automake/compile.am
+++ b/testsuites/automake/compile.am
@@ -18,4 +18,5 @@ AM_CFLAGS =
AM_CXXFLAGS =
clean-local:
- $(RM) *.num *.nxe *.elf *.srec* *.bin *.bt
+ $(RM) *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf
+