summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 12:49:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 12:49:16 +0000
commit49750a850725406e12895b2cd83e979aca56133b (patch)
treee69f5d5faac09859fddc83599994e42b998674ab /testsuites/mptests
parent2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-49750a850725406e12895b2cd83e979aca56133b.tar.bz2
* mp01/Makefile.am, mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Misc bugfixes.
Diffstat (limited to 'testsuites/mptests')
-rw-r--r--testsuites/mptests/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog
index 8e8eefdc56..3b5173cd5c 100644
--- a/testsuites/mptests/ChangeLog
+++ b/testsuites/mptests/ChangeLog
@@ -1,5 +1,20 @@
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * mp01/Makefile.am, mp01/node1/Makefile.am, mp01/node2/Makefile.am,
+ mp02/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am,
+ mp03/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am,
+ mp04/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am,
+ mp05/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am,
+ mp06/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am,
+ mp07/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am,
+ mp08/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am,
+ mp09/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am,
+ mp10/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am,
+ mp11/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am,
+ mp12/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am,
+ mp13/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am,
+ mp14/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am:
+ Misc bugfixes.
* mptests.am: Remove LIB_VARIANT.
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>