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.
This commit is contained in:
Joel Sherrill
2012-05-03 10:09:24 -05:00
parent 183af893d1
commit 9b4422a251
6376 changed files with 0 additions and 14816 deletions

View File

@@ -1,4 +1,3 @@
Copyright (C) 2006-2007 Chris Johns, Sydney, Australia <chrisj@rtems.org>
This program is free software; you can redistribute it and/or modify

0
contrib/mingw/ba-wrap.sh Normal file → Executable file
View File

0
contrib/mingw/build-autotools.sh Normal file → Executable file
View File

View File

@@ -1,7 +1,4 @@
#! /bin/sh
#
# $Id$
#
# RTEMS Build Executable Installers script.
#
# This script takes the RPM files built using the mingw/build-rpms.sh

View File

@@ -1,7 +1,4 @@
#! /bin/sh
#
# $Id$
#
# RTEMS Build RPM script.
#
# This script builds the RTEMS tools into RPM packages on a Linux Fedora host,

View File

@@ -1,7 +1,4 @@
#! /bin/sh
#
# $Id$
#
# RTEMS Build script.
#
# This script builds the RPM files then the Windows executables.

View File

@@ -1,6 +1,3 @@
;
; $Id$
;
; RTEMS Tools Installer.
;
; Copyright Chris Johns (chrisj@rtems.org)

View File

@@ -1,6 +1,3 @@
;
; $Id$
;
; RTEMS Tools Installer.
;
; Copyright Chris Johns (chrisj@rtems.org)

View File

@@ -1,6 +1,3 @@
;
; $Id$
;
; RTEMS Tools Installer.
;
; Copyright Chris Johns (chrisj@rtems.org)

View File

@@ -1,6 +1,3 @@
;
; $Id$
;
; RTEMS Tools Installer.
;
; Copyright Chris Johns (chrisj@rtems.org)

View File

@@ -1,6 +1,3 @@
;
; $Id$
;
; RTEMS Autotools Installer.
;
; Copyright Chris Johns (chrisj@rtems.org)

View File

@@ -1,6 +1,3 @@
;
; $Id$
;
; RTEMS Tools Installer.
;
; Copyright Chris Johns (chrisj@rtems.org)

View File

@@ -1,7 +1,5 @@
#! /bin/sh
# $Id$
#
# RTEMS Installers and Source Upload script.
#
# This script copies the executable and source to the RTEMS FTP server. It is for

View File

@@ -1,7 +1,3 @@
##
## $Id$
##
TARGETS=@TARGETS@
RTEMS_API=@RTEMS_API@
RPMDBPATH=@RPMDBPATH@

View File

@@ -1,5 +1,3 @@
## $Id$
m4_define([M4_RTEMS_API],[4.7])
m4_define([M4_RTEMS_VERSION],[4.6.99.3])
m4_define([M4_RTEMS_RELEASE],[0])