source: rtems/c/src/lib/libbsp/m68k/mvme136/ChangeLog @ 9a899f6

4.104.114.84.95
Last change on this file since 9a899f6 was 9a899f6, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:40:28

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • start/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 2.7 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
15
162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
19
202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
23        * configure.in: Remove.
24        * configure.ac: New file, generated from configure.in by autoupdate.
25
262001-09-27      Joel Sherrill <joel@OARcorp.com>
27
28        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
29
302001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
33
342001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
37        happy.
38
392001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.in: Add bspopts.h.
42        * include/.cvsignore: Add bspopts.h*, stamp-h*.
43        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
44        * include/bsp.h: Include bspopts.h.
45
462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
47
48        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
49
502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
53
542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
57
582000-11-01      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
61        and libcsupport.h moved from libc to lib/include/rtems and
62        now must be referenced as <rtems/XXX.h>.   Header file order
63        was cleaned up while doing this.
64
652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
68        Switch to GNU canonicalization.
69
702000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
71
72        * startup/linkcmds: Added lines so DWARF debug information
73        would be available.  Otherwise gdb complains that the offsets
74        for the debug info are incorrect and doesn't load the files.
75
762000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
79        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
80        wrapup/Makefile.am: Include compile.am
81
822000-08-10      Joel Sherrill <joel@OARcorp.com>
83
84        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.