summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:07:33 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:07:33 -0500
commitef065c7fec2fa2a4f316d2dc3a4d2524f0263300 (patch)
tree12e0235f6b4c5a725be01265a4a3b0e4e04176bd
parentXXX (diff)
downloadrtems-testing-ef065c7fec2fa2a4f316d2dc3a4d2524f0263300.tar.bz2
rtems-testing - Remove CVS Ids (manual edits)
-rw-r--r--Makefile4
-rw-r--r--TODO4
-rwxr-xr-xclang/do_clang2
-rw-r--r--coverity/Makefile4
-rwxr-xr-xcoverity/do_coverity2
-rw-r--r--covoar/Makefile4
-rw-r--r--covoar/configFile.txt2
-rwxr-xr-xcovoar/mkExplanation2
-rw-r--r--gcc/do_tests2
-rwxr-xr-xgcc/gcc_status3
-rwxr-xr-xgcc/test_driver2
-rwxr-xr-xgcc/testsuite/ada/acats/rtems_acats_status2
-rwxr-xr-xgcc/testsuite/ada/acats/rtems_generate_acats_email2
-rw-r--r--merge-helpers/ChangeLog2
-rw-r--r--merge-helpers/Makefile4
-rwxr-xr-xmerge-helpers/check_submission2
-rwxr-xr-xmerge-helpers/mkChangeLogList2
-rwxr-xr-xqemu-support/qemu-nic3
-rw-r--r--rtems-coverage/Categories.txt4
-rw-r--r--rtems-coverage/SPARC-Annul-Slot-Explanation.txt4
-rwxr-xr-xrtems-coverage/coverage_cron3
-rwxr-xr-xrtems-coverage/do_coverage2
-rwxr-xr-xrtems-coverage/generate_coverage_html2
-rwxr-xr-xrtems-coverage/run_coverage2
-rw-r--r--rtems-test-template/Makefile4
-rwxr-xr-xrtems-test-template/mktest2
-rwxr-xr-xrtems/bit_all_bsps2
-rwxr-xr-xrtems/bit_rtems2
-rw-r--r--rtems/common.sh1
-rw-r--r--sim-scripts/Makefile4
-rw-r--r--sim-scripts/avrtest.in2
-rwxr-xr-xsim-scripts/check_endof2
-rwxr-xr-xsim-scripts/mkrun1
-rwxr-xr-xsim-scripts/nosim3
-rw-r--r--sim-scripts/skyeye-support2
-rw-r--r--sim-scripts/tsim-support1
-rw-r--r--simple-build-script/build_tools2
37 files changed, 0 insertions, 93 deletions
diff --git a/Makefile b/Makefile
index a060d88..eb4fff5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-#
# NOTE: This is not the fanciest Makefile I have ever written. ;)
all:
diff --git a/TODO b/TODO
index 7a9cc7e..257789e 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
GCC Testing
===========
+ Diff results of subsequent runs for the same target and generate
diff --git a/clang/do_clang b/clang/do_clang
index 0d500ed..364e2ce 100755
--- a/clang/do_clang
+++ b/clang/do_clang
@@ -6,8 +6,6 @@
# + clang/scan does not support -B option so no code which needs bsp.h
# + clang/scan has bug about embedded space in RHS of -D option.
#
-# $Id$
-#
#
# TODO:
diff --git a/coverity/Makefile b/coverity/Makefile
index b22533e..8ae70ad 100644
--- a/coverity/Makefile
+++ b/coverity/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
INSTALL_DIR=../bin
SCRIPTS=do_coverity do_mail_coverity
diff --git a/coverity/do_coverity b/coverity/do_coverity
index 1a7fdd7..bb144d3 100755
--- a/coverity/do_coverity
+++ b/coverity/do_coverity
@@ -12,8 +12,6 @@
# + You have to be joel to run and submit official results.
# + build.raw is very important if something goes wrong
#
-# $Id$
-#
#
# TODO:
diff --git a/covoar/Makefile b/covoar/Makefile
index 73cc7d0..bb8b6f7 100644
--- a/covoar/Makefile
+++ b/covoar/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
INSTALL_DIR=../bin
CXXFLAGS=-g -Wall -O3
PROGRAMS=covoar qemu-dump-trace trace-converter configfile-test
diff --git a/covoar/configFile.txt b/covoar/configFile.txt
index 27832a2..d69cda5 100644
--- a/covoar/configFile.txt
+++ b/covoar/configFile.txt
@@ -1,8 +1,6 @@
#
# This is a comment.
#
-# $Id$
-#
projectName = RTEMS 4.10
diff --git a/covoar/mkExplanation b/covoar/mkExplanation
index 24e7273..6aa7940 100755
--- a/covoar/mkExplanation
+++ b/covoar/mkExplanation
@@ -2,8 +2,6 @@
#
# Script to help generate an explanation for the covoar explanations file.
#
-# $Id$
-#
toggle()
{
diff --git a/gcc/do_tests b/gcc/do_tests
index 52fe899..7d6a7cf 100644
--- a/gcc/do_tests
+++ b/gcc/do_tests
@@ -1,8 +1,6 @@
#
# Example script to show how to test an installed RTEMS and GCC
#
-# $Id$
-#
gcc=gcc
prefix=/users/joel/work-gnat/svn/install
diff --git a/gcc/gcc_status b/gcc/gcc_status
index e84c192..7771f25 100755
--- a/gcc/gcc_status
+++ b/gcc/gcc_status
@@ -1,7 +1,4 @@
#! /bin/sh
-#
-# $Id$
-#
vfile=`dirname $0`/../VERSIONS
if [ ! -r ${vfile} ] ; then
diff --git a/gcc/test_driver b/gcc/test_driver
index 34d4cc8..83f5ae4 100755
--- a/gcc/test_driver
+++ b/gcc/test_driver
@@ -4,8 +4,6 @@
#
# test_driver CPUs|all
#
-# $Id$
-#
vfile=`dirname $0`/../VERSIONS
if [ ! -r ${vfile} ] ; then
diff --git a/gcc/testsuite/ada/acats/rtems_acats_status b/gcc/testsuite/ada/acats/rtems_acats_status
index 0dfb2da..bf6c2cc 100755
--- a/gcc/testsuite/ada/acats/rtems_acats_status
+++ b/gcc/testsuite/ada/acats/rtems_acats_status
@@ -2,8 +2,6 @@
#
# Report ACATS status summary
#
-# $Id$
-#
if [ $# -ne 2 -a $# -ne 3 ] ; then
echo Usage $0: CPU BSP [seconds]
diff --git a/gcc/testsuite/ada/acats/rtems_generate_acats_email b/gcc/testsuite/ada/acats/rtems_generate_acats_email
index 405d08c..a2bfdc8 100755
--- a/gcc/testsuite/ada/acats/rtems_generate_acats_email
+++ b/gcc/testsuite/ada/acats/rtems_generate_acats_email
@@ -2,8 +2,6 @@
#
# Generate ACATS Email
#
-# $Id$
-#
if [ $# -ne 3 ] ; then
echo Usage $0: CPU BSP domail
diff --git a/merge-helpers/ChangeLog b/merge-helpers/ChangeLog
index 307d47b..f5b3c7b 100644
--- a/merge-helpers/ChangeLog
+++ b/merge-helpers/ChangeLog
@@ -5,8 +5,6 @@
#
# TODO: Initial conversion from cvs
#
-# $Id: mkChangeLogList,v 1.6 2011/01/04 19:53:53 joel Exp $
-#
mklog_()
{
diff --git a/merge-helpers/Makefile b/merge-helpers/Makefile
index 7f35d6c..9835a21 100644
--- a/merge-helpers/Makefile
+++ b/merge-helpers/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
INSTALL_DIR=../bin
SCRIPTS = check_submission
SCRIPTS += commit-with-changelog-diff
diff --git a/merge-helpers/check_submission b/merge-helpers/check_submission
index f30a147..8d72087 100755
--- a/merge-helpers/check_submission
+++ b/merge-helpers/check_submission
@@ -5,8 +5,6 @@
# Test for:
# - XXX
#
-# $Id$
-#
usage()
{
diff --git a/merge-helpers/mkChangeLogList b/merge-helpers/mkChangeLogList
index 007297b..a97bb28 100755
--- a/merge-helpers/mkChangeLogList
+++ b/merge-helpers/mkChangeLogList
@@ -5,8 +5,6 @@
#
# TODO: Initial conversion from cvs
#
-# $Id: mkChangeLogList,v 1.6 2011/01/04 19:53:53 joel Exp $
-#
mklog_()
{
diff --git a/qemu-support/qemu-nic b/qemu-support/qemu-nic
index 748149f..df59140 100755
--- a/qemu-support/qemu-nic
+++ b/qemu-support/qemu-nic
@@ -2,9 +2,6 @@
#
# Run qemu with network interface if root.
#
-#
-# $Id$
-#
# TODO:
# -s for gdb from command line
diff --git a/rtems-coverage/Categories.txt b/rtems-coverage/Categories.txt
index 7289e85..e19a456 100644
--- a/rtems-coverage/Categories.txt
+++ b/rtems-coverage/Categories.txt
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is the list of Explanation Categories used when analyzing RTEMS
Coverage report. By using standard categories, the table filter on
the web site works better.
diff --git a/rtems-coverage/SPARC-Annul-Slot-Explanation.txt b/rtems-coverage/SPARC-Annul-Slot-Explanation.txt
index 97a7778..8440dd7 100644
--- a/rtems-coverage/SPARC-Annul-Slot-Explanation.txt
+++ b/rtems-coverage/SPARC-Annul-Slot-Explanation.txt
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The SPARC assembly is often hard to understand because a single
instruction will show up as not executed. The instructions before
and after it will be marked as executed. The instruction before
diff --git a/rtems-coverage/coverage_cron b/rtems-coverage/coverage_cron
index 6602f7a..d2a7b6c 100755
--- a/rtems-coverage/coverage_cron
+++ b/rtems-coverage/coverage_cron
@@ -1,7 +1,4 @@
#! /bin/sh
-#
-# $Id$
-#
vfile=`dirname $0`/VERSIONS-COVERAGE
if [ ! -r ${vfile} ] ; then
diff --git a/rtems-coverage/do_coverage b/rtems-coverage/do_coverage
index 6d1d8a0..1fea3da 100755
--- a/rtems-coverage/do_coverage
+++ b/rtems-coverage/do_coverage
@@ -4,8 +4,6 @@
# in a specific configuration. This script automates all steps
# of building RTEMS, running the tests, and generating the reports.
#
-# $Id$
-#
vfile=`dirname $0`/VERSIONS-COVERAGE
if [ ! -r ${vfile} ] ; then
diff --git a/rtems-coverage/generate_coverage_html b/rtems-coverage/generate_coverage_html
index 382a733..1df2fba 100755
--- a/rtems-coverage/generate_coverage_html
+++ b/rtems-coverage/generate_coverage_html
@@ -2,8 +2,6 @@
#
# Combine the various reports into a single html file
#
-# $Id$
-#
vfile=`dirname $0`/VERSIONS-COVERAGE
if [ ! -r ${vfile} ] ; then
diff --git a/rtems-coverage/run_coverage b/rtems-coverage/run_coverage
index eebc3c4..5f28e69 100755
--- a/rtems-coverage/run_coverage
+++ b/rtems-coverage/run_coverage
@@ -2,8 +2,6 @@
#
# Script to help running coverage profiles
#
-# $Id$
-#
vfile=`dirname $0`/VERSIONS-COVERAGE
if [ ! -r ${vfile} ] ; then
diff --git a/rtems-test-template/Makefile b/rtems-test-template/Makefile
index c89bb94..f4c3a9a 100644
--- a/rtems-test-template/Makefile
+++ b/rtems-test-template/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id: Makefile,v 1.3 2010/06/21 12:37:03 joel Exp $
-#
-
all:
clean:
diff --git a/rtems-test-template/mktest b/rtems-test-template/mktest
index e837fd0..136838e 100755
--- a/rtems-test-template/mktest
+++ b/rtems-test-template/mktest
@@ -2,8 +2,6 @@
#
# Process a test template directory into the baseline for a new test
#
-# $Id$
-#
toggle()
{
diff --git a/rtems/bit_all_bsps b/rtems/bit_all_bsps
index 4c8dd5a..db2195b 100755
--- a/rtems/bit_all_bsps
+++ b/rtems/bit_all_bsps
@@ -2,8 +2,6 @@
#
# Test build all the tool configurations
#
-# $Id$
-#
# Include user configurable information
test -r ./user.cfg || \
diff --git a/rtems/bit_rtems b/rtems/bit_rtems
index d1f9b99..133db47 100755
--- a/rtems/bit_rtems
+++ b/rtems/bit_rtems
@@ -4,8 +4,6 @@
#
# build-${CPU}-rtems is created as the build tree
#
-# $Id$
-#
usage()
{
diff --git a/rtems/common.sh b/rtems/common.sh
index e757a50..cddce52 100644
--- a/rtems/common.sh
+++ b/rtems/common.sh
@@ -12,7 +12,6 @@
# target - to the GNU tools target name
# CPU - to the canonical RTEMS CPU
#
-#
#
# Checks the status returned by executables and exits if it is non-zero.
diff --git a/sim-scripts/Makefile b/sim-scripts/Makefile
index 3e9b557..f6a8fdd 100644
--- a/sim-scripts/Makefile
+++ b/sim-scripts/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
INSTALL_DIR=../bin
GDBSIM_SCRIPTS=bf537Stamp ezkit533 gdbarmsim h8sim jmr3904 lm32_evr \
m32csim m32rsim psim sis simsh
diff --git a/sim-scripts/avrtest.in b/sim-scripts/avrtest.in
index 1252f74..3462574 100644
--- a/sim-scripts/avrtest.in
+++ b/sim-scripts/avrtest.in
@@ -1,8 +1,6 @@
#
# AVR/AVRTEST Support (uses simulavrxx)
#
-# $Id$
-#
bspUsesGDBSimulator="no"
runBSP=simulavr
diff --git a/sim-scripts/check_endof b/sim-scripts/check_endof
index 6d77253..bdb059c 100755
--- a/sim-scripts/check_endof
+++ b/sim-scripts/check_endof
@@ -3,8 +3,6 @@
# This script checks for the "END OF" message in all RTEMS tests.
# It reports tests which do not appear to have completed successfully
#
-# $Id$
-#
if [ -d log ] ; then
logdir=log/
diff --git a/sim-scripts/mkrun b/sim-scripts/mkrun
index 49041d9..61d0121 100755
--- a/sim-scripts/mkrun
+++ b/sim-scripts/mkrun
@@ -2,7 +2,6 @@
#
# Helper to sed run scripts
#
-# $Id$
doGdb=$1
CPU=$2
diff --git a/sim-scripts/nosim b/sim-scripts/nosim
index 41921b5..5ec87b8 100755
--- a/sim-scripts/nosim
+++ b/sim-scripts/nosim
@@ -1,7 +1,4 @@
#! /bin/sh
-#
-# $Id$
-#
case $1 in
*acats*)
diff --git a/sim-scripts/skyeye-support b/sim-scripts/skyeye-support
index 91fc143..2355507 100644
--- a/sim-scripts/skyeye-support
+++ b/sim-scripts/skyeye-support
@@ -1,8 +1,6 @@
#
# Shared Skyeye Support
#
-# $Id$
-#
bspUsesGDBSimulator="no"
bspSupportsGDBServerMode="yes"
diff --git a/sim-scripts/tsim-support b/sim-scripts/tsim-support
index f852fda..ae4acb8 100644
--- a/sim-scripts/tsim-support
+++ b/sim-scripts/tsim-support
@@ -1,7 +1,6 @@
#
# TSIM Shared Support
#
-# $Id$
#
runBSP=tsim-${tsimName}
diff --git a/simple-build-script/build_tools b/simple-build-script/build_tools
index 21398af..759199d 100644
--- a/simple-build-script/build_tools
+++ b/simple-build-script/build_tools
@@ -10,8 +10,6 @@
#
# --Joel Sherrill (28 March 2010)
#
-# $Id$
-#
### EDIT THESE AS NEEDED
AUTOCONF=autoconf-2.66