Cleanup ChangeLogs.

This commit is contained in:
Ralf Corsepius
2004-01-23 12:51:29 +00:00
parent 0ef723ce35
commit e3b7b1bf86
2 changed files with 49 additions and 76 deletions

View File

@@ -1,19 +1,17 @@
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
Use automake-compilation rules. automake-compilation rules.
* m68040/fpsp/Makefile.am: Remove. * m68040/fpsp/Makefile.am: Remove.
* shared/Makefile.am: Use automake compilation rules. * shared/Makefile.am: Use automake compilation rules.
* Makefile.am: Reflect changes above. Remove CPU_SUBDIR. * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
* configure.ac: Require automake >= 1.8.2. * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
Add subdir-objects to AUTOMAKE_OPTIONS. AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
Remove CHECK_CUSTOM_BSP.
Reflect changes above.
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
Add PRE/TMPINSTALL_FILES to CLEANFILES. PRE/TMPINSTALL_FILES to CLEANFILES.
2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -23,16 +21,10 @@
* shared/cache/Makefile.am: Remove. * shared/cache/Makefile.am: Remove.
* shared/misc/Makefile.am: Remove. * shared/misc/Makefile.am: Remove.
* shared/Makefile.am: Merge-in the Makefile.ams above. * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate VPATH.
Eliminate VPATH.
* configure.ac: Reflect changes above. * configure.ac: Reflect changes above.
* shared/cache/Makefile.am: Use mkdir_p. Remove dirs from
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> PRE/TMPINSTALL_FILES.
* shared/cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -90,18 +82,8 @@
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]). * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57). * configure.ac: AC_PREREQ(2.57).
2002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
Eliminate *_O_FILES.
* shared/cache/Makefile.am: Ditto.
* shared/misc/Makefile.am: Ditto.
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE. * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
@@ -112,16 +94,13 @@
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat. * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
Add autom4te*cache.
Remove autom4te.cache.
2002-08-21 Joel Sherrill <joel@OARcorp.com> 2002-08-21 Joel Sherrill <joel@OARcorp.com>
* configure.ac, shared/misc/Makefile.am: PR217 required that the * configure.ac, shared/misc/Makefile.am: PR217 required that the idle
idle task be moved to libcpu so it could be more acutely aware of task be moved to libcpu so it could be more acutely aware of the CPU
the CPU model. This file was modified to pick up the idle task model. This file was modified to pick up the idle task from there.
from there.
* shared/misc/m68kidle.c: New file. * shared/misc/m68kidle.c: New file.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -134,30 +113,28 @@
* shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o. * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
* shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o. * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-08-06 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Be more specific about looking at CPU32 and CPU32+
CPU model names so we can turn on the best compile of memcpy.c.
2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Replace mcpu32 by mcpu32p conditional. * configure.ac: Replace mcpu32 by mcpu32p conditional.
* share/misc/Makefile.am: Fix AM_CPPFLAGS bug. * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
2002-08-06 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Be more specific about looking at CPU32 and CPU32+ CPU
model names so we can turn on the best compile of memcpy.c.
2002-08-05 Joel Sherrill <joel@OARcorp.com> 2002-08-05 Joel Sherrill <joel@OARcorp.com>
* Per PR260 eliminate use of make-target-options. This impacted * Per PR260 eliminate use of make-target-options. This impacted RTEMS
RTEMS allowing a distinction between the CPU32 and CPU32+ in the allowing a distinction between the CPU32 and CPU32+ in the SuperCore and
SuperCore and required that the m68k optimized memcpy be moved required that the m68k optimized memcpy be moved to libcpu.
to libcpu.
* shared/misc/memcpy.c: Moved from score/cpu/m68k. * shared/misc/memcpy.c: Moved from score/cpu/m68k.
* configure.ac, shared/Makefile.am: Modified to reflect new directory. * configure.ac, shared/Makefile.am: Modified to reflect new directory.
* shared/misc/.cvsignore, shared/misc/Makefile.am: New file. * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS. * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
* m68040/Makefile.am: Remove AUTOMAKE_OPTIONS. * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
@@ -165,6 +142,13 @@
* shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS. * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
* shared/Makefile.am: Remove AUTOMAKE_OPTIONS. * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
*_O_FILES.
* shared/cache/Makefile.am: Ditto.
* shared/misc/Makefile.am: Ditto.
2001-10-26 Joel Sherrill <joel@OARcorp.com> 2001-10-26 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac: New libcpu support for mcf5206e. * Makefile.am, configure.ac: New libcpu support for mcf5206e.
@@ -182,8 +166,8 @@
2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* m68040/fpsp/Makefile.am, shared/cache/Makefile.am: * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
Apply include_*HEADERS instead of H_FILES. include_*HEADERS instead of H_FILES.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -195,14 +179,14 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
Switch to GNU canonicalization. canonicalization.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include compile.am.
compile.am
2000-08-10 Joel Sherrill <joel@OARcorp.com> 2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file. * ChangeLog: New file.

View File

@@ -6,15 +6,12 @@
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
Add PRE/TMPINSTALL_FILES to CLEANFILES. PRE/TMPINSTALL_FILES to CLEANFILES.
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -90,23 +87,19 @@
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]). * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57). * configure.ac: AC_PREREQ(2.57).
2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Eliminate *_O_FILES. * clock/Makefile.am: Eliminate *_O_FILES. Don't include @RTEMS_BSP@.cfg.
Don't include @RTEMS_BSP@.cfg.
* console/Makefile.am: Likewise. * console/Makefile.am: Likewise.
* mbus/Makefile.am: Likewise. * mbus/Makefile.am: Likewise.
* timer/Makefile.am: Likewise. * timer/Makefile.am: Likewise.
2003-01-03 Victor V. Vengerov <vvv@oktet.ru> 2003-01-03 Victor V. Vengerov <vvv@oktet.ru>
* mbus/mcfmbus.c: Per PR323, move the mbus_send command on line 232 * mbus/mcfmbus.c: Per PR323, move the mbus_send command on line 232 to
to after the state has been set. after the state has been set.
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -118,14 +111,11 @@
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat. * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
Add autom4te*cache.
Remove autom4te.cache.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS.
@@ -136,8 +126,7 @@
2001-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Fix TMPINSTALL_FILES to make automake-1.5 * include/Makefile.am: Fix TMPINSTALL_FILES to make automake-1.5 happy.
happy.
2001-10-29 Joel Sherrill <joel@OARcorp.com> 2001-10-29 Joel Sherrill <joel@OARcorp.com>