summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/Makefile.am4
-rw-r--r--tools/build/README4
-rw-r--r--tools/build/binpatch.c4
-rw-r--r--tools/build/cklength.c2
-rw-r--r--tools/build/configure.ac4
-rw-r--r--tools/build/eolstrip.c2
-rw-r--r--tools/build/install-if-change.in3
-rw-r--r--tools/build/packhex.c4
-rw-r--r--tools/build/unhex.c2
9 files changed, 0 insertions, 29 deletions
diff --git a/tools/build/Makefile.am b/tools/build/Makefile.am
index f58624929f..53067d935e 100644
--- a/tools/build/Makefile.am
+++ b/tools/build/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../aclocal
bin_PROGRAMS = cklength eolstrip packhex unhex rtems-bin2c
diff --git a/tools/build/README b/tools/build/README
index 18899c3c06..93de488b85 100644
--- a/tools/build/README
+++ b/tools/build/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Misc. support tools for RTEMS workspaces.
install-if-change
diff --git a/tools/build/binpatch.c b/tools/build/binpatch.c
index b9e2ac1a06..4748b11429 100644
--- a/tools/build/binpatch.c
+++ b/tools/build/binpatch.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <stdio.h>
#include <stdlib.h>
diff --git a/tools/build/cklength.c b/tools/build/cklength.c
index 624bf25e70..47675ce998 100644
--- a/tools/build/cklength.c
+++ b/tools/build/cklength.c
@@ -8,8 +8,6 @@
* usage: cklength [ -v ] [ arg ... ] files...
* -l length -- maximum line length
* -v -- verbose
- *
- * $Id$
*/
#define GETOPTARGS "l:nNv"
diff --git a/tools/build/configure.ac b/tools/build/configure.ac
index d24f3e2d5a..a485dc3dec 100644
--- a/tools/build/configure.ac
+++ b/tools/build/configure.ac
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
AC_PREREQ([2.68])
AC_INIT([rtems-tools-build],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([install-if-change.in])
diff --git a/tools/build/eolstrip.c b/tools/build/eolstrip.c
index 398ff72116..859f1742c1 100644
--- a/tools/build/eolstrip.c
+++ b/tools/build/eolstrip.c
@@ -6,8 +6,6 @@
*
* usage: eolstrip [ -v ] [ arg ... ] files...
* -v -- verbose
- *
- * $Id$
*/
#define GETOPTARGS "vt"
diff --git a/tools/build/install-if-change.in b/tools/build/install-if-change.in
index b2f3cb04bb..9db1927044 100644
--- a/tools/build/install-if-change.in
+++ b/tools/build/install-if-change.in
@@ -14,9 +14,6 @@
# large variability across systems and we also need to support ou
# -V option.
# So we just copy and chmod by hand.
-#
-# $Id$
-#
progname=`basename $0`
#progname=${0##*/} # fast basename hack for ksh, bash
diff --git a/tools/build/packhex.c b/tools/build/packhex.c
index 1e8edb615e..45565faaeb 100644
--- a/tools/build/packhex.c
+++ b/tools/build/packhex.c
@@ -1,4 +1,3 @@
-
/***** P A C K H E X . C ************************************************
*
* Packhex is a hex-file compaction utility. It attempts to concatenate
@@ -19,9 +18,6 @@
* Compiler: Microsoft C 6.0
* cl /F 1000 packhex.c
*
- *
- * $Id$
- *
**************************************************************************/
diff --git a/tools/build/unhex.c b/tools/build/unhex.c
index 693049f465..9248e8ffff 100644
--- a/tools/build/unhex.c
+++ b/tools/build/unhex.c
@@ -16,8 +16,6 @@
* 10..x data bytes in ascii-hex
* x+1..x+2 cksum (2's compl of (len+addr+data))
* x+3 \n -- newline
- *
- * $Id$
*/
char *USAGE = "\