source: rtems/tools/build/Makefile.am @ 64fa76bb

5
Last change on this file since 64fa76bb was 64fa76bb, checked in by Sebastian Huber <sebastian.huber@…>, on 06/07/18 at 04:17:45

tools: Remove eolstrip

This program has no license information and is unused in the RTEMS
build. General usability is questionable, for example a

sed -i 's/:space:?*$' file

performs a similar task. Remove it.

Close #3377.

  • Property mode set to 100644
File size: 281 bytes
RevLine 
[d751cec]1ACLOCAL_AMFLAGS = -I ../../aclocal
2
[64fa76bb]3bin_PROGRAMS = packhex unhex
[d751cec]4
5packhex_SOURCES = packhex.c
[9ab1558f]6unhex_SOURCES = unhex.c compat.c
[d751cec]7
8bin_SCRIPTS = install-if-change
9
[65c6425]10noinst_SCRIPTS = multigen cvsignore-add.sh
[d751cec]11
12noinst_SCRIPTS += doxy-filter
13
14include $(top_srcdir)/../../automake/host.am
Note: See TracBrowser for help on using the repository browser.