Changeset e242657 in rtems for testsuites/mptests
- Timestamp:
- Sep 19, 2001, 5:20:55 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- 929efa6
- Parents:
- 682c7fd2
- Location:
- testsuites/mptests
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/mptests/ChangeLog
r682c7fd2 re242657 1 * mp02/node2/Makefile.am: include leaf.am instead of leaf.cfg. 2 * mp02/node1/Makefile.am: include leaf.am instead of leaf.cfg. 3 * mp04/node2/Makefile.am: include leaf.am instead of leaf.cfg. 4 * mp04/node1/Makefile.am: include leaf.am instead of leaf.cfg. 5 * mp14/node2/Makefile.am: include leaf.am instead of leaf.cfg. 6 * mp14/node1/Makefile.am: include leaf.am instead of leaf.cfg. 7 * mp06/node2/Makefile.am: include leaf.am instead of leaf.cfg. 8 * mp06/node1/Makefile.am: include leaf.am instead of leaf.cfg. 9 * mp08/node2/Makefile.am: include leaf.am instead of leaf.cfg. 10 * mp08/node1/Makefile.am: include leaf.am instead of leaf.cfg. 11 * mp03/node2/Makefile.am: include leaf.am instead of leaf.cfg. 12 * mp03/node1/Makefile.am: include leaf.am instead of leaf.cfg. 13 * mp10/node2/Makefile.am: include leaf.am instead of leaf.cfg. 14 * mp10/node1/Makefile.am: include leaf.am instead of leaf.cfg. 15 * mp05/node2/Makefile.am: include leaf.am instead of leaf.cfg. 16 * mp05/node1/Makefile.am: include leaf.am instead of leaf.cfg. 17 * mp13/node2/Makefile.am: include leaf.am instead of leaf.cfg. 18 * mp13/node1/Makefile.am: include leaf.am instead of leaf.cfg. 19 * mp01/node2/Makefile.am: include leaf.am instead of leaf.cfg. 20 * mp01/node1/Makefile.am: include leaf.am instead of leaf.cfg. 21 * mp07/node2/Makefile.am: include leaf.am instead of leaf.cfg. 22 * mp07/node1/Makefile.am: include leaf.am instead of leaf.cfg. 23 * mp11/node2/Makefile.am: include leaf.am instead of leaf.cfg. 24 * mp11/node1/Makefile.am: include leaf.am instead of leaf.cfg. 25 * mp12/node2/Makefile.am: include leaf.am instead of leaf.cfg. 26 * mp12/node1/Makefile.am: include leaf.am instead of leaf.cfg. 27 * mp09/node2/Makefile.am: include leaf.am instead of leaf.cfg. 28 * mp09/node1/Makefile.am: include leaf.am instead of leaf.cfg. 29 30 2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 31 1 32 * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]). 2 33 -
testsuites/mptests/mp01/node1/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp01/node2/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp02/node1/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp02/node2/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp03/node1/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp03/node2/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp04/node1/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp04/node2/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp05/node1/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp05/node2/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp06/node1/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp06/node2/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp07/node1/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp07/node2/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp08/node1/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp08/node2/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp09/node1/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp09/node2/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp10/node1/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp10/node2/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp11/node1/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp11/node2/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp12/node1/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp12/node2/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp13/node1/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp13/node2/Makefile.am
r682c7fd2 re242657 28 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 29 29 include $(top_srcdir)/../../../../automake/compile.am 30 include $( RTEMS_ROOT)/make/leaf.cfg30 include $(top_srcdir)/../../../../automake/leaf.am 31 31 include $(top_srcdir)/mptests.am 32 32 -
testsuites/mptests/mp14/node1/Makefile.am
r682c7fd2 re242657 29 29 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 30 30 include $(top_srcdir)/../../../../automake/compile.am 31 include $( RTEMS_ROOT)/make/leaf.cfg31 include $(top_srcdir)/../../../../automake/leaf.am 32 32 include $(top_srcdir)/mptests.am 33 33 -
testsuites/mptests/mp14/node2/Makefile.am
r682c7fd2 re242657 29 29 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 30 30 include $(top_srcdir)/../../../../automake/compile.am 31 include $( RTEMS_ROOT)/make/leaf.cfg31 include $(top_srcdir)/../../../../automake/leaf.am 32 32 include $(top_srcdir)/mptests.am 33 33
Note: See TracChangeset
for help on using the changeset viewer.