[rtems commit] Remove CVS-Ids.
Ralf Corsepius
ralf at rtems.org
Fri May 4 07:34:21 UTC 2012
Module: rtems
Branch: master
Commit: 0caef32f7b5569838ca030d86e7ea1119016b659
Changeset: http://git.rtems.org/rtems/commit/?id=0caef32f7b5569838ca030d86e7ea1119016b659
Author: Ralf Corsépius <ralf.corsepius at rtems.org>
Date: Fri May 4 08:55:07 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/configure.ac | 2 --
16 files changed, 0 insertions(+), 41 deletions(-)
diff --git a/testsuites/Makefile.am b/testsuites/Makefile.am
index d4a14c0..92f8ad8 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 230583b..a237c7b 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 918e338..3f70348 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 8fc765a..aeeb0e8 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 1b6d845..5d7974e 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/configure.ac b/testsuites/configure.ac
index 2e0d3e1..1057aa5 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