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

Last change on this file since 328876c was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

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