From 9b4422a2513e9c7f4c705050948d82b75331aaba Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 3 May 2012 10:09:24 -0500 Subject: 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. --- c/src/lib/libbsp/m32c/Makefile.am | 4 ---- c/src/lib/libbsp/m32c/configure.ac | 2 -- c/src/lib/libbsp/m32c/m32cbsp/Makefile.am | 4 ---- c/src/lib/libbsp/m32c/m32cbsp/README | 4 ---- c/src/lib/libbsp/m32c/m32cbsp/configure.ac | 2 -- c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c | 2 -- c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S | 2 -- c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h | 2 -- c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg | 2 -- c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c | 2 -- c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds | 4 ---- c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c | 3 --- 12 files changed, 33 deletions(-) (limited to 'c/src/lib/libbsp/m32c') diff --git a/c/src/lib/libbsp/m32c/Makefile.am b/c/src/lib/libbsp/m32c/Makefile.am index ede5014160..f504c03a19 100644 --- a/c/src/lib/libbsp/m32c/Makefile.am +++ b/c/src/lib/libbsp/m32c/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - ACLOCAL_AMFLAGS = -I ../../../aclocal ## Descend into the @RTEMS_BSP_FAMILY@ directory diff --git a/c/src/lib/libbsp/m32c/configure.ac b/c/src/lib/libbsp/m32c/configure.ac index 3f112ab370..7b8b537455 100644 --- a/c/src/lib/libbsp/m32c/configure.ac +++ b/c/src/lib/libbsp/m32c/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-lib-libbsp-m32c],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) diff --git a/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am b/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am index 65ae609779..b3fe1b376a 100644 --- a/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am +++ b/c/src/lib/libbsp/m32c/m32cbsp/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - ACLOCAL_AMFLAGS = -I ../../../../aclocal include $(top_srcdir)/../../../../automake/compile.am diff --git a/c/src/lib/libbsp/m32c/m32cbsp/README b/c/src/lib/libbsp/m32c/m32cbsp/README index feba33cf12..10c0e20987 100644 --- a/c/src/lib/libbsp/m32c/m32cbsp/README +++ b/c/src/lib/libbsp/m32c/m32cbsp/README @@ -1,7 +1,3 @@ -# -# $Id$ -# - This BSP is designed to operate on a variety of M16C and M32C variants. It is expected that this BSP will also be able to support R8C variants. diff --git a/c/src/lib/libbsp/m32c/m32cbsp/configure.ac b/c/src/lib/libbsp/m32c/m32cbsp/configure.ac index de2dcbdaec..0717a83d2d 100644 --- a/c/src/lib/libbsp/m32c/m32cbsp/configure.ac +++ b/c/src/lib/libbsp/m32c/m32cbsp/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-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) diff --git a/c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c b/c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c index db6e6d5b7b..04fff4514a 100644 --- a/c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c +++ b/c/src/lib/libbsp/m32c/m32cbsp/console/console-io.c @@ -8,8 +8,6 @@ * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id$ */ #include diff --git a/c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S b/c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S index b4ee45b85b..f4cabac940 100644 --- a/c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S +++ b/c/src/lib/libbsp/m32c/m32cbsp/console/syscalls.S @@ -1,8 +1,6 @@ /* * System call support for simulator in gdb. * Adapted from newlib 1.16.0. - * - * $Id$ */ #define SYS_exit 1 diff --git a/c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h b/c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h index cd01218f76..ce136294d6 100644 --- a/c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h +++ b/c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h @@ -9,8 +9,6 @@ * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id$ */ #ifndef _BSP_H diff --git a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg index 1e359381e1..cee695db7d 100644 --- a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg +++ b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg @@ -1,8 +1,6 @@ # # Config file for the M32C GDB Simulator # -# $Id$ -# include $(RTEMS_ROOT)/make/custom/default.cfg diff --git a/c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c b/c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c index 3d06862e1b..33192f5d25 100644 --- a/c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c +++ b/c/src/lib/libbsp/m32c/m32cbsp/startup/bspstart.c @@ -5,8 +5,6 @@ * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id$ */ #include diff --git a/c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds b/c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds index 4f75185111..15141f99b6 100644 --- a/c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds +++ b/c/src/lib/libbsp/m32c/m32cbsp/startup/linkcmds @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - /* * Declare some sizes. */ diff --git a/c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c b/c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c index 0982f76b98..5ce906c723 100644 --- a/c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c +++ b/c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c @@ -4,9 +4,6 @@ * * COPYRIGHT (c) 1989-2001. * On-Line Applications Research Corporation (OAR). - * - * - * $Id$ */ #include -- cgit v1.2.3