summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-07-31 03:09:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-07-31 03:09:52 +0000
commit4d8cd2216dcdf829422e942c04523e350fdc6f1e (patch)
treedf66045c2c185d107ceadfb706b9c3d5dfda9a08 /testsuites
parent2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4d8cd2216dcdf829422e942c04523e350fdc6f1e.tar.bz2
2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove clean-local:. Use CLEANFILES for cleaning up make-exe by-products.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog5
-rw-r--r--testsuites/automake/compile.am4
2 files changed, 6 insertions, 3 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 7069f0808d..7e043d2b98 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * automake/compile.am: Remove clean-local:.
+ Use CLEANFILES for cleaning up make-exe by-products.
+
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing
diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am
index 47b6323914..24d5dfdd63 100644
--- a/testsuites/automake/compile.am
+++ b/testsuites/automake/compile.am
@@ -17,6 +17,4 @@ AM_CPPFLAGS =
AM_CFLAGS =
AM_CXXFLAGS =
-clean-local:
- $(RM) *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf
-
+CLEANFILES = *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf