source: rtems/c/src/ChangeLog @ 514e77b7

4.104.114.84.95
Last change on this file since 514e77b7 was 514e77b7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 13:02:30

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

Makefile.am: Reflect having moved automake.
lib/Makefile.am: Reflect having moved automake.
support/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 10.6 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        Makefile.am: Reflect having moved automake.
4        lib/Makefile.am: Reflect having moved automake.
5        support/Makefile.am: Reflect having moved automake.
6        wrapup/Makefile.am: Reflect having moved automake.
7
82003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * automake/compile.am, automake/force-preinstall.am,
11        automake/host.am, automake/lib.am, automake/local.am,
12        automake/subdirs.am: New (copied from ../../automake).
13
142003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Add bsp.pc.in
17        * bsp.pc.in: New (pkgconfig support).
18
192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
22
232003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * lib/Makefile.am: New (Required by 'make dist').
26        * lib/ChangeLog: Remove.
27        * lib/.cvsignore: Cleanup.
28        * configure.ac: Reflect having added lib/Makefile.am.
29
302003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Merge-in lib/libcpu/configure.ac.
33        Merge-in lib/libbsp/configure.ac.
34
352003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
38
392003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Merge-in librdbg/configure.ac.
42
432003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Merge-in libnetworking/configure.ac.
46        Merge-in parts of librdbg/configure.ac.
47
482003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Merge-in libchip/configure.ac.
51        Merge-in optman/configure.ac.
52
532003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * support/version.c: Reflect having remove "rtems-" from
56        RTEMS_VERSION.
57
582003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Remove support for profile-variant.
61
622003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * wrapup/Makefile.am: Add libide.a.
65
662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Remove AC_CONFIG_AUX_DIR.
69
702003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Add support/.
73        * support/.cvsignore: New.
74        * support/Makefile.am: New.
75        * support/version.c: New.
76        * wrapup/Makefile.am: Add support/libsupport.a.
77
782003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Use SRC += instead of make-vars.
81
822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
85
862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: AC_PREREQ(2.57).
89
902003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93
942002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
97        Let all-local: depend on $(LIB).
98
992002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Remove libmisc.
102
1032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Remove libmisc.
106
1072002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
110        Resort cache-checking.
111
1122002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
115
1162002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
119        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
120        ac_configure_args.
121
1222002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
125        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
126
1272002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
130        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
131        Fix braino in comment on "exec".
132        Extend --enable-ada handling.
133
1342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * .cvsignore: Reformat.
137        Add autom4te*cache.
138        Remove autom4te.cache.
139        * wrapup/.cvsignore: Remove autom4te.cache.
140
1412002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
144
1452002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Add ada-tests.
148
1492002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Add preinstall-stamp.
152
1532002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        Posix-BSP-Hacks:
156        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
157        Pass RTEMS_HOST to make/bsp.mak
158        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
159        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
160
1612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
164
1652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Add BSP_SUBDIRS.
168        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
169
1702002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
173        Cosmetic cleanups.
174
1752002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
178        ../libchip/serial/$(ARCH)/libserialio.a.
179
1802002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Add rtems_makedir.
183
1842002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Merge wrapup/configure.ac.
187        Cosmetic cleanups.
188        * Makefile.am: Add wrapup-SUBDIR.
189        * wrapup/ChangeLog: Remove.
190        * wrapup/configure.ac: Remove.
191
1922002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
195        creation (Make the bare BSP happy).
196        * configure.ac: Ditto.
197
1982002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Create make/@RTEMS_BSP@.cache.
201        Handle make/custom/*.cfgs.
202        Create make/custom/default.cfg.
203        * configure.ac: Add creation of make/custon/*.cfg.
204        Create make/${RTEMS_BSP}.cache.
205        Read make/${RTEMS_BSP}.cache
206
2072002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Clean $(PROJECT_RELEASE).
210
2112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * acinclude.m4: Add test "$multilib" != "yes".
214        * config-ml.in: Remove.
215
2162002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * acinclude.m4: Cleanups.
219        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
220        ${srcdir}/exec/.
221        Further adaptations to autoconf >= 2.50.
222
2232002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * acinclude.m4: New.
226        * Makefile.am: Remove tar-installation.
227        Prepend @exec@ to SUBDIRS.
228        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
229        Add RTEMS_ENABLE_MULTIPROCESSING.
230        Add RTEMS_CONFIG_SUBDIR([exec]...).
231
2322002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Remove librpc.
235
2362002-06-25      Joel Sherrill <joel@OARcorp.com>
237
238        * Per PR233, moved librpc to exec.
239        * configure.ac, wrapup/Makefile.am: Modified.
240        * librpc, librpc/ChangeLog: Removed.
241
2422002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
245
2462002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: Remove lib.
249
2502002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * config-ml.in: Take out arm and sh variants RTEMS does not support.
253
2542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac:
257        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
258        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
259        * Makefile.am: Remove AUTOMAKE_OPTIONS.
260
2612002-02-28      Victor V. Vengerov <vvv@oktet.ru>
262
263        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
264        * configure.ac: Modified to reflect addition.
265
2662002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
269        AC_CONFIG_COMMANDS.
270
2712001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
274
2752001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
278        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
279        autoconf-2.52 happy.
280
2812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
284        * configure.in: Remove.
285        * configure.ac: New file, generated from configure.in by autoupdate.
286
2872001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
290
2912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
294
2952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
298
2992000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.in: Switch to GNU-canonicalization.
302        * Makefile.am: Reflect changes to configure.in.
303        * acinclude.m4: Remove.
304
3052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.in: add lib/libbsp to the GNU canonicalized
308        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
309        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
310        * ChangeLog: Fix typos.
311
3122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.in: add tests to the GNU canonicalized subdirectories.
315
3162000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
319
3202000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.in: add lib to the GNU canonicalized subdirectories,
323        make the lib directory before configuring lib/.
324
3252000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.in, Makefile.am: add exec to the GNU canonicalized
328        subdirectories.
329
3302000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
333
3342000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.in: add libnetworking, librpc and librdb to the GNU
337        canonicalized subdirectories.
338 
3392000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.in: add libmisc and libchip to the GNU canonicalized
342        subdirectories.
343
3442000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
347        canonicalization to libfs/.
348        The approach is currently a bit of a hack as GNU canonicalization
349        does not support the per-BSP build some of the other directories
350        require.  As more of the tree is converted, this will become less
351        of an issue.
352
3532000-10-18      Joel Sherrill <joel@OARcorp.com>
354
355        * wrapup/Makefile.am: Added libfs.
356
3572000-10-18       Chris Johns <ccj@acm.org>
358
359        * libfs created.
360        * configure.in: Added libfs subdirectory.
361
3622000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
365        RTEMS_CANONICALIZE_TOOLS.
366
3672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * wrapup/Makefile.am: Include compile.am.
370
3712000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
374
3752000-08-10      Joel Sherrill <joel@OARcorp.com>
376
377        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.