source: rtems/c/src/lib/libbsp/ChangeLog @ cdd0fc8a

Last change on this file since cdd0fc8a was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AC_PREREQ(2.57).
16
172003-02-03      Joel Sherrill <joel@OARcorp.com>
18
19        * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
20        TMPINSTALL_FILES.
21
222003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
25        Eliminate OBJS.
26
272003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30
312002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
34
352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * .cvsignore: Reformat.
38        Add autom4te*cache.
39        Remove autom4te.cache.
40
412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
44
452002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * include/Makefile.am: Remove.
48        * include/.cvsignore: Remove.
49        * include/rtems/Makefile.am: Remove.
50        * include/rtems/.cvsignore: Remove.
51        * include/rtems/score/Makefile.am: Remove.
52        * include/rtems/score/.cvsignore: Remove.
53
542002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove RTEMS_BSP_ALIAS.
57        Add RTEMS_CHECK_BSP_CACHE.
58        Replace $bspdir with $RTEMS_BSP_FAMILY.
59
602002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
63        include/rtems/score/Makefile (Eliminate targopts.h).
64        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
65
662002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * bsp.am: Add bsplib_DATA = bsp_specs.
69
702002-06-25      Joel Sherrill <joel@OARcorp.com>
71
72        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
73        support to the shared gdb stub glue thus adding a directory at the
74        top shared level.
75        * shared/gdbstub: New directory.
76        * configure.ac: Modified to reflect above.
77
782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac:
81        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
82        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
83        * Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
88
892002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * bsp.am: Add line break, remove comment.
92
932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
96        * configure.in: Remove.
97        * configure.ac: New file, generated from configure.in by autoupdate.
98
992001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
102        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
103        RTEMS_LIBBSP_CPU_SUBDIR.
104
1052001-09-28      Joel Sherrill <joel@OARcorp.com>
106
107        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
108        not main().
109
1102001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
113        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
114
1152001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
118        automake-1.5 happy.
119        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
120        automake-1.5 happy.
121        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
122
1232001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * bsp.am: Fix automake version number in comment.
126
1272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
130
1312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
134
1352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
138        Switch to GNU canonicalization.
139
1402000-09-25      Joel Sherrill <joel@OARcorp.com>
141
142        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
143
1442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * shmdr/Makefile.am: Include compile.am
147
1482000-08-10      Joel Sherrill <joel@OARcorp.com>
149
150        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.