[rtems commit] Remove CVS-Ids.

Ralf Corsepius ralf at rtems.org
Fri May 4 07:34:21 UTC 2012


Module:    rtems
Branch:    master
Commit:    27a345bfb810912954cb14722e13ad3aa9721abb
Changeset: http://git.rtems.org/rtems/commit/?id=27a345bfb810912954cb14722e13ad3aa9721abb

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Fri May  4 08:54:41 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 2ecc283..536fc8b 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 5626382..8df675e 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 328d60d..d03cf72 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 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 cbf482c..5c703e1 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 5390685..09b1198 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 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 2bc9801..4ba4804 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 3c3daa2..c5f3bfb 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 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 b53aac2..39f8960 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 ccce192..7bd696f 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 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 65a5273..5611b33 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 71a4b7d..eaade8b 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 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 6938d44..d0c6a03 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 df9b930..e337354 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 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 611c01e..07c914c 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 54e5da8..6117955 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 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 b320092..c21525d 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 634cea0..836a143 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 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 563031d..a85294e 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 21ea649..543f3e7 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 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 e530a85..811308c 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 afb4c24..419090b 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 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 cf32d4f..045174d 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 10bb018..5a6b978 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 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 3da789f..9a54638 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 49de47c..52d919e 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 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 3b22230..4136ef2 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 7715fbe..bd33c40 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 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 070f774..00fad63 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 07c6def..20c9a13 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




More information about the vc mailing list