[rtems commit] Remove CVS-Ids.

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


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

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

Remove CVS-Ids.

---

 cpukit/Makefile.am                       |    4 ----
 cpukit/aclocal/canonical-target-name.m4  |    4 ----
 cpukit/aclocal/canonicalize-tools.m4     |    3 ---
 cpukit/aclocal/check-func.m4             |    2 --
 cpukit/aclocal/check-multiprocessing.m4  |    4 ----
 cpukit/aclocal/check-networking.m4       |    2 --
 cpukit/aclocal/check-newlib.m4           |    2 --
 cpukit/aclocal/check-posix.m4            |    2 --
 cpukit/aclocal/check-rtems-debug.m4      |    2 --
 cpukit/aclocal/check-smp.m4              |    2 --
 cpukit/aclocal/check-tool.m4             |    2 --
 cpukit/aclocal/enable-multiprocessing.m4 |    2 --
 cpukit/aclocal/enable-networking.m4      |    2 --
 cpukit/aclocal/enable-posix.m4           |    2 --
 cpukit/aclocal/enable-rtems-debug.m4     |    2 --
 cpukit/aclocal/enable-smp.m4             |    2 --
 cpukit/aclocal/env-rtemscpu.m4           |    2 --
 cpukit/aclocal/gcc-pipe.m4               |    3 ---
 cpukit/aclocal/prog-cc.m4                |    3 ---
 cpukit/aclocal/prog-ccas.m4              |    2 --
 cpukit/aclocal/rtems-ampolish.m4         |    2 --
 cpukit/aclocal/rtems-top.m4              |    2 --
 cpukit/configure.ac                      |    2 --
 cpukit/ftpd/Makefile.am                  |    4 ----
 cpukit/libblock/Makefile.am              |    4 ----
 cpukit/libcsupport/Makefile.am           |    4 ----
 cpukit/libfs/Makefile.am                 |    4 ----
 cpukit/libfs/src/nfsclient/Makefile.am   |    4 ----
 cpukit/libgnat/Makefile.am               |    4 ----
 cpukit/libi2c/Makefile.am                |    4 ----
 cpukit/libmd/Makefile.am                 |    4 ----
 cpukit/libnetworking/Makefile.am         |    4 ----
 cpukit/librpc/Makefile.am                |    4 ----
 cpukit/posix/Makefile.am                 |    4 ----
 cpukit/pppd/Makefile.am                  |    4 ----
 cpukit/rtems/Makefile.am                 |    4 ----
 cpukit/sapi/Makefile.am                  |    4 ----
 cpukit/score/Makefile.am                 |    4 ----
 cpukit/score/cpu/Makefile.am             |    4 ----
 cpukit/score/cpu/arm/Makefile.am         |    3 ---
 cpukit/score/cpu/avr/Makefile.am         |    4 ----
 cpukit/score/cpu/bfin/Makefile.am        |    4 ----
 cpukit/score/cpu/h8300/Makefile.am       |    4 ----
 cpukit/score/cpu/i386/Makefile.am        |    4 ----
 cpukit/score/cpu/lm32/Makefile.am        |    4 ----
 cpukit/score/cpu/m32c/Makefile.am        |    4 ----
 cpukit/score/cpu/m32r/Makefile.am        |    4 ----
 cpukit/score/cpu/m68k/Makefile.am        |    4 ----
 cpukit/score/cpu/mips/Makefile.am        |    4 ----
 cpukit/score/cpu/nios2/Makefile.am       |    4 ----
 cpukit/score/cpu/no_cpu/Makefile.am      |    4 ----
 cpukit/score/cpu/powerpc/Makefile.am     |    4 ----
 cpukit/score/cpu/sh/Makefile.am          |    4 ----
 cpukit/score/cpu/sparc/Makefile.am       |    4 ----
 cpukit/score/cpu/sparc64/Makefile.am     |    4 ----
 cpukit/telnetd/Makefile.am               |    4 ----
 cpukit/wrapup/Makefile.am                |    4 ----
 cpukit/zlib/Makefile.am                  |    4 ----
 58 files changed, 0 insertions(+), 194 deletions(-)

diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 542d512..b5569fa 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 ACLOCAL_AMFLAGS = -I aclocal
 
 include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/aclocal/canonical-target-name.m4 b/cpukit/aclocal/canonical-target-name.m4
index 230583b..a237c7b 100644
--- a/cpukit/aclocal/canonical-target-name.m4
+++ b/cpukit/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/cpukit/aclocal/canonicalize-tools.m4 b/cpukit/aclocal/canonicalize-tools.m4
index 540c9a4..c5f4c73 100644
--- a/cpukit/aclocal/canonicalize-tools.m4
+++ b/cpukit/aclocal/canonicalize-tools.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
 dnl Set target tools
 dnl
 
diff --git a/cpukit/aclocal/check-func.m4 b/cpukit/aclocal/check-func.m4
index 92787e1..36d700b 100644
--- a/cpukit/aclocal/check-func.m4
+++ b/cpukit/aclocal/check-func.m4
@@ -1,5 +1,3 @@
-# $Id$
-
 # Check whether FUNCTION is declared in INCLUDES
 # and whether rtems_stub_FUNCTION or FUNCTION is supplied.
 
diff --git a/cpukit/aclocal/check-multiprocessing.m4 b/cpukit/aclocal/check-multiprocessing.m4
index ca4338b..1698d3d 100644
--- a/cpukit/aclocal/check-multiprocessing.m4
+++ b/cpukit/aclocal/check-multiprocessing.m4
@@ -1,7 +1,3 @@
-dnl
-dnl $Id$
-dnl
-
 AC_DEFUN([RTEMS_CHECK_MULTIPROCESSING],
 [dnl
 AC_REQUIRE([RTEMS_ENV_RTEMSCPU])dnl
diff --git a/cpukit/aclocal/check-networking.m4 b/cpukit/aclocal/check-networking.m4
index 1b8fe38..e6d9145 100644
--- a/cpukit/aclocal/check-networking.m4
+++ b/cpukit/aclocal/check-networking.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-dnl
 AC_DEFUN([RTEMS_CHECK_NETWORKING],
 [dnl
 AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl
diff --git a/cpukit/aclocal/check-newlib.m4 b/cpukit/aclocal/check-newlib.m4
index bbf5f68..f23a90c 100644
--- a/cpukit/aclocal/check-newlib.m4
+++ b/cpukit/aclocal/check-newlib.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 AC_DEFUN([RTEMS_CHECK_NEWLIB],
 [dnl
 AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl
diff --git a/cpukit/aclocal/check-posix.m4 b/cpukit/aclocal/check-posix.m4
index a00dc24..6b7ff61 100644
--- a/cpukit/aclocal/check-posix.m4
+++ b/cpukit/aclocal/check-posix.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-dnl
 AC_DEFUN([RTEMS_CHECK_POSIX_API],
 [dnl
 AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl
diff --git a/cpukit/aclocal/check-rtems-debug.m4 b/cpukit/aclocal/check-rtems-debug.m4
index ef5c14e..280edcc 100644
--- a/cpukit/aclocal/check-rtems-debug.m4
+++ b/cpukit/aclocal/check-rtems-debug.m4
@@ -1,5 +1,3 @@
-## $Id$
-
 AC_DEFUN([RTEMS_CHECK_RTEMS_DEBUG],
 [AC_REQUIRE([RTEMS_ENABLE_RTEMS_DEBUG])
 AS_IF([test x"${enable_rtems_debug}" = x"yes"],
diff --git a/cpukit/aclocal/check-smp.m4 b/cpukit/aclocal/check-smp.m4
index 8de5f29..b9b10b1 100644
--- a/cpukit/aclocal/check-smp.m4
+++ b/cpukit/aclocal/check-smp.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-dnl
 AC_DEFUN([RTEMS_CHECK_SMP],
 [dnl
 AC_REQUIRE([RTEMS_ENABLE_SMP])dnl
diff --git a/cpukit/aclocal/check-tool.m4 b/cpukit/aclocal/check-tool.m4
index 4c412c0..2bc137c 100644
--- a/cpukit/aclocal/check-tool.m4
+++ b/cpukit/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/cpukit/aclocal/enable-multiprocessing.m4 b/cpukit/aclocal/enable-multiprocessing.m4
index f664800..3b98a67 100644
--- a/cpukit/aclocal/enable-multiprocessing.m4
+++ b/cpukit/aclocal/enable-multiprocessing.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
 [
 AC_ARG_ENABLE(multiprocessing,
diff --git a/cpukit/aclocal/enable-networking.m4 b/cpukit/aclocal/enable-networking.m4
index a7be7b4..d9b50ef 100644
--- a/cpukit/aclocal/enable-networking.m4
+++ b/cpukit/aclocal/enable-networking.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 AC_DEFUN([RTEMS_ENABLE_NETWORKING],
 [
 ## AC_BEFORE([$0], [RTEMS_CHECK_NETWORKING])dnl
diff --git a/cpukit/aclocal/enable-posix.m4 b/cpukit/aclocal/enable-posix.m4
index 8859e54..c183395 100644
--- a/cpukit/aclocal/enable-posix.m4
+++ b/cpukit/aclocal/enable-posix.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 AC_DEFUN([RTEMS_ENABLE_POSIX],
 [
 ## AC_BEFORE([$0], [RTEMS_CHECK_POSIX_API])dnl
diff --git a/cpukit/aclocal/enable-rtems-debug.m4 b/cpukit/aclocal/enable-rtems-debug.m4
index ada9fe3..ba4a4f2 100644
--- a/cpukit/aclocal/enable-rtems-debug.m4
+++ b/cpukit/aclocal/enable-rtems-debug.m4
@@ -1,5 +1,3 @@
-## $Id$
-
 AC_DEFUN([RTEMS_ENABLE_RTEMS_DEBUG],
 [
 AC_ARG_ENABLE(rtems-debug,
diff --git a/cpukit/aclocal/enable-smp.m4 b/cpukit/aclocal/enable-smp.m4
index 84561f8..b290ac3 100644
--- a/cpukit/aclocal/enable-smp.m4
+++ b/cpukit/aclocal/enable-smp.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 AC_DEFUN([RTEMS_ENABLE_SMP],
 [
 ## AC_BEFORE([$0], [RTEMS_CHECK_SMP])dnl
diff --git a/cpukit/aclocal/env-rtemscpu.m4 b/cpukit/aclocal/env-rtemscpu.m4
index 65dea4e..7c18e3f 100644
--- a/cpukit/aclocal/env-rtemscpu.m4
+++ b/cpukit/aclocal/env-rtemscpu.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 AC_DEFUN([RTEMS_ENV_RTEMSCPU],
 [
   AC_REQUIRE([RTEMS_ENABLE_MULTILIB])
diff --git a/cpukit/aclocal/gcc-pipe.m4 b/cpukit/aclocal/gcc-pipe.m4
index 2a04629..fbc78b9 100644
--- a/cpukit/aclocal/gcc-pipe.m4
+++ b/cpukit/aclocal/gcc-pipe.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl
 dnl Check whether the target compiler accepts -pipe
 dnl
 
diff --git a/cpukit/aclocal/prog-cc.m4 b/cpukit/aclocal/prog-cc.m4
index 6de5b33..e334ae2 100644
--- a/cpukit/aclocal/prog-cc.m4
+++ b/cpukit/aclocal/prog-cc.m4
@@ -1,6 +1,3 @@
-dnl
-dnl $Id$
-dnl 
 dnl Check for target gcc
 dnl
 
diff --git a/cpukit/aclocal/prog-ccas.m4 b/cpukit/aclocal/prog-ccas.m4
index 15b1a2c..c30b884 100644
--- a/cpukit/aclocal/prog-ccas.m4
+++ b/cpukit/aclocal/prog-ccas.m4
@@ -1,5 +1,3 @@
-## $Id$
-
 AC_DEFUN([RTEMS_PROG_CCAS],
 [
 AC_REQUIRE([RTEMS_PROG_CC])
diff --git a/cpukit/aclocal/rtems-ampolish.m4 b/cpukit/aclocal/rtems-ampolish.m4
index 328df7a..6088ddd 100644
--- a/cpukit/aclocal/rtems-ampolish.m4
+++ b/cpukit/aclocal/rtems-ampolish.m4
@@ -1,5 +1,3 @@
-# $Id$
-
 AC_DEFUN([RTEMS_AMPOLISH3],
 [
 AC_REQUIRE([AM_MAINTAINER_MODE])
diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4
index 357ea55..b0cdaaa 100644
--- a/cpukit/aclocal/rtems-top.m4
+++ b/cpukit/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/cpukit/configure.ac b/cpukit/configure.ac
index 7c5c731..85b10c3 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -1,6 +1,4 @@
 ## Process this file with autoconf to produce a configure script.
-## 
-## $Id$
 
 AC_PREREQ([2.68])
 AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/cpukit/ftpd/Makefile.am b/cpukit/ftpd/Makefile.am
index 2155b23..24a2815 100644
--- a/cpukit/ftpd/Makefile.am
+++ b/cpukit/ftpd/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 if LIBNETWORKING
diff --git a/cpukit/libblock/Makefile.am b/cpukit/libblock/Makefile.am
index 5cf143d..242c44e 100644
--- a/cpukit/libblock/Makefile.am
+++ b/cpukit/libblock/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/multilib.am
 include $(top_srcdir)/automake/compile.am
 
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index ce2a745..1d6fa3b 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -1,7 +1,3 @@
-##
-##  $Id$
-##
-
 include $(top_srcdir)/automake/multilib.am
 include $(top_srcdir)/automake/compile.am
 
diff --git a/cpukit/libfs/Makefile.am b/cpukit/libfs/Makefile.am
index c629bc9..deb2dac 100644
--- a/cpukit/libfs/Makefile.am
+++ b/cpukit/libfs/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/multilib.am
 include $(top_srcdir)/automake/compile.am
 
diff --git a/cpukit/libfs/src/nfsclient/Makefile.am b/cpukit/libfs/src/nfsclient/Makefile.am
index 98ba992..85f4a71 100644
--- a/cpukit/libfs/src/nfsclient/Makefile.am
+++ b/cpukit/libfs/src/nfsclient/Makefile.am
@@ -1,7 +1,3 @@
-#
-#  $Id$
-#
-
 include $(top_srcdir)/automake/compile.am
 
 #%dirutils.obj: %dirutils.o
diff --git a/cpukit/libgnat/Makefile.am b/cpukit/libgnat/Makefile.am
index 85414cb..4bfbca1 100644
--- a/cpukit/libgnat/Makefile.am
+++ b/cpukit/libgnat/Makefile.am
@@ -1,7 +1,3 @@
-##
-##  $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 EXTRA_DIST=
diff --git a/cpukit/libi2c/Makefile.am b/cpukit/libi2c/Makefile.am
index c422529..241cf27 100644
--- a/cpukit/libi2c/Makefile.am
+++ b/cpukit/libi2c/Makefile.am
@@ -1,7 +1,3 @@
-##
-##  $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 noinst_LIBRARIES = libi2c.a
diff --git a/cpukit/libmd/Makefile.am b/cpukit/libmd/Makefile.am
index 57a09b0..f1eb021 100644
--- a/cpukit/libmd/Makefile.am
+++ b/cpukit/libmd/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 if NEWLIB
diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am
index af90cb6..1a99098 100644
--- a/cpukit/libnetworking/Makefile.am
+++ b/cpukit/libnetworking/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/multilib.am
 include $(top_srcdir)/automake/compile.am
 
diff --git a/cpukit/librpc/Makefile.am b/cpukit/librpc/Makefile.am
index 63f76c4..edc760f 100644
--- a/cpukit/librpc/Makefile.am
+++ b/cpukit/librpc/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/multilib.am
 include $(top_srcdir)/automake/compile.am
 
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index d76fe8d..5f1c00f 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/multilib.am
 include $(top_srcdir)/automake/compile.am
 
diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am
index 391c395..2cf38ed 100644
--- a/cpukit/pppd/Makefile.am
+++ b/cpukit/pppd/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 if LIBNETWORKING
diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am
index 8d593a4..bbf8611 100644
--- a/cpukit/rtems/Makefile.am
+++ b/cpukit/rtems/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/multilib.am
 include $(top_srcdir)/automake/compile.am
 
diff --git a/cpukit/sapi/Makefile.am b/cpukit/sapi/Makefile.am
index 4536280..805cfa7 100644
--- a/cpukit/sapi/Makefile.am
+++ b/cpukit/sapi/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/multilib.am
 include $(top_srcdir)/automake/compile.am
 
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index 2f12905..128c527 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/multilib.am
 include $(top_srcdir)/automake/compile.am
 
diff --git a/cpukit/score/cpu/Makefile.am b/cpukit/score/cpu/Makefile.am
index 569afb8..3647989 100644
--- a/cpukit/score/cpu/Makefile.am
+++ b/cpukit/score/cpu/Makefile.am
@@ -1,7 +1,3 @@
-##
-##  $Id$
-##
-
 SUBDIRS = @RTEMS_CPU@
 
 DIST_SUBDIRS =
diff --git a/cpukit/score/cpu/arm/Makefile.am b/cpukit/score/cpu/arm/Makefile.am
index 61210cb..cf511c9 100644
--- a/cpukit/score/cpu/arm/Makefile.am
+++ b/cpukit/score/cpu/arm/Makefile.am
@@ -1,6 +1,3 @@
-##
-## $Id$
-##
 include $(top_srcdir)/automake/compile.am
 include_rtemsdir = $(includedir)/rtems
 include_rtems_HEADERS = rtems/asm.h
diff --git a/cpukit/score/cpu/avr/Makefile.am b/cpukit/score/cpu/avr/Makefile.am
index 9895dc7..4079b69 100644
--- a/cpukit/score/cpu/avr/Makefile.am
+++ b/cpukit/score/cpu/avr/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/bfin/Makefile.am b/cpukit/score/cpu/bfin/Makefile.am
index f1e0701..dfec9ea 100644
--- a/cpukit/score/cpu/bfin/Makefile.am
+++ b/cpukit/score/cpu/bfin/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/h8300/Makefile.am b/cpukit/score/cpu/h8300/Makefile.am
index b19233d..8ac7e76 100644
--- a/cpukit/score/cpu/h8300/Makefile.am
+++ b/cpukit/score/cpu/h8300/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/i386/Makefile.am b/cpukit/score/cpu/i386/Makefile.am
index 75cfeda..b9caa33 100644
--- a/cpukit/score/cpu/i386/Makefile.am
+++ b/cpukit/score/cpu/i386/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/lm32/Makefile.am b/cpukit/score/cpu/lm32/Makefile.am
index 871cbf4..d3b49bf 100644
--- a/cpukit/score/cpu/lm32/Makefile.am
+++ b/cpukit/score/cpu/lm32/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/m32c/Makefile.am b/cpukit/score/cpu/m32c/Makefile.am
index 773e031..f836c58 100644
--- a/cpukit/score/cpu/m32c/Makefile.am
+++ b/cpukit/score/cpu/m32c/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 include_HEADERS = varvects.h
diff --git a/cpukit/score/cpu/m32r/Makefile.am b/cpukit/score/cpu/m32r/Makefile.am
index 268797c..37b49ed 100644
--- a/cpukit/score/cpu/m32r/Makefile.am
+++ b/cpukit/score/cpu/m32r/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 include_HEADERS =
diff --git a/cpukit/score/cpu/m68k/Makefile.am b/cpukit/score/cpu/m68k/Makefile.am
index d67f7e5..319cbdd 100644
--- a/cpukit/score/cpu/m68k/Makefile.am
+++ b/cpukit/score/cpu/m68k/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 noinst_LIBRARIES = libscorecpu.a
diff --git a/cpukit/score/cpu/mips/Makefile.am b/cpukit/score/cpu/mips/Makefile.am
index b1a2d66..6ca30c3 100644
--- a/cpukit/score/cpu/mips/Makefile.am
+++ b/cpukit/score/cpu/mips/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/nios2/Makefile.am b/cpukit/score/cpu/nios2/Makefile.am
index 606a512..f662946 100644
--- a/cpukit/score/cpu/nios2/Makefile.am
+++ b/cpukit/score/cpu/nios2/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 CLEANFILES =
diff --git a/cpukit/score/cpu/no_cpu/Makefile.am b/cpukit/score/cpu/no_cpu/Makefile.am
index dac52db..820579c 100644
--- a/cpukit/score/cpu/no_cpu/Makefile.am
+++ b/cpukit/score/cpu/no_cpu/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/powerpc/Makefile.am b/cpukit/score/cpu/powerpc/Makefile.am
index 67f4339..65007ef 100644
--- a/cpukit/score/cpu/powerpc/Makefile.am
+++ b/cpukit/score/cpu/powerpc/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/sh/Makefile.am b/cpukit/score/cpu/sh/Makefile.am
index aeb2c68..8e148d8 100644
--- a/cpukit/score/cpu/sh/Makefile.am
+++ b/cpukit/score/cpu/sh/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/sparc/Makefile.am b/cpukit/score/cpu/sparc/Makefile.am
index 3d77da1..578ecc6 100644
--- a/cpukit/score/cpu/sparc/Makefile.am
+++ b/cpukit/score/cpu/sparc/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/score/cpu/sparc64/Makefile.am b/cpukit/score/cpu/sparc64/Makefile.am
index 88817d8..33ba844 100644
--- a/cpukit/score/cpu/sparc64/Makefile.am
+++ b/cpukit/score/cpu/sparc64/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 include_rtemsdir = $(includedir)/rtems
diff --git a/cpukit/telnetd/Makefile.am b/cpukit/telnetd/Makefile.am
index cb72745..d114ba4 100644
--- a/cpukit/telnetd/Makefile.am
+++ b/cpukit/telnetd/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/compile.am
 
 if LIBNETWORKING
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index b5b89fb..36d3103 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 include $(top_srcdir)/automake/multilib.am
 include $(top_srcdir)/automake/compile.am
 
diff --git a/cpukit/zlib/Makefile.am b/cpukit/zlib/Makefile.am
index 271f276..478134b 100644
--- a/cpukit/zlib/Makefile.am
+++ b/cpukit/zlib/Makefile.am
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
 include $(top_srcdir)/automake/compile.am
 
 project_lib_LIBRARIES = libz.a




More information about the vc mailing list