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

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_PREREQ(2.57).
  • Property mode set to 100644
File size: 4.0 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52003-02-03      Joel Sherrill <joel@OARcorp.com>
6
7        * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
8        TMPINSTALL_FILES.
9
102003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
13        Eliminate OBJS.
14
152003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18
192002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
22
232002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * .cvsignore: Reformat.
26        Add autom4te*cache.
27        Remove autom4te.cache.
28
292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
32
332002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * include/Makefile.am: Remove.
36        * include/.cvsignore: Remove.
37        * include/rtems/Makefile.am: Remove.
38        * include/rtems/.cvsignore: Remove.
39        * include/rtems/score/Makefile.am: Remove.
40        * include/rtems/score/.cvsignore: Remove.
41
422002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Remove RTEMS_BSP_ALIAS.
45        Add RTEMS_CHECK_BSP_CACHE.
46        Replace $bspdir with $RTEMS_BSP_FAMILY.
47
482002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
51        include/rtems/score/Makefile (Eliminate targopts.h).
52        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
53
542002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * bsp.am: Add bsplib_DATA = bsp_specs.
57
582002-06-25      Joel Sherrill <joel@OARcorp.com>
59
60        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
61        support to the shared gdb stub glue thus adding a directory at the
62        top shared level.
63        * shared/gdbstub: New directory.
64        * configure.ac: Modified to reflect above.
65
662002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac:
69        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
70        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
71        * Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
76
772002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * bsp.am: Add line break, remove comment.
80
812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
84        * configure.in: Remove.
85        * configure.ac: New file, generated from configure.in by autoupdate.
86
872001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
90        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
91        RTEMS_LIBBSP_CPU_SUBDIR.
92
932001-09-28      Joel Sherrill <joel@OARcorp.com>
94
95        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
96        not main().
97
982001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
101        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
102
1032001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
106        automake-1.5 happy.
107        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
108        automake-1.5 happy.
109        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
110
1112001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * bsp.am: Fix automake version number in comment.
114
1152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
118
1192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
122
1232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
126        Switch to GNU canonicalization.
127
1282000-09-25      Joel Sherrill <joel@OARcorp.com>
129
130        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
131
1322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * shmdr/Makefile.am: Include compile.am
135
1362000-08-10      Joel Sherrill <joel@OARcorp.com>
137
138        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.