source: rtems/c/src/lib/libbsp/ChangeLog @ 9b0bb5a4

4.104.114.84.95
Last change on this file since 9b0bb5a4 was 7d0dd89c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/03 at 14:57:10

2003-01-27 Ralf Corsepius <corsepiu@…>

  • shmdr/Makefile.am: install mpci.h and shm_driver.h. Eliminate OBJS.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
4        Eliminate OBJS.
5
62003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9
102002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
13
142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * .cvsignore: Reformat.
17        Add autom4te*cache.
18        Remove autom4te.cache.
19
202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
23
242002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * include/Makefile.am: Remove.
27        * include/.cvsignore: Remove.
28        * include/rtems/Makefile.am: Remove.
29        * include/rtems/.cvsignore: Remove.
30        * include/rtems/score/Makefile.am: Remove.
31        * include/rtems/score/.cvsignore: Remove.
32
332002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove RTEMS_BSP_ALIAS.
36        Add RTEMS_CHECK_BSP_CACHE.
37        Replace $bspdir with $RTEMS_BSP_FAMILY.
38
392002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
42        include/rtems/score/Makefile (Eliminate targopts.h).
43        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
44
452002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * bsp.am: Add bsplib_DATA = bsp_specs.
48
492002-06-25      Joel Sherrill <joel@OARcorp.com>
50
51        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
52        support to the shared gdb stub glue thus adding a directory at the
53        top shared level.
54        * shared/gdbstub: New directory.
55        * configure.ac: Modified to reflect above.
56
572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac:
60        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
61        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
62        * Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
67
682002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * bsp.am: Add line break, remove comment.
71
722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
75        * configure.in: Remove.
76        * configure.ac: New file, generated from configure.in by autoupdate.
77
782001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
81        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
82        RTEMS_LIBBSP_CPU_SUBDIR.
83
842001-09-28      Joel Sherrill <joel@OARcorp.com>
85
86        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
87        not main().
88
892001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
92        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
93
942001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
97        automake-1.5 happy.
98        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
99        automake-1.5 happy.
100        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
101
1022001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * bsp.am: Fix automake version number in comment.
105
1062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
109
1102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
113
1142000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
117        Switch to GNU canonicalization.
118
1192000-09-25      Joel Sherrill <joel@OARcorp.com>
120
121        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
122
1232000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * shmdr/Makefile.am: Include compile.am
126
1272000-08-10      Joel Sherrill <joel@OARcorp.com>
128
129        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.