[rtems commit] Remove CVS-Ids.

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


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

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Fri May  4 08:54:41 2012 +0200

Remove CVS-Ids.

---

 testsuites/samples/Makefile.am               |    4 ----
 testsuites/samples/base_mp/Makefile.am       |    4 ----
 testsuites/samples/base_mp/node1/Makefile.am |    4 ----
 testsuites/samples/base_mp/node2/Makefile.am |    4 ----
 testsuites/samples/base_sp/Makefile.am       |    5 -----
 testsuites/samples/capture/Makefile.am       |    5 -----
 testsuites/samples/cdtest/Makefile.am        |    5 -----
 testsuites/samples/configure.ac              |    2 --
 testsuites/samples/hello/Makefile.am         |    5 -----
 testsuites/samples/iostream/Makefile.am      |    5 -----
 testsuites/samples/loopback/Makefile.am      |    5 -----
 testsuites/samples/minimum/Makefile.am       |    5 -----
 testsuites/samples/nsecs/Makefile.am         |    5 -----
 testsuites/samples/paranoia/Makefile.am      |    5 -----
 testsuites/samples/pppd/Makefile.am          |    5 -----
 testsuites/samples/ticker/Makefile.am        |    5 -----
 testsuites/samples/unlimited/Makefile.am     |    5 -----
 17 files changed, 0 insertions(+), 78 deletions(-)

diff --git a/testsuites/samples/Makefile.am b/testsuites/samples/Makefile.am
index 82560d1..d0826b8 100644
--- a/testsuites/samples/Makefile.am
+++ b/testsuites/samples/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 ACLOCAL_AMFLAGS = -I ../aclocal
 
 SUBDIRS = hello capture ticker base_sp unlimited minimum fileio
diff --git a/testsuites/samples/base_mp/Makefile.am b/testsuites/samples/base_mp/Makefile.am
index 1e0a552..1815b41 100644
--- a/testsuites/samples/base_mp/Makefile.am
+++ b/testsuites/samples/base_mp/Makefile.am
@@ -1,7 +1,3 @@
-##
-##  $Id$
-##
-
 SUBDIRS = node1 node2
 
 include $(top_srcdir)/../automake/subdirs.am
diff --git a/testsuites/samples/base_mp/node1/Makefile.am b/testsuites/samples/base_mp/node1/Makefile.am
index af6e761..9e0f52a 100644
--- a/testsuites/samples/base_mp/node1/Makefile.am
+++ b/testsuites/samples/base_mp/node1/Makefile.am
@@ -1,7 +1,3 @@
-##
-##  $Id$
-##
-
 rtems_tests_PROGRAMS = base_mp-node1
 base_mp_node1_SOURCES = ../init.c ../apptask.c ../system.h
 
diff --git a/testsuites/samples/base_mp/node2/Makefile.am b/testsuites/samples/base_mp/node2/Makefile.am
index 7d276a8..af0550e 100644
--- a/testsuites/samples/base_mp/node2/Makefile.am
+++ b/testsuites/samples/base_mp/node2/Makefile.am
@@ -1,7 +1,3 @@
-##
-##  $Id$
-##
-
 rtems_tests_PROGRAMS = base_mp-node2
 base_mp_node2_SOURCES = ../init.c ../apptask.c ../system.h
 
diff --git a/testsuites/samples/base_sp/Makefile.am b/testsuites/samples/base_sp/Makefile.am
index 917f961..85fdb78 100644
--- a/testsuites/samples/base_sp/Makefile.am
+++ b/testsuites/samples/base_sp/Makefile.am
@@ -1,8 +1,3 @@
-##
-##  $Id$
-##
-
-
 rtems_tests_PROGRAMS = base_sp
 base_sp_SOURCES = init.c apptask.c system.h
 
diff --git a/testsuites/samples/capture/Makefile.am b/testsuites/samples/capture/Makefile.am
index dfa1d59..d7f1020 100644
--- a/testsuites/samples/capture/Makefile.am
+++ b/testsuites/samples/capture/Makefile.am
@@ -1,8 +1,3 @@
-##
-##  $Id$
-##
-
-
 rtems_tests_PROGRAMS = capture
 capture_SOURCES = init.c test1.c system.h
 
diff --git a/testsuites/samples/cdtest/Makefile.am b/testsuites/samples/cdtest/Makefile.am
index 73763ad..6901fd2 100644
--- a/testsuites/samples/cdtest/Makefile.am
+++ b/testsuites/samples/cdtest/Makefile.am
@@ -1,8 +1,3 @@
-##
-##  $Id$
-##
-
-
 rtems_tests_PROGRAMS = cdtest
 cdtest_SOURCES = init.c main.cc system.h
 
diff --git a/testsuites/samples/configure.ac b/testsuites/samples/configure.ac
index 97b3d9e..87eb2c1 100644
--- a/testsuites/samples/configure.ac
+++ b/testsuites/samples/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-samples],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/testsuites/samples/hello/Makefile.am b/testsuites/samples/hello/Makefile.am
index 94cf69f..60222e9 100644
--- a/testsuites/samples/hello/Makefile.am
+++ b/testsuites/samples/hello/Makefile.am
@@ -1,8 +1,3 @@
-##
-##  $Id$
-##
-
-
 rtems_tests_PROGRAMS = hello
 hello_SOURCES = init.c
 
diff --git a/testsuites/samples/iostream/Makefile.am b/testsuites/samples/iostream/Makefile.am
index 3eb4e3c..7c45c64 100644
--- a/testsuites/samples/iostream/Makefile.am
+++ b/testsuites/samples/iostream/Makefile.am
@@ -1,8 +1,3 @@
-##
-##  $Id$
-##
-
-
 rtems_tests_PROGRAMS = cxx_iostream
 cxx_iostream_SOURCES = init.cc system.h
 
diff --git a/testsuites/samples/loopback/Makefile.am b/testsuites/samples/loopback/Makefile.am
index 4d65cbc..1a833dc 100644
--- a/testsuites/samples/loopback/Makefile.am
+++ b/testsuites/samples/loopback/Makefile.am
@@ -1,8 +1,3 @@
-##
-##  $Id$
-##
-
-
 rtems_tests_PROGRAMS = loopback
 loopback_SOURCES = init.c
 
diff --git a/testsuites/samples/minimum/Makefile.am b/testsuites/samples/minimum/Makefile.am
index 2d567e4..df6efbd 100644
--- a/testsuites/samples/minimum/Makefile.am
+++ b/testsuites/samples/minimum/Makefile.am
@@ -1,8 +1,3 @@
-##
-##  $Id$
-##
-
-
 rtems_tests_PROGRAMS = minimum
 minimum_SOURCES = init.c
 
diff --git a/testsuites/samples/nsecs/Makefile.am b/testsuites/samples/nsecs/Makefile.am
index 2c82f17..6526df1 100644
--- a/testsuites/samples/nsecs/Makefile.am
+++ b/testsuites/samples/nsecs/Makefile.am
@@ -1,8 +1,3 @@
-##
-##  $Id$
-##
-
-
 rtems_tests_PROGRAMS = nsecs
 nsecs_SOURCES = init.c empty.c
 
diff --git a/testsuites/samples/paranoia/Makefile.am b/testsuites/samples/paranoia/Makefile.am
index ab9830e..82afecf 100644
--- a/testsuites/samples/paranoia/Makefile.am
+++ b/testsuites/samples/paranoia/Makefile.am
@@ -1,8 +1,3 @@
-##
-##  $Id$
-##
-
-
 rtems_tests_PROGRAMS = paranoia
 paranoia_SOURCES = init.c paranoia.c system.h
 
diff --git a/testsuites/samples/pppd/Makefile.am b/testsuites/samples/pppd/Makefile.am
index 94f4b6e..f893c15 100644
--- a/testsuites/samples/pppd/Makefile.am
+++ b/testsuites/samples/pppd/Makefile.am
@@ -1,8 +1,3 @@
-##
-##  $Id$
-##
-
-
 rtems_tests_PROGRAMS = pppd
 pppd_SOURCES = init.c pppdapp.c netconfig.h system.h
 
diff --git a/testsuites/samples/ticker/Makefile.am b/testsuites/samples/ticker/Makefile.am
index f099c8c..a542193 100644
--- a/testsuites/samples/ticker/Makefile.am
+++ b/testsuites/samples/ticker/Makefile.am
@@ -1,8 +1,3 @@
-##
-##  $Id$
-##
-
-
 rtems_tests_PROGRAMS = ticker
 ticker_SOURCES = init.c tasks.c system.h
 
diff --git a/testsuites/samples/unlimited/Makefile.am b/testsuites/samples/unlimited/Makefile.am
index d839f11..92d7164 100644
--- a/testsuites/samples/unlimited/Makefile.am
+++ b/testsuites/samples/unlimited/Makefile.am
@@ -1,8 +1,3 @@
-##
-##  $Id$
-##
-
-
 rtems_tests_PROGRAMS = unlimited
 unlimited_SOURCES = init.c test1.c test2.c test3.c system.h
 




More information about the vc mailing list