summaryrefslogtreecommitdiff
path: root/rtems
diff options
context:
space:
mode:
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.