summaryrefslogtreecommitdiffstats
path: root/tools/update/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-12 08:21:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-12 08:21:32 +0000
commit2ff68ec24aea5c6b265922e2fae77d0adf3cefc9 (patch)
tree68339be05dcc58f18e84d93b14d4e51f39580e7c /tools/update/Makefile.am
parent2003-03-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2ff68ec24aea5c6b265922e2fae77d0adf3cefc9.tar.bz2
2003-03-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 310_to_320_list: Delete (Obsolete). * acpolish: Delete (Obsolete). * ampolish: Delete (Obsolete). * cipolish: Delete (Obsolete). * rtems-polish.sh: Delete (Obsolete). * update.in: Delete (Unused). * word-replace.in: Delete (Unused). * README: Delete (Obsolete). * Makefile.am: Reflect changes above. * configure.ac: Reflect changes above.
Diffstat (limited to 'tools/update/Makefile.am')
-rw-r--r--tools/update/Makefile.am28
1 files changed, 0 insertions, 28 deletions
diff --git a/tools/update/Makefile.am b/tools/update/Makefile.am
index 819ae13b71..27b6c2083a 100644
--- a/tools/update/Makefile.am
+++ b/tools/update/Makefile.am
@@ -4,32 +4,4 @@
ACLOCAL_AMFLAGS = -I ../../aclocal
-## NOTE: It doesn't make much sense to install these files
-
-CLEANFILES = update word-replace
-
-if PERL
-# All files in this directory depend on having perl.
-# Do not handle them if perl is missing.
-
-noinst_SCRIPTS = acpolish ampolish cipolish rtems-polish.sh word-replace \
- update
-
-noinst_DATA = 310_to_320_list
-
-update: $(srcdir)/update.in $(top_builddir)/config.status
- @cd $(top_builddir) \
- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
- chmod 755 $@
-
-word-replace: $(srcdir)/word-replace.in $(top_builddir)/config.status
- @cd $(top_builddir) \
- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
- chmod 755 $@
-
-endif
-
-EXTRA_DIST = 310_to_320_list update.in word-replace.in acpolish ampolish \
- cipolish rtems-polish.sh
-
include $(top_srcdir)/../../automake/host.am