summaryrefslogtreecommitdiff
path: root/rtems
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 /rtems
parent9b2d9009310975553485a9685ae0a626c3efa3ce (diff)
rtems-testing - Remove CVS Ids (manual edits)
Diffstat (limited to 'rtems')
-rwxr-xr-xrtems/bit_all_bsps2
-rwxr-xr-xrtems/bit_rtems2
-rw-r--r--rtems/common.sh1
3 files changed, 0 insertions, 5 deletions
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.