[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:    5eb42f2a5493c83032b16edb543a8999e08d9486
Changeset: http://git.rtems.org/rtems/commit/?id=5eb42f2a5493c83032b16edb543a8999e08d9486

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

Remove CVS-Ids.

---

 testsuites/Makefile.am                      |    4 ----
 testsuites/aclocal/canonical-target-name.m4 |    4 ----
 testsuites/aclocal/canonicalize-tools.m4    |    3 ---
 testsuites/aclocal/check-cpuopts.m4         |    2 --
 testsuites/aclocal/check-custom-bsp.m4      |    2 --
 testsuites/aclocal/check-cxx.m4             |    2 --
 testsuites/aclocal/check-tool.m4            |    2 --
 testsuites/aclocal/enable-cxx.m4            |    2 --
 testsuites/aclocal/enable-rtemsbsp.m4       |    2 --
 testsuites/aclocal/enable-tests.m4          |    2 --
 testsuites/aclocal/env-rtemsbsp.m4          |    2 --
 testsuites/aclocal/prog-cc.m4               |    3 ---
 testsuites/aclocal/prog-cxx.m4              |    3 ---
 testsuites/aclocal/project-root.m4          |    4 ----
 testsuites/aclocal/rtems-top.m4             |    2 --
 testsuites/automake/compile.am              |    4 ----
 testsuites/automake/host.am                 |    2 --
 testsuites/automake/local.am                |    2 --
 testsuites/automake/subdirs.am              |    1 -
 testsuites/configure.ac                     |    2 --
 20 files changed, 0 insertions(+), 50 deletions(-)

diff --git a/testsuites/Makefile.am b/testsuites/Makefile.am
index 70b7017..a82acec 100644
--- a/testsuites/Makefile.am
+++ b/testsuites/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 ACLOCAL_AMFLAGS = -I aclocal
 
 DISTCLEANFILES =
diff --git a/testsuites/aclocal/canonical-target-name.m4 b/testsuites/aclocal/canonical-target-name.m4
index 5a096f2..1152420 100644
--- a/testsuites/aclocal/canonical-target-name.m4
+++ b/testsuites/aclocal/canonical-target-name.m4
@@ -1,7 +1,3 @@
-dnl
-dnl $Id$
-dnl
-
 dnl canonicalize target cpu
 dnl NOTE: Most rtems targets do not fullfil autoconf's
 dnl target naming conventions "processor-vendor-os"
diff --git a/testsuites/aclocal/canonicalize-tools.m4 b/testsuites/aclocal/canonicalize-tools.m4
index 190afca..d4f9241 100644
--- a/testsuites/aclocal/canonicalize-tools.m4
+++ b/testsuites/aclocal/canonicalize-tools.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
 dnl Set target tools
 dnl
 
diff --git a/testsuites/aclocal/check-cpuopts.m4 b/testsuites/aclocal/check-cpuopts.m4
index 542201f..41bf2fc 100644
--- a/testsuites/aclocal/check-cpuopts.m4
+++ b/testsuites/aclocal/check-cpuopts.m4
@@ -1,5 +1,3 @@
-
-
 # RTEMS_CHECK_CPUOPTS(define)
 AC_DEFUN([RTEMS_CHECK_CPUOPTS],
 [
diff --git a/testsuites/aclocal/check-custom-bsp.m4 b/testsuites/aclocal/check-custom-bsp.m4
index 1733993..8857adc 100644
--- a/testsuites/aclocal/check-custom-bsp.m4
+++ b/testsuites/aclocal/check-custom-bsp.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
 AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target
 AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir
diff --git a/testsuites/aclocal/check-cxx.m4 b/testsuites/aclocal/check-cxx.m4
index 4314b6d..0a755f7 100644
--- a/testsuites/aclocal/check-cxx.m4
+++ b/testsuites/aclocal/check-cxx.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-dnl
 AC_DEFUN([RTEMS_CHECK_CXX],
 [dnl
 AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl
diff --git a/testsuites/aclocal/check-tool.m4 b/testsuites/aclocal/check-tool.m4
index 4c412c0..2bc137c 100644
--- a/testsuites/aclocal/check-tool.m4
+++ b/testsuites/aclocal/check-tool.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 ## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to
 ## the un-prefixed version of PROG-TO-CHECK-FOR.
 dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]])
diff --git a/testsuites/aclocal/enable-cxx.m4 b/testsuites/aclocal/enable-cxx.m4
index 08cb5d4..759d81b 100644
--- a/testsuites/aclocal/enable-cxx.m4
+++ b/testsuites/aclocal/enable-cxx.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 AC_DEFUN([RTEMS_ENABLE_CXX],
 [
 AC_ARG_ENABLE(cxx,
diff --git a/testsuites/aclocal/enable-rtemsbsp.m4 b/testsuites/aclocal/enable-rtemsbsp.m4
index ba57aa5..60f37ec 100644
--- a/testsuites/aclocal/enable-rtemsbsp.m4
+++ b/testsuites/aclocal/enable-rtemsbsp.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 dnl Override the set of BSPs to be built.
 dnl used by the toplevel configure script
 dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list)
diff --git a/testsuites/aclocal/enable-tests.m4 b/testsuites/aclocal/enable-tests.m4
index 4edcb2c..9373924 100644
--- a/testsuites/aclocal/enable-tests.m4
+++ b/testsuites/aclocal/enable-tests.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 AC_DEFUN([RTEMS_ENABLE_TESTS],
 [
 AC_ARG_ENABLE(tests,
diff --git a/testsuites/aclocal/env-rtemsbsp.m4 b/testsuites/aclocal/env-rtemsbsp.m4
index ac9a702..0ba1cc8 100644
--- a/testsuites/aclocal/env-rtemsbsp.m4
+++ b/testsuites/aclocal/env-rtemsbsp.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 dnl Pass a single BSP via an environment variable
 dnl used by per BSP configure scripts
 AC_DEFUN([RTEMS_ENV_RTEMSBSP],
diff --git a/testsuites/aclocal/prog-cc.m4 b/testsuites/aclocal/prog-cc.m4
index e611fbc..0177843 100644
--- a/testsuites/aclocal/prog-cc.m4
+++ b/testsuites/aclocal/prog-cc.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl 
 dnl Check for target gcc
 dnl
 
diff --git a/testsuites/aclocal/prog-cxx.m4 b/testsuites/aclocal/prog-cxx.m4
index 190b81a..6da733d 100644
--- a/testsuites/aclocal/prog-cxx.m4
+++ b/testsuites/aclocal/prog-cxx.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl 
 dnl Check for target g++
 dnl 
 
diff --git a/testsuites/aclocal/project-root.m4 b/testsuites/aclocal/project-root.m4
index f3be25d..0f5b827 100644
--- a/testsuites/aclocal/project-root.m4
+++ b/testsuites/aclocal/project-root.m4
@@ -1,7 +1,3 @@
-dnl
-dnl $Id$
-dnl 
-
 AC_DEFUN([RTEMS_PROJECT_ROOT],
 [dnl
 AC_REQUIRE([RTEMS_TOP])
diff --git a/testsuites/aclocal/rtems-top.m4 b/testsuites/aclocal/rtems-top.m4
index c23f41c..6dddd15 100644
--- a/testsuites/aclocal/rtems-top.m4
+++ b/testsuites/aclocal/rtems-top.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 # AC_DISABLE_OPTION_CHECKING is not available before 2.62
 AC_PREREQ(2.62)
 
diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am
index 47b6323..22a8f22 100644
--- a/testsuites/automake/compile.am
+++ b/testsuites/automake/compile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 CC = @CC@ $(GCCSPECS)
 CXX = @CXX@ $(GCCSPECS)
 CPP = @CPP@ $(GCCSPECS)
diff --git a/testsuites/automake/host.am b/testsuites/automake/host.am
index 6c01bc3..c25c052 100644
--- a/testsuites/automake/host.am
+++ b/testsuites/automake/host.am
@@ -1,5 +1,3 @@
-## $Id$
-
 ## NOTE: This is a temporary work-around to keep
 ## RTEMS's non automake standard make targets working.
 ## Once automake is fully integrated these make targets
diff --git a/testsuites/automake/local.am b/testsuites/automake/local.am
index b904a59..aaf86ac 100644
--- a/testsuites/automake/local.am
+++ b/testsuites/automake/local.am
@@ -1,5 +1,3 @@
-## $Id$
-
 preinstall:
 .PHONY: preinstall
 
diff --git a/testsuites/automake/subdirs.am b/testsuites/automake/subdirs.am
index ecfd454..e69de29 100644
--- a/testsuites/automake/subdirs.am
+++ b/testsuites/automake/subdirs.am
@@ -1 +0,0 @@
-## $Id$
diff --git a/testsuites/configure.ac b/testsuites/configure.ac
index 3f3caa2..7e1d946 100644
--- a/testsuites/configure.ac
+++ b/testsuites/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],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])




More information about the vc mailing list