source: rtems/c/src/lib/libbsp/unix/posix/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.3 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-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB).
16        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21
222002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25
262002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
29        changes.
30
312002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Unconditionally check for CXX (Hack to bug in
34        autoconf > 2.54).
35
362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * .cvsignore: Reformat.
39        Add autom4te*cache.
40        Remove autom4te.cache.
41
422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
50
512002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
54        Remove $(OBJS) from all-local.
55
562002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
59
602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac:
63        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
64        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
65        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
73
742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
77
782001-11-07      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/Makefile.am: Do NOT use the standard bootcard.c.
81        NOTE: With this fix all test including the mptest ran as expected.
82
832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
86        * configure.in: Remove.
87        * configure.ac: New file, generated from configure.in by autoupdate.
88
892001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * include/Makefile.am: Use 'CLEANFILES ='.
92        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
93
942001-08-17      Joel Sherrill <joel@OARcorp.com>
95
96        * include/Makefile.am: Include coverhd.h so tmtests will compile.
97
982001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.in: Add bspopts.h.
101        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h.
102        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
103        * include/bsp.h: Include bspopts.h.
104
1052001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
106
107        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
108
1092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
112
1132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
116
1172000-11-01      Joel Sherrill <joel@OARcorp.com>
118
119        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
120        and libcsupport.h moved from libc to lib/include/rtems and
121        now must be referenced as <rtems/XXX.h>.   Header file order
122        was cleaned up while doing this.
123
1242000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * bsp_specs: Add qnolinkcmds.
127
1282000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
131        Switch to GNU canonicalization.
132
1332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
136        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
137        compile.am
138
1392000-08-10      Joel Sherrill <joel@OARcorp.com>
140
141        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.