From 65c6425de9c84553b4bdade81988c9292d66db58 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 3 May 2012 12:24:46 -0500 Subject: Remove CVS Id Strings (manual edits after script) These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns. --- tools/build/Makefile.am | 4 ++-- tools/build/cvsignore-add.sh | 2 -- tools/build/doxy-filter | 1 - tools/build/multigen | 2 -- tools/build/search-id.sh | 15 --------------- 5 files changed, 2 insertions(+), 22 deletions(-) delete mode 100755 tools/build/search-id.sh (limited to 'tools/build') diff --git a/tools/build/Makefile.am b/tools/build/Makefile.am index 53067d935e..e8794917b2 100644 --- a/tools/build/Makefile.am +++ b/tools/build/Makefile.am @@ -13,8 +13,8 @@ rtems_bin2c_SOURCES = rtems-bin2c.c bin_SCRIPTS = install-if-change -noinst_SCRIPTS = search-id.sh multigen cvsignore-add.sh -EXTRA_DIST = search-id.sh multigen cvsignore-add.sh +noinst_SCRIPTS = multigen cvsignore-add.sh +EXTRA_DIST = multigen cvsignore-add.sh noinst_SCRIPTS += doxy-filter EXTRA_DIST += doxy-filter diff --git a/tools/build/cvsignore-add.sh b/tools/build/cvsignore-add.sh index 45feab6565..79faf8949a 100755 --- a/tools/build/cvsignore-add.sh +++ b/tools/build/cvsignore-add.sh @@ -6,8 +6,6 @@ # Copyright 2001 Cybertec Pty Limited # All rights reserved. # -# $Id$ -# # # We need one parameter, the file to add. diff --git a/tools/build/doxy-filter b/tools/build/doxy-filter index 1d47b0806d..442c2b6696 100755 --- a/tools/build/doxy-filter +++ b/tools/build/doxy-filter @@ -1,7 +1,6 @@ #!/bin/sh # doxygen input filter -# $Id$ # usage: doxy-filter # Reads and writes to stdout. diff --git a/tools/build/multigen b/tools/build/multigen index 06bfe65449..2d9f80b5d3 100755 --- a/tools/build/multigen +++ b/tools/build/multigen @@ -1,7 +1,5 @@ #!/bin/sh -# $Id$ - version=0.1 verbose=0 target= diff --git a/tools/build/search-id.sh b/tools/build/search-id.sh deleted file mode 100755 index a94d2d7cc9..0000000000 --- a/tools/build/search-id.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# -# $Id$ -# - -find $1 -type f -a ! -name "*.scn" -a ! -name "bsp_specs" -a \ - -print > /tmp/$$.0 -find $1 -type f -a ! -name "*.scn" -a ! -name "bsp_specs" -a \ - -exec grep -l '$Id' {} \; > /tmp/$$.1 - -diff /tmp/$$.0 /tmp/$$.1 > /tmp/$$.2 - -grep "<" /tmp/$$.2 | sed 's/< //' >&1 - -rm -f /tmp/$$* -- cgit v1.2.3