source: rtems/c/src/lib/libbsp/unix/posix/ChangeLog @ 3776f87b

4.104.114.84.95
Last change on this file since 3776f87b was a6c03545, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:58:48

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

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
shmsupp/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 4.9 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        Makefile.am: Reflect having moved automake.
4        clock/Makefile.am: Reflect having moved automake.
5        console/Makefile.am: Reflect having moved automake.
6        include/Makefile.am: Reflect having moved automake.
7        shmsupp/Makefile.am: Reflect having moved automake.
8        startup/Makefile.am: Reflect having moved automake.
9        timer/Makefile.am: Reflect having moved automake.
10        wrapup/Makefile.am: Reflect having moved automake.
11
122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
15
162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Remove AC_CONFIG_AUX_DIR.
19
202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AC_PREREQ(2.57).
27
282003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB).
31        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36
372002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40
412002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
44        changes.
45
462002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Unconditionally check for CXX (Hack to bug in
49        autoconf > 2.54).
50
512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * .cvsignore: Reformat.
54        Add autom4te*cache.
55        Remove autom4te.cache.
56
572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
65
662002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
69        Remove $(OBJS) from all-local.
70
712002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
74
752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac:
78        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
79        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
80        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
88
892001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
92
932001-11-07      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/Makefile.am: Do NOT use the standard bootcard.c.
96        NOTE: With this fix all test including the mptest ran as expected.
97
982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
101        * configure.in: Remove.
102        * configure.ac: New file, generated from configure.in by autoupdate.
103
1042001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * include/Makefile.am: Use 'CLEANFILES ='.
107        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
108
1092001-08-17      Joel Sherrill <joel@OARcorp.com>
110
111        * include/Makefile.am: Include coverhd.h so tmtests will compile.
112
1132001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.in: Add bspopts.h.
116        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h.
117        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
118        * include/bsp.h: Include bspopts.h.
119
1202001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
121
122        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
123
1242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
127
1282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
131
1322000-11-01      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
135        and libcsupport.h moved from libc to lib/include/rtems and
136        now must be referenced as <rtems/XXX.h>.   Header file order
137        was cleaned up while doing this.
138
1392000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * bsp_specs: Add qnolinkcmds.
142
1432000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
146        Switch to GNU canonicalization.
147
1482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
151        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
152        compile.am
153
1542000-08-10      Joel Sherrill <joel@OARcorp.com>
155
156        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.