summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-13 01:26:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-13 01:26:38 +0000
commit58dccb1d180e63d45480bc9d920d9d0752a390e2 (patch)
treef57ddfc9c0a7e39ae3a611d52363b27df2457f0d /tools
parent2003-03-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-58dccb1d180e63d45480bc9d920d9d0752a390e2.tar.bz2
*** empty log message ***
Diffstat (limited to 'tools')
-rw-r--r--tools/update/.cvsignore16
-rw-r--r--tools/update/ChangeLog67
-rw-r--r--tools/update/Makefile.am7
-rw-r--r--tools/update/configure.ac17
4 files changed, 0 insertions, 107 deletions
diff --git a/tools/update/.cvsignore b/tools/update/.cvsignore
deleted file mode 100644
index c87a5fd84b..0000000000
--- a/tools/update/.cvsignore
+++ /dev/null
@@ -1,16 +0,0 @@
-aclocal.m4
-autom4te*.cache
-config.cache
-config.guess
-config.log
-config.status
-config.sub
-configure
-depcomp
-install-sh
-Makefile
-Makefile.in
-missing
-mkinstalldirs
-update
-word-replace
diff --git a/tools/update/ChangeLog b/tools/update/ChangeLog
deleted file mode 100644
index 53c58ff1ef..0000000000
--- a/tools/update/ChangeLog
+++ /dev/null
@@ -1,67 +0,0 @@
-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.
-
-2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Remove AC_CONFIG_AUX_DIR.
-
-2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
-
-2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: AC_PREREQ(2.57).
-
-2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * .cvsignore: Reformat.
- Add autom4te*cache.
- Remove autom4te.cache.
-
-2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac:
- AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
- AM_INIT_AUTOMAKE([no-define foreign 1.6]).
- * Makefile.am: Remove AUTOMAKE_OPTIONS.
-
-2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * .cvsignore: Add autom4te.cache for autoconf > 2.52.
- * configure.in: Remove.
- * configure.ac: New file, generated from configure.in by autoupdate.
-
-2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * ampolish: Generate ACLOCAL_AMFLAGS = -I .../aclocal.
-
-2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
-
-2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
-
-2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Switch to GNU-canonicalized autoconf macros.
-
-2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * ampolish: Add rules to add compile.am
-
-2000-08-10 Joel Sherrill <joel@OARcorp.com>
-
- * ChangeLog: New file.
diff --git a/tools/update/Makefile.am b/tools/update/Makefile.am
deleted file mode 100644
index 27b6c2083a..0000000000
--- a/tools/update/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-##
-## $Id$
-##
-
-ACLOCAL_AMFLAGS = -I ../../aclocal
-
-include $(top_srcdir)/../../automake/host.am
diff --git a/tools/update/configure.ac b/tools/update/configure.ac
deleted file mode 100644
index 668f7fec97..0000000000
--- a/tools/update/configure.ac
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# $Id$
-#
-
-AC_PREREQ(2.57)
-AC_INIT([rtems-tools-update],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
-AC_CONFIG_SRCDIR([configure.ac])
-RTEMS_TOP(../..)
-
-AC_CANONICAL_HOST
-
-AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
-AM_MAINTAINER_MODE
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT