From 58dccb1d180e63d45480bc9d920d9d0752a390e2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 13 Mar 2003 01:26:38 +0000 Subject: *** empty log message *** --- tools/update/.cvsignore | 16 ----------- tools/update/ChangeLog | 67 ----------------------------------------------- tools/update/Makefile.am | 7 ----- tools/update/configure.ac | 17 ------------ 4 files changed, 107 deletions(-) delete mode 100644 tools/update/.cvsignore delete mode 100644 tools/update/ChangeLog delete mode 100644 tools/update/Makefile.am delete mode 100644 tools/update/configure.ac (limited to 'tools') 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 - - * 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 - - * configure.ac: Remove AC_CONFIG_AUX_DIR. - -2003-02-11 Ralf Corsepius - - * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). - -2003-02-11 Ralf Corsepius - - * configure.ac: AC_PREREQ(2.57). - -2002-10-21 Ralf Corsepius - - * .cvsignore: Reformat. - Add autom4te*cache. - Remove autom4te.cache. - -2002-03-27 Ralf Corsepius - - * 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 - - * .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 - - * ampolish: Generate ACLOCAL_AMFLAGS = -I .../aclocal. - -2000-11-09 Ralf Corsepius - - * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. - -2000-11-02 Ralf Corsepius - - * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. - -2000-10-30 Ralf Corsepius - - * Makefile.am: Switch to GNU-canonicalized autoconf macros. - -2000-09-04 Ralf Corsepius - - * ampolish: Add rules to add compile.am - -2000-08-10 Joel Sherrill - - * 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 -- cgit v1.2.3