summaryrefslogtreecommitdiffstats
path: root/tools/build/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-07 06:17:02 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-15 07:14:28 +0200
commitf4fee72bb02f43ba009ae12130b931f6266d9f66 (patch)
tree79bdb42128c5bbfa645560196f02f2b069b658fd /tools/build/Makefile.am
parenttools: Remove rtems-bin2c (diff)
downloadrtems-f4fee72bb02f43ba009ae12130b931f6266d9f66.tar.bz2
tools: Remove cklength
This program has no license information and is unused in the RTEMS build. General usability is questionable, for example a awk 'length($0) > 80' < file performs a similar task. Remove it. Close #3376.
Diffstat (limited to 'tools/build/Makefile.am')
-rw-r--r--tools/build/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/build/Makefile.am b/tools/build/Makefile.am
index 5de61f7cce..e2ef95d516 100644
--- a/tools/build/Makefile.am
+++ b/tools/build/Makefile.am
@@ -1,8 +1,7 @@
ACLOCAL_AMFLAGS = -I ../../aclocal
-bin_PROGRAMS = cklength eolstrip packhex unhex
+bin_PROGRAMS = eolstrip packhex unhex
-cklength_SOURCES = cklength.c
eolstrip_SOURCES = eolstrip.c compat.c
packhex_SOURCES = packhex.c
unhex_SOURCES = unhex.c compat.c