[rtems commit] Remove CVS-Ids.

Ralf Corsepius ralf at rtems.org
Fri May 4 09:05:12 UTC 2012


Module:    rtems
Branch:    4.10
Commit:    6ddf4a843badaefdf9f372b9bf07f0c6a2f62f44
Changeset: http://git.rtems.org/rtems/commit/?id=6ddf4a843badaefdf9f372b9bf07f0c6a2f62f44

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Fri May  4 11:00:29 2012 +0200

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, 0 insertions(+), 174 deletions(-)

diff --git a/testsuites/mptests/Makefile.am b/testsuites/mptests/Makefile.am
index 9afef15..0125631 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 99af06f..8f263bf 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 4665714..08a90da 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 b98220a..dc14a64 100644
--- a/testsuites/mptests/mp01/node1/Makefile.am
+++ b/testsuites/mptests/mp01/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp01-node1
diff --git a/testsuites/mptests/mp01/node2/Makefile.am b/testsuites/mptests/mp01/node2/Makefile.am
index f7ed4e8..506507d 100644
--- a/testsuites/mptests/mp01/node2/Makefile.am
+++ b/testsuites/mptests/mp01/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp01-node2
diff --git a/testsuites/mptests/mp02/Makefile.am b/testsuites/mptests/mp02/Makefile.am
index 4665714..08a90da 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 3b5b751..306abf1 100644
--- a/testsuites/mptests/mp02/node1/Makefile.am
+++ b/testsuites/mptests/mp02/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp02-node1
diff --git a/testsuites/mptests/mp02/node2/Makefile.am b/testsuites/mptests/mp02/node2/Makefile.am
index 9db734b..f4f519c 100644
--- a/testsuites/mptests/mp02/node2/Makefile.am
+++ b/testsuites/mptests/mp02/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp02-node2
diff --git a/testsuites/mptests/mp03/Makefile.am b/testsuites/mptests/mp03/Makefile.am
index 4665714..08a90da 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 c6306ef..f431606 100644
--- a/testsuites/mptests/mp03/node1/Makefile.am
+++ b/testsuites/mptests/mp03/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp03-node1
diff --git a/testsuites/mptests/mp03/node2/Makefile.am b/testsuites/mptests/mp03/node2/Makefile.am
index 84fc672..d802b51 100644
--- a/testsuites/mptests/mp03/node2/Makefile.am
+++ b/testsuites/mptests/mp03/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp03-node2
diff --git a/testsuites/mptests/mp04/Makefile.am b/testsuites/mptests/mp04/Makefile.am
index 4665714..08a90da 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 3f0321b..f24e09b 100644
--- a/testsuites/mptests/mp04/node1/Makefile.am
+++ b/testsuites/mptests/mp04/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp04-node1
diff --git a/testsuites/mptests/mp04/node2/Makefile.am b/testsuites/mptests/mp04/node2/Makefile.am
index 1041015..a81a94c 100644
--- a/testsuites/mptests/mp04/node2/Makefile.am
+++ b/testsuites/mptests/mp04/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp04-node2
diff --git a/testsuites/mptests/mp05/Makefile.am b/testsuites/mptests/mp05/Makefile.am
index 4665714..08a90da 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 d4dc09f..9dab8e9 100644
--- a/testsuites/mptests/mp05/node1/Makefile.am
+++ b/testsuites/mptests/mp05/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp05-node1
diff --git a/testsuites/mptests/mp05/node2/Makefile.am b/testsuites/mptests/mp05/node2/Makefile.am
index c9281f7..d25ede3 100644
--- a/testsuites/mptests/mp05/node2/Makefile.am
+++ b/testsuites/mptests/mp05/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp05-node2
diff --git a/testsuites/mptests/mp06/Makefile.am b/testsuites/mptests/mp06/Makefile.am
index 4665714..08a90da 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 6d786e8..22fcbb0 100644
--- a/testsuites/mptests/mp06/node1/Makefile.am
+++ b/testsuites/mptests/mp06/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp06-node1
diff --git a/testsuites/mptests/mp06/node2/Makefile.am b/testsuites/mptests/mp06/node2/Makefile.am
index 79f15f2..75cd9ef 100644
--- a/testsuites/mptests/mp06/node2/Makefile.am
+++ b/testsuites/mptests/mp06/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp06-node2
diff --git a/testsuites/mptests/mp07/Makefile.am b/testsuites/mptests/mp07/Makefile.am
index 4665714..08a90da 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 881db82..f9eafa8 100644
--- a/testsuites/mptests/mp07/node1/Makefile.am
+++ b/testsuites/mptests/mp07/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp07-node1
diff --git a/testsuites/mptests/mp07/node2/Makefile.am b/testsuites/mptests/mp07/node2/Makefile.am
index fff2532..b0f62a7 100644
--- a/testsuites/mptests/mp07/node2/Makefile.am
+++ b/testsuites/mptests/mp07/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp07-node2
diff --git a/testsuites/mptests/mp08/Makefile.am b/testsuites/mptests/mp08/Makefile.am
index 4665714..08a90da 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 3cb9604..c87095f 100644
--- a/testsuites/mptests/mp08/node1/Makefile.am
+++ b/testsuites/mptests/mp08/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp08-node1
diff --git a/testsuites/mptests/mp08/node2/Makefile.am b/testsuites/mptests/mp08/node2/Makefile.am
index 75052dd..d972d7d 100644
--- a/testsuites/mptests/mp08/node2/Makefile.am
+++ b/testsuites/mptests/mp08/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp08-node2
diff --git a/testsuites/mptests/mp09/Makefile.am b/testsuites/mptests/mp09/Makefile.am
index 4665714..08a90da 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 04f9065..2638609 100644
--- a/testsuites/mptests/mp09/node1/Makefile.am
+++ b/testsuites/mptests/mp09/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp09-node1
diff --git a/testsuites/mptests/mp09/node2/Makefile.am b/testsuites/mptests/mp09/node2/Makefile.am
index be82e36..ca0bdfb 100644
--- a/testsuites/mptests/mp09/node2/Makefile.am
+++ b/testsuites/mptests/mp09/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp09-node2
diff --git a/testsuites/mptests/mp10/Makefile.am b/testsuites/mptests/mp10/Makefile.am
index 4665714..08a90da 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 e241d7a..0115eca 100644
--- a/testsuites/mptests/mp10/node1/Makefile.am
+++ b/testsuites/mptests/mp10/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp10-node1
diff --git a/testsuites/mptests/mp10/node2/Makefile.am b/testsuites/mptests/mp10/node2/Makefile.am
index 2678fdb..15d737b 100644
--- a/testsuites/mptests/mp10/node2/Makefile.am
+++ b/testsuites/mptests/mp10/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp10-node2
diff --git a/testsuites/mptests/mp11/Makefile.am b/testsuites/mptests/mp11/Makefile.am
index 4665714..08a90da 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 8aed220..a34e522 100644
--- a/testsuites/mptests/mp11/node1/Makefile.am
+++ b/testsuites/mptests/mp11/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp11-node1
diff --git a/testsuites/mptests/mp11/node2/Makefile.am b/testsuites/mptests/mp11/node2/Makefile.am
index 2c0b59c..94dfb0e 100644
--- a/testsuites/mptests/mp11/node2/Makefile.am
+++ b/testsuites/mptests/mp11/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp11-node2
diff --git a/testsuites/mptests/mp12/Makefile.am b/testsuites/mptests/mp12/Makefile.am
index 4665714..08a90da 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 9442e02..40f2c18 100644
--- a/testsuites/mptests/mp12/node1/Makefile.am
+++ b/testsuites/mptests/mp12/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp12-node1
diff --git a/testsuites/mptests/mp12/node2/Makefile.am b/testsuites/mptests/mp12/node2/Makefile.am
index 2f1af41..6cd8b55 100644
--- a/testsuites/mptests/mp12/node2/Makefile.am
+++ b/testsuites/mptests/mp12/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp12-node2
diff --git a/testsuites/mptests/mp13/Makefile.am b/testsuites/mptests/mp13/Makefile.am
index 4665714..08a90da 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 98d6ecf..fa5fc9e 100644
--- a/testsuites/mptests/mp13/node1/Makefile.am
+++ b/testsuites/mptests/mp13/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp13-node1
diff --git a/testsuites/mptests/mp13/node2/Makefile.am b/testsuites/mptests/mp13/node2/Makefile.am
index 85ed17d..1d6c35b 100644
--- a/testsuites/mptests/mp13/node2/Makefile.am
+++ b/testsuites/mptests/mp13/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp13-node2
diff --git a/testsuites/mptests/mp14/Makefile.am b/testsuites/mptests/mp14/Makefile.am
index 4665714..08a90da 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 9cc96bd..a37a551 100644
--- a/testsuites/mptests/mp14/node1/Makefile.am
+++ b/testsuites/mptests/mp14/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp14-node1
diff --git a/testsuites/mptests/mp14/node2/Makefile.am b/testsuites/mptests/mp14/node2/Makefile.am
index 572d0b0..4a7bb1a 100644
--- a/testsuites/mptests/mp14/node2/Makefile.am
+++ b/testsuites/mptests/mp14/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 MANAGERS = all
 
 rtems_tests_PROGRAMS = mp14-node2




More information about the vc mailing list