[rtems commit] Remove CVS-Ids.
Ralf Corsepius
ralf at rtems.org
Fri May 4 09:05:13 UTC 2012
Module: rtems
Branch: 4.10
Commit: 1d35628caf0685e70053411b34efc86a38bc5d85
Changeset: http://git.rtems.org/rtems/commit/?id=1d35628caf0685e70053411b34efc86a38bc5d85
Author: Ralf Corsépius <ralf.corsepius at rtems.org>
Date: Fri May 4 11:01:45 2012 +0200
Remove CVS-Ids.
---
doc/Makefile.am | 4 ----
doc/ada_user/Makefile.am | 3 ---
doc/bsp_howto/Makefile.am | 3 ---
doc/cpu_supplement/Makefile.am | 3 ---
doc/develenv/Makefile.am | 3 ---
doc/filesystem/Makefile.am | 3 ---
doc/itron3.0/Makefile.am | 3 ---
doc/networking/Makefile.am | 3 ---
doc/new_chapters/Makefile.am | 3 ---
doc/porting/Makefile.am | 3 ---
doc/posix1003.1/Makefile.am | 3 ---
doc/posix_users/Makefile.am | 3 ---
doc/project.am | 2 --
doc/relnotes/Makefile.am | 3 ---
doc/shell/Makefile.am | 3 ---
doc/started/Makefile.am | 3 ---
doc/started_ada/Makefile.am | 3 ---
doc/user/Makefile.am | 3 ---
18 files changed, 0 insertions(+), 54 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9995134..d257ca6 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
ACLOCAL_AMFLAGS = -I ../aclocal
# NOTE: The order of the directories is essential.
diff --git a/doc/ada_user/Makefile.am b/doc/ada_user/Makefile.am
index 822bf07..9e82d4e 100644
--- a/doc/ada_user/Makefile.am
+++ b/doc/ada_user/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = ada_user
diff --git a/doc/bsp_howto/Makefile.am b/doc/bsp_howto/Makefile.am
index 007bba3..052ef7f 100644
--- a/doc/bsp_howto/Makefile.am
+++ b/doc/bsp_howto/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = bsp_howto
diff --git a/doc/cpu_supplement/Makefile.am b/doc/cpu_supplement/Makefile.am
index 6799764..acc2ade 100644
--- a/doc/cpu_supplement/Makefile.am
+++ b/doc/cpu_supplement/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = cpu_supplement
diff --git a/doc/develenv/Makefile.am b/doc/develenv/Makefile.am
index c302ff1..0418185 100644
--- a/doc/develenv/Makefile.am
+++ b/doc/develenv/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = develenv
diff --git a/doc/filesystem/Makefile.am b/doc/filesystem/Makefile.am
index eaaf745..cb7a60b 100644
--- a/doc/filesystem/Makefile.am
+++ b/doc/filesystem/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = filesystem
diff --git a/doc/itron3.0/Makefile.am b/doc/itron3.0/Makefile.am
index 31b8288..6910a87 100644
--- a/doc/itron3.0/Makefile.am
+++ b/doc/itron3.0/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = itron
diff --git a/doc/networking/Makefile.am b/doc/networking/Makefile.am
index 57edb24..bb33fc4 100644
--- a/doc/networking/Makefile.am
+++ b/doc/networking/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = networking
diff --git a/doc/new_chapters/Makefile.am b/doc/new_chapters/Makefile.am
index 67108e8..25badd1 100644
--- a/doc/new_chapters/Makefile.am
+++ b/doc/new_chapters/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = new_chapters
diff --git a/doc/porting/Makefile.am b/doc/porting/Makefile.am
index d220a41..93d387d 100644
--- a/doc/porting/Makefile.am
+++ b/doc/porting/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = porting
diff --git a/doc/posix1003.1/Makefile.am b/doc/posix1003.1/Makefile.am
index 89054bf..9033490 100644
--- a/doc/posix1003.1/Makefile.am
+++ b/doc/posix1003.1/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = posix1003_1
diff --git a/doc/posix_users/Makefile.am b/doc/posix_users/Makefile.am
index 73ca09b..e8df5ba 100644
--- a/doc/posix_users/Makefile.am
+++ b/doc/posix_users/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = posix_users
diff --git a/doc/project.am b/doc/project.am
index cebc506..dd22928 100644
--- a/doc/project.am
+++ b/doc/project.am
@@ -1,5 +1,3 @@
-## $Id$
-
# HACK: makeinfo is locale sensitive
LANG=C
diff --git a/doc/relnotes/Makefile.am b/doc/relnotes/Makefile.am
index 462cf5c..a0fce4f 100644
--- a/doc/relnotes/Makefile.am
+++ b/doc/relnotes/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = relnotes
diff --git a/doc/shell/Makefile.am b/doc/shell/Makefile.am
index 98ad035..33b96cc 100644
--- a/doc/shell/Makefile.am
+++ b/doc/shell/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2007
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = shell
diff --git a/doc/started/Makefile.am b/doc/started/Makefile.am
index 762e5a4..56f3472 100644
--- a/doc/started/Makefile.am
+++ b/doc/started/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = started
diff --git a/doc/started_ada/Makefile.am b/doc/started_ada/Makefile.am
index 6091be2..dd680f9 100644
--- a/doc/started_ada/Makefile.am
+++ b/doc/started_ada/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = started_ada
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am
index 47c29b0..960ebd4 100644
--- a/doc/user/Makefile.am
+++ b/doc/user/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2007
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = c_user
More information about the vc
mailing list