From f4fee72bb02f43ba009ae12130b931f6266d9f66 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 7 Jun 2018 06:17:02 +0200 Subject: 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. --- tools/build/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/build/Makefile.am') 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 -- cgit v1.2.3