summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 10:09:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:13 -0500
commit9b4422a2513e9c7f4c705050948d82b75331aaba (patch)
treea95a795dedb39af8ad097197d5fd82e3dcb6e4ac /cpukit/aclocal
parentMiscellaneous - Clean up file headers so patterns followed (diff)
downloadrtems-9b4422a2513e9c7f4c705050948d82b75331aaba.tar.bz2
Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/canonical-target-name.m44
-rw-r--r--cpukit/aclocal/canonicalize-tools.m43
-rw-r--r--cpukit/aclocal/check-func.m42
-rw-r--r--cpukit/aclocal/check-multiprocessing.m44
-rw-r--r--cpukit/aclocal/check-networking.m41
-rw-r--r--cpukit/aclocal/check-newlib.m42
-rw-r--r--cpukit/aclocal/check-posix.m41
-rw-r--r--cpukit/aclocal/check-rtems-debug.m42
-rw-r--r--cpukit/aclocal/check-smp.m41
-rw-r--r--cpukit/aclocal/check-tool.m42
-rw-r--r--cpukit/aclocal/enable-multiprocessing.m42
-rw-r--r--cpukit/aclocal/enable-networking.m42
-rw-r--r--cpukit/aclocal/enable-posix.m42
-rw-r--r--cpukit/aclocal/enable-rtems-debug.m42
-rw-r--r--cpukit/aclocal/enable-smp.m42
-rw-r--r--cpukit/aclocal/env-rtemscpu.m42
-rw-r--r--cpukit/aclocal/gcc-pipe.m43
-rw-r--r--cpukit/aclocal/prog-cc.m42
-rw-r--r--cpukit/aclocal/prog-ccas.m42
-rw-r--r--cpukit/aclocal/rtems-ampolish.m42
-rw-r--r--cpukit/aclocal/rtems-top.m42
21 files changed, 0 insertions, 45 deletions
diff --git a/cpukit/aclocal/canonical-target-name.m4 b/cpukit/aclocal/canonical-target-name.m4
index 230583bf8c..a237c7ba25 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 540c9a4c29..c5f4c73328 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 92787e1b87..36d700bcdd 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 ca4338b09a..1698d3d51f 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 1b8fe38fd9..465476454c 100644
--- a/cpukit/aclocal/check-networking.m4
+++ b/cpukit/aclocal/check-networking.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_NETWORKING],
[dnl
diff --git a/cpukit/aclocal/check-newlib.m4 b/cpukit/aclocal/check-newlib.m4
index bbf5f68dc2..f23a90c7c7 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 a00dc2456b..ad1d1c87da 100644
--- a/cpukit/aclocal/check-posix.m4
+++ b/cpukit/aclocal/check-posix.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_POSIX_API],
[dnl
diff --git a/cpukit/aclocal/check-rtems-debug.m4 b/cpukit/aclocal/check-rtems-debug.m4
index ef5c14efef..280edccd65 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 8de5f29ea3..a0c8b819fb 100644
--- a/cpukit/aclocal/check-smp.m4
+++ b/cpukit/aclocal/check-smp.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_SMP],
[dnl
diff --git a/cpukit/aclocal/check-tool.m4 b/cpukit/aclocal/check-tool.m4
index 4c412c074a..2bc137cd96 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 f664800e40..3b98a67d25 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 a7be7b4df7..d9b50ef208 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 8859e54e7f..c1833950e3 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 ada9fe30f4..ba4a4f2111 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 84561f8bbd..b290ac33ab 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 65dea4ef49..7c18e3f521 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 2a04629bb2..fbc78b9ca7 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 6de5b33d57..659a682558 100644
--- a/cpukit/aclocal/prog-cc.m4
+++ b/cpukit/aclocal/prog-cc.m4
@@ -1,5 +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 15b1a2c9b8..c30b884e19 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 328df7afcb..6088dddb6b 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 357ea55c4d..b0cdaaa4d7 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)