summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-31 15:22:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-31 15:22:23 +0000
commit8fbdf07b621f00c412455df24c820422b3712064 (patch)
tree04599d34abbf8281f0bf9250c6f247d87143160c /testsuites/mptests
parentRalf Corsepius <corsepiu@faw.uni-ulm.de> caught some files in CVS (diff)
downloadrtems-8fbdf07b621f00c412455df24c820422b3712064.tar.bz2
Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that contains cosmetical changes to the Makefile.ams below tests (removes old, now invalid comments from these Makefile.ams).
Diffstat (limited to 'testsuites/mptests')
-rw-r--r--testsuites/mptests/mp01/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp01/node2/Makefile.am1
-rw-r--r--testsuites/mptests/mp02/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp02/node2/Makefile.am1
-rw-r--r--testsuites/mptests/mp03/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp03/node2/Makefile.am1
-rw-r--r--testsuites/mptests/mp04/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp04/node2/Makefile.am1
-rw-r--r--testsuites/mptests/mp05/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp05/node2/Makefile.am1
-rw-r--r--testsuites/mptests/mp06/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp06/node2/Makefile.am1
-rw-r--r--testsuites/mptests/mp07/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp07/node2/Makefile.am1
-rw-r--r--testsuites/mptests/mp08/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp08/node2/Makefile.am1
-rw-r--r--testsuites/mptests/mp09/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp09/node2/Makefile.am1
-rw-r--r--testsuites/mptests/mp10/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp10/node2/Makefile.am1
-rw-r--r--testsuites/mptests/mp11/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp11/node2/Makefile.am1
-rw-r--r--testsuites/mptests/mp12/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp12/node2/Makefile.am1
-rw-r--r--testsuites/mptests/mp13/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp13/node2/Makefile.am1
-rw-r--r--testsuites/mptests/mp14/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp14/node2/Makefile.am1
28 files changed, 0 insertions, 28 deletions
diff --git a/testsuites/mptests/mp01/node1/Makefile.am b/testsuites/mptests/mp01/node1/Makefile.am
index 97a567ed5e..36d8d0dfb4 100644
--- a/testsuites/mptests/mp01/node1/Makefile.am
+++ b/testsuites/mptests/mp01/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp01/node2/Makefile.am b/testsuites/mptests/mp01/node2/Makefile.am
index 2ffc14816f..0a80134c68 100644
--- a/testsuites/mptests/mp01/node2/Makefile.am
+++ b/testsuites/mptests/mp01/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp02/node1/Makefile.am b/testsuites/mptests/mp02/node1/Makefile.am
index ee6999208b..4f1f920303 100644
--- a/testsuites/mptests/mp02/node1/Makefile.am
+++ b/testsuites/mptests/mp02/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp02/node2/Makefile.am b/testsuites/mptests/mp02/node2/Makefile.am
index e581cff5f3..9887d04d42 100644
--- a/testsuites/mptests/mp02/node2/Makefile.am
+++ b/testsuites/mptests/mp02/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp03/node1/Makefile.am b/testsuites/mptests/mp03/node1/Makefile.am
index 009a37e75f..94e3c5d068 100644
--- a/testsuites/mptests/mp03/node1/Makefile.am
+++ b/testsuites/mptests/mp03/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp timer event
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c delay.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp03/node2/Makefile.am b/testsuites/mptests/mp03/node2/Makefile.am
index 68c71c0511..08acad9391 100644
--- a/testsuites/mptests/mp03/node2/Makefile.am
+++ b/testsuites/mptests/mp03/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp timer event
-# C source names, if any, go here -- minus the .c
C_FILES = init.c delay.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp04/node1/Makefile.am b/testsuites/mptests/mp04/node1/Makefile.am
index 98ed458bfa..20201ccb6a 100644
--- a/testsuites/mptests/mp04/node1/Makefile.am
+++ b/testsuites/mptests/mp04/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp04/node2/Makefile.am b/testsuites/mptests/mp04/node2/Makefile.am
index dcb23629b2..a3a537743a 100644
--- a/testsuites/mptests/mp04/node2/Makefile.am
+++ b/testsuites/mptests/mp04/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp05/node1/Makefile.am b/testsuites/mptests/mp05/node1/Makefile.am
index 484d9ad9f5..7de770e601 100644
--- a/testsuites/mptests/mp05/node1/Makefile.am
+++ b/testsuites/mptests/mp05/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp signal timer
-# C source names, if any, go here -- minus the .c
C_FILES = init.c asr.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp05/node2/Makefile.am b/testsuites/mptests/mp05/node2/Makefile.am
index 409950dcff..3bb698dd47 100644
--- a/testsuites/mptests/mp05/node2/Makefile.am
+++ b/testsuites/mptests/mp05/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp signal timer
-# C source names, if any, go here -- minus the .c
C_FILES = init.c asr.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp06/node1/Makefile.am b/testsuites/mptests/mp06/node1/Makefile.am
index 19faacccec..ab7c67d1c1 100644
--- a/testsuites/mptests/mp06/node1/Makefile.am
+++ b/testsuites/mptests/mp06/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp event timer
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp06/node2/Makefile.am b/testsuites/mptests/mp06/node2/Makefile.am
index 969f0b7a05..08ce32ea8b 100644
--- a/testsuites/mptests/mp06/node2/Makefile.am
+++ b/testsuites/mptests/mp06/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp event timer
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp07/node1/Makefile.am b/testsuites/mptests/mp07/node1/Makefile.am
index d806d46ed9..c83109eedc 100644
--- a/testsuites/mptests/mp07/node1/Makefile.am
+++ b/testsuites/mptests/mp07/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp event timer
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp07/node2/Makefile.am b/testsuites/mptests/mp07/node2/Makefile.am
index b8a2ab6773..2a6e01a60f 100644
--- a/testsuites/mptests/mp07/node2/Makefile.am
+++ b/testsuites/mptests/mp07/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp event timer
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am
index e86b654f52..1af1d8c753 100644
--- a/testsuites/mptests/mp08/node1/Makefile.am
+++ b/testsuites/mptests/mp08/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp08/node2/Makefile.am b/testsuites/mptests/mp08/node2/Makefile.am
index 6573e1152b..10494437e2 100644
--- a/testsuites/mptests/mp08/node2/Makefile.am
+++ b/testsuites/mptests/mp08/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp09/node1/Makefile.am b/testsuites/mptests/mp09/node1/Makefile.am
index a5e076846a..01998048c8 100644
--- a/testsuites/mptests/mp09/node1/Makefile.am
+++ b/testsuites/mptests/mp09/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c recvmsg.c sendmsg.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp09/node2/Makefile.am b/testsuites/mptests/mp09/node2/Makefile.am
index 8fb1851da1..ea8d3b2fc5 100644
--- a/testsuites/mptests/mp09/node2/Makefile.am
+++ b/testsuites/mptests/mp09/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c recvmsg.c sendmsg.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp10/node1/Makefile.am b/testsuites/mptests/mp10/node1/Makefile.am
index eee5d1b4bf..15c3130981 100644
--- a/testsuites/mptests/mp10/node1/Makefile.am
+++ b/testsuites/mptests/mp10/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c task2.c task3.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp10/node2/Makefile.am b/testsuites/mptests/mp10/node2/Makefile.am
index 42e187fbc3..9631817320 100644
--- a/testsuites/mptests/mp10/node2/Makefile.am
+++ b/testsuites/mptests/mp10/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c task2.c task3.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp11/node1/Makefile.am b/testsuites/mptests/mp11/node1/Makefile.am
index 883f90bc32..903abd0c45 100644
--- a/testsuites/mptests/mp11/node1/Makefile.am
+++ b/testsuites/mptests/mp11/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message partition semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp11/node2/Makefile.am b/testsuites/mptests/mp11/node2/Makefile.am
index b19eb1c4b2..c3f94096b4 100644
--- a/testsuites/mptests/mp11/node2/Makefile.am
+++ b/testsuites/mptests/mp11/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message partition semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp12/node1/Makefile.am b/testsuites/mptests/mp12/node1/Makefile.am
index 07e48a58d1..4c634741b1 100644
--- a/testsuites/mptests/mp12/node1/Makefile.am
+++ b/testsuites/mptests/mp12/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp partition
-# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp12/node2/Makefile.am b/testsuites/mptests/mp12/node2/Makefile.am
index 925194dc61..dfdabec2e1 100644
--- a/testsuites/mptests/mp12/node2/Makefile.am
+++ b/testsuites/mptests/mp12/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp partition
-# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp13/node1/Makefile.am b/testsuites/mptests/mp13/node1/Makefile.am
index 2ca0348893..fe34c6f673 100644
--- a/testsuites/mptests/mp13/node1/Makefile.am
+++ b/testsuites/mptests/mp13/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c task2.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp13/node2/Makefile.am b/testsuites/mptests/mp13/node2/Makefile.am
index 0ccf87004f..d19b736e51 100644
--- a/testsuites/mptests/mp13/node2/Makefile.am
+++ b/testsuites/mptests/mp13/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c task2.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp14/node1/Makefile.am b/testsuites/mptests/mp14/node1/Makefile.am
index bfa87fba93..1e79f51e25 100644
--- a/testsuites/mptests/mp14/node1/Makefile.am
+++ b/testsuites/mptests/mp14/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp event partition semaphore timer message
-# C source names, if any, go here -- minus the .c
C_FILES = exit.c init.c delay.c evtask1.c evtmtask.c pttask1.c smtask1.c \
msgtask1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp14/node2/Makefile.am b/testsuites/mptests/mp14/node2/Makefile.am
index c95b4c46e3..28e92736db 100644
--- a/testsuites/mptests/mp14/node2/Makefile.am
+++ b/testsuites/mptests/mp14/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp event partition semaphore timer message
-# C source names, if any, go here -- minus the .c
C_FILES = exit.c init.c delay.c evtask1.c evtmtask.c pttask1.c smtask1.c \
msgtask1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)