From 27a345bfb810912954cb14722e13ad3aa9721abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Fri, 4 May 2012 08:54:41 +0200 Subject: Remove CVS-Ids. --- testsuites/mptests/Makefile.am | 4 ---- testsuites/mptests/configure.ac | 2 -- testsuites/mptests/mp01/Makefile.am | 4 ---- testsuites/mptests/mp01/node1/Makefile.am | 4 ---- testsuites/mptests/mp01/node2/Makefile.am | 4 ---- testsuites/mptests/mp02/Makefile.am | 4 ---- testsuites/mptests/mp02/node1/Makefile.am | 4 ---- testsuites/mptests/mp02/node2/Makefile.am | 4 ---- testsuites/mptests/mp03/Makefile.am | 4 ---- testsuites/mptests/mp03/node1/Makefile.am | 4 ---- testsuites/mptests/mp03/node2/Makefile.am | 4 ---- testsuites/mptests/mp04/Makefile.am | 4 ---- testsuites/mptests/mp04/node1/Makefile.am | 4 ---- testsuites/mptests/mp04/node2/Makefile.am | 4 ---- testsuites/mptests/mp05/Makefile.am | 4 ---- testsuites/mptests/mp05/node1/Makefile.am | 4 ---- testsuites/mptests/mp05/node2/Makefile.am | 4 ---- testsuites/mptests/mp06/Makefile.am | 4 ---- testsuites/mptests/mp06/node1/Makefile.am | 4 ---- testsuites/mptests/mp06/node2/Makefile.am | 4 ---- testsuites/mptests/mp07/Makefile.am | 4 ---- testsuites/mptests/mp07/node1/Makefile.am | 4 ---- testsuites/mptests/mp07/node2/Makefile.am | 4 ---- testsuites/mptests/mp08/Makefile.am | 4 ---- testsuites/mptests/mp08/node1/Makefile.am | 4 ---- testsuites/mptests/mp08/node2/Makefile.am | 4 ---- testsuites/mptests/mp09/Makefile.am | 4 ---- testsuites/mptests/mp09/node1/Makefile.am | 4 ---- testsuites/mptests/mp09/node2/Makefile.am | 4 ---- testsuites/mptests/mp10/Makefile.am | 4 ---- testsuites/mptests/mp10/node1/Makefile.am | 4 ---- testsuites/mptests/mp10/node2/Makefile.am | 4 ---- testsuites/mptests/mp11/Makefile.am | 4 ---- testsuites/mptests/mp11/node1/Makefile.am | 4 ---- testsuites/mptests/mp11/node2/Makefile.am | 4 ---- testsuites/mptests/mp12/Makefile.am | 4 ---- testsuites/mptests/mp12/node1/Makefile.am | 4 ---- testsuites/mptests/mp12/node2/Makefile.am | 4 ---- testsuites/mptests/mp13/Makefile.am | 4 ---- testsuites/mptests/mp13/node1/Makefile.am | 4 ---- testsuites/mptests/mp13/node2/Makefile.am | 4 ---- testsuites/mptests/mp14/Makefile.am | 4 ---- testsuites/mptests/mp14/node1/Makefile.am | 4 ---- testsuites/mptests/mp14/node2/Makefile.am | 4 ---- 44 files changed, 174 deletions(-) diff --git a/testsuites/mptests/Makefile.am b/testsuites/mptests/Makefile.am index 9afef151c7..012563124f 100644 --- a/testsuites/mptests/Makefile.am +++ b/testsuites/mptests/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \ diff --git a/testsuites/mptests/configure.ac b/testsuites/mptests/configure.ac index 2ecc283d01..536fc8b361 100644 --- a/testsuites/mptests/configure.ac +++ b/testsuites/mptests/configure.ac @@ -1,6 +1,4 @@ ## Process this file with autoconf to produce a configure script. -## -## $Id$ AC_PREREQ([2.68]) AC_INIT([rtems-c-src-tests-mptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) diff --git a/testsuites/mptests/mp01/Makefile.am b/testsuites/mptests/mp01/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp01/Makefile.am +++ b/testsuites/mptests/mp01/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp01/node1/Makefile.am b/testsuites/mptests/mp01/node1/Makefile.am index 56263828ff..8df675eaee 100644 --- a/testsuites/mptests/mp01/node1/Makefile.am +++ b/testsuites/mptests/mp01/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp01-node1 mp01_node1_SOURCES = ../init.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp01/node2/Makefile.am b/testsuites/mptests/mp01/node2/Makefile.am index 328d60dd98..d03cf72f77 100644 --- a/testsuites/mptests/mp01/node2/Makefile.am +++ b/testsuites/mptests/mp01/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp01-node2 mp01_node2_SOURCES = ../init.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp02/Makefile.am b/testsuites/mptests/mp02/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp02/Makefile.am +++ b/testsuites/mptests/mp02/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp02/node1/Makefile.am b/testsuites/mptests/mp02/node1/Makefile.am index cbf482c2c9..5c703e1e6b 100644 --- a/testsuites/mptests/mp02/node1/Makefile.am +++ b/testsuites/mptests/mp02/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp02-node1 mp02_node1_SOURCES = ../init.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp02/node2/Makefile.am b/testsuites/mptests/mp02/node2/Makefile.am index 5390685e36..09b119875f 100644 --- a/testsuites/mptests/mp02/node2/Makefile.am +++ b/testsuites/mptests/mp02/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp02-node2 mp02_node2_SOURCES = ../init.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp03/Makefile.am b/testsuites/mptests/mp03/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp03/Makefile.am +++ b/testsuites/mptests/mp03/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp03/node1/Makefile.am b/testsuites/mptests/mp03/node1/Makefile.am index 2bc98019a9..4ba48049ff 100644 --- a/testsuites/mptests/mp03/node1/Makefile.am +++ b/testsuites/mptests/mp03/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp03-node1 mp03_node1_SOURCES = ../init.c ../task1.c ../delay.c ../system.h diff --git a/testsuites/mptests/mp03/node2/Makefile.am b/testsuites/mptests/mp03/node2/Makefile.am index 3c3daa2dc7..c5f3bfb11a 100644 --- a/testsuites/mptests/mp03/node2/Makefile.am +++ b/testsuites/mptests/mp03/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp03-node2 mp03_node2_SOURCES = ../init.c ../delay.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp04/Makefile.am b/testsuites/mptests/mp04/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp04/Makefile.am +++ b/testsuites/mptests/mp04/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp04/node1/Makefile.am b/testsuites/mptests/mp04/node1/Makefile.am index b53aac2012..39f8960993 100644 --- a/testsuites/mptests/mp04/node1/Makefile.am +++ b/testsuites/mptests/mp04/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp04-node1 mp04_node1_SOURCES = ../init.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp04/node2/Makefile.am b/testsuites/mptests/mp04/node2/Makefile.am index ccce192965..7bd696ff9b 100644 --- a/testsuites/mptests/mp04/node2/Makefile.am +++ b/testsuites/mptests/mp04/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp04-node2 mp04_node2_SOURCES = ../init.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp05/Makefile.am b/testsuites/mptests/mp05/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp05/Makefile.am +++ b/testsuites/mptests/mp05/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp05/node1/Makefile.am b/testsuites/mptests/mp05/node1/Makefile.am index 65a5273ab0..5611b332d3 100644 --- a/testsuites/mptests/mp05/node1/Makefile.am +++ b/testsuites/mptests/mp05/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp05-node1 mp05_node1_SOURCES = ../init.c ../asr.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp05/node2/Makefile.am b/testsuites/mptests/mp05/node2/Makefile.am index 71a4b7d000..eaade8b91d 100644 --- a/testsuites/mptests/mp05/node2/Makefile.am +++ b/testsuites/mptests/mp05/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp05-node2 mp05_node2_SOURCES = ../init.c ../asr.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp06/Makefile.am b/testsuites/mptests/mp06/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp06/Makefile.am +++ b/testsuites/mptests/mp06/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp06/node1/Makefile.am b/testsuites/mptests/mp06/node1/Makefile.am index 6938d44892..d0c6a0361f 100644 --- a/testsuites/mptests/mp06/node1/Makefile.am +++ b/testsuites/mptests/mp06/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp06-node1 mp06_node1_SOURCES = ../init.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp06/node2/Makefile.am b/testsuites/mptests/mp06/node2/Makefile.am index df9b9305dd..e337354d36 100644 --- a/testsuites/mptests/mp06/node2/Makefile.am +++ b/testsuites/mptests/mp06/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp06-node2 mp06_node2_SOURCES = ../init.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp07/Makefile.am b/testsuites/mptests/mp07/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp07/Makefile.am +++ b/testsuites/mptests/mp07/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp07/node1/Makefile.am b/testsuites/mptests/mp07/node1/Makefile.am index 611c01ec7e..07c914cf9d 100644 --- a/testsuites/mptests/mp07/node1/Makefile.am +++ b/testsuites/mptests/mp07/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp07-node1 mp07_node1_SOURCES = ../init.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp07/node2/Makefile.am b/testsuites/mptests/mp07/node2/Makefile.am index 54e5da8ad8..6117955599 100644 --- a/testsuites/mptests/mp07/node2/Makefile.am +++ b/testsuites/mptests/mp07/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp07-node2 mp07_node2_SOURCES = ../init.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp08/Makefile.am b/testsuites/mptests/mp08/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp08/Makefile.am +++ b/testsuites/mptests/mp08/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am index b3200920f0..c21525d73c 100644 --- a/testsuites/mptests/mp08/node1/Makefile.am +++ b/testsuites/mptests/mp08/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp08-node1 mp08_node1_SOURCES = ../init.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp08/node2/Makefile.am b/testsuites/mptests/mp08/node2/Makefile.am index 634cea0462..836a143aff 100644 --- a/testsuites/mptests/mp08/node2/Makefile.am +++ b/testsuites/mptests/mp08/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp08-node2 mp08_node2_SOURCES = ../init.c ../task1.c ../system.h diff --git a/testsuites/mptests/mp09/Makefile.am b/testsuites/mptests/mp09/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp09/Makefile.am +++ b/testsuites/mptests/mp09/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp09/node1/Makefile.am b/testsuites/mptests/mp09/node1/Makefile.am index 563031d836..a85294e661 100644 --- a/testsuites/mptests/mp09/node1/Makefile.am +++ b/testsuites/mptests/mp09/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp09-node1 mp09_node1_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h diff --git a/testsuites/mptests/mp09/node2/Makefile.am b/testsuites/mptests/mp09/node2/Makefile.am index 21ea64971e..543f3e7bc9 100644 --- a/testsuites/mptests/mp09/node2/Makefile.am +++ b/testsuites/mptests/mp09/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp09-node2 mp09_node2_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h diff --git a/testsuites/mptests/mp10/Makefile.am b/testsuites/mptests/mp10/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp10/Makefile.am +++ b/testsuites/mptests/mp10/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp10/node1/Makefile.am b/testsuites/mptests/mp10/node1/Makefile.am index e530a85511..811308ce62 100644 --- a/testsuites/mptests/mp10/node1/Makefile.am +++ b/testsuites/mptests/mp10/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp10-node1 mp10_node1_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h diff --git a/testsuites/mptests/mp10/node2/Makefile.am b/testsuites/mptests/mp10/node2/Makefile.am index afb4c243cf..419090b29f 100644 --- a/testsuites/mptests/mp10/node2/Makefile.am +++ b/testsuites/mptests/mp10/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp10-node2 mp10_node2_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h diff --git a/testsuites/mptests/mp11/Makefile.am b/testsuites/mptests/mp11/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp11/Makefile.am +++ b/testsuites/mptests/mp11/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp11/node1/Makefile.am b/testsuites/mptests/mp11/node1/Makefile.am index cf32d4f2a5..045174d0dd 100644 --- a/testsuites/mptests/mp11/node1/Makefile.am +++ b/testsuites/mptests/mp11/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp11-node1 mp11_node1_SOURCES = ../init.c ../system.h diff --git a/testsuites/mptests/mp11/node2/Makefile.am b/testsuites/mptests/mp11/node2/Makefile.am index 10bb018c93..5a6b9787e1 100644 --- a/testsuites/mptests/mp11/node2/Makefile.am +++ b/testsuites/mptests/mp11/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp11-node2 mp11_node2_SOURCES = ../init.c ../system.h diff --git a/testsuites/mptests/mp12/Makefile.am b/testsuites/mptests/mp12/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp12/Makefile.am +++ b/testsuites/mptests/mp12/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp12/node1/Makefile.am b/testsuites/mptests/mp12/node1/Makefile.am index 3da789fa50..9a54638b32 100644 --- a/testsuites/mptests/mp12/node1/Makefile.am +++ b/testsuites/mptests/mp12/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp12-node1 mp12_node1_SOURCES = ../init.c ../system.h diff --git a/testsuites/mptests/mp12/node2/Makefile.am b/testsuites/mptests/mp12/node2/Makefile.am index 49de47c289..52d919e774 100644 --- a/testsuites/mptests/mp12/node2/Makefile.am +++ b/testsuites/mptests/mp12/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp12-node2 mp12_node2_SOURCES = ../init.c ../system.h diff --git a/testsuites/mptests/mp13/Makefile.am b/testsuites/mptests/mp13/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp13/Makefile.am +++ b/testsuites/mptests/mp13/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp13/node1/Makefile.am b/testsuites/mptests/mp13/node1/Makefile.am index 3b222307c3..4136ef2f93 100644 --- a/testsuites/mptests/mp13/node1/Makefile.am +++ b/testsuites/mptests/mp13/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp13-node1 mp13_node1_SOURCES = ../init.c ../task1.c ../task2.c ../system.h diff --git a/testsuites/mptests/mp13/node2/Makefile.am b/testsuites/mptests/mp13/node2/Makefile.am index 7715fbed01..bd33c4054e 100644 --- a/testsuites/mptests/mp13/node2/Makefile.am +++ b/testsuites/mptests/mp13/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp13-node2 mp13_node2_SOURCES = ../init.c ../task1.c ../task2.c ../system.h diff --git a/testsuites/mptests/mp14/Makefile.am b/testsuites/mptests/mp14/Makefile.am index 4665714c9e..08a90da412 100644 --- a/testsuites/mptests/mp14/Makefile.am +++ b/testsuites/mptests/mp14/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - SUBDIRS = node1 node2 include $(top_srcdir)/../automake/subdirs.am diff --git a/testsuites/mptests/mp14/node1/Makefile.am b/testsuites/mptests/mp14/node1/Makefile.am index 070f774687..00fad63f6f 100644 --- a/testsuites/mptests/mp14/node1/Makefile.am +++ b/testsuites/mptests/mp14/node1/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp14-node1 mp14_node1_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \ ../pttask1.c ../smtask1.c ../msgtask1.c ../system.h diff --git a/testsuites/mptests/mp14/node2/Makefile.am b/testsuites/mptests/mp14/node2/Makefile.am index 07c6def286..20c9a13a2f 100644 --- a/testsuites/mptests/mp14/node2/Makefile.am +++ b/testsuites/mptests/mp14/node2/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = mp14-node2 mp14_node2_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \ ../pttask1.c ../smtask1.c ../msgtask1.c ../system.h -- cgit v1.2.3