source: rtems/c/src/ChangeLog @ c6c2f8d

4.104.114.84.95
Last change on this file since c6c2f8d was a099e9a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/19/03 at 00:25:15

2003-12-18 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Reflect changes to shmdr.
  • Property mode set to 100644
File size: 19.5 KB
Line 
12003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Reflect changes to shmdr.
4
52003-12-17  Joel Sherrill <joel@OARcorp.com>
6
7    * aclocal/version.m4: Updated to rtems-20031217-test.
8
92003-12-17 
10
11    * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
12
132003-12-17 
14
15    * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
16
172003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * automake/compile.am: Remove LINK_LIBS (Unused).
20        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
21
222003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
25        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
26        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
27        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
28
292003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
32
332003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
36        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
37
382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from
41        PRE/TMPINSTALL_FILES.
42
432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
46        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
47        * automake/lib.am: Use mkdir_p instead of mkdir.
48        Remove $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
49        * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
50        Cleanups.
51
522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
55
562003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
59        * automake/lib.am: Remove project_libdir.
60        * wrapup/Makefile.am: Reworked.
61
622003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Reflect changes to librdbg.
65
662003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Cosmetics.
69        * automake/lib.am: Add project_libdir.
70        Add preinstallation dirstamp support.
71
722003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * automake/compile.am: Remove $(ARCH):-rule.
75
762003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Remove lib/libbsp/shared/Makefile,
79        lib/libbsp/shmdr/Makefile.
80
812003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
84        libchip/serial/Makefile, libchip/rtc/Makefile.
85
862003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * support/Makefile.am: Remove all-local: $(ARCH).
89        * wrapup/Makefile.am: Remove all-local: $(ARCH).
90
912003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
94
952003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * aclocal/lead-dot.m4: New (from automake-1.7f).
98        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
99        Add AC_SUBST(dirstamp).
100
1012003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
104        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
105        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
106        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
107        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
108        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
109        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
110        aclocal/enable-rdbg.m4, aclocal/enable-rtemsbsp.m4,
111        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
112        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
113        aclocal/i386-gas-code16.m4, aclocal/multilib.m4,
114        aclocal/path-ksh.m4, aclocal/prog-cc.m4,
115        aclocal/prog-cxx.m4, aclocal/project-root.m4,
116        aclocal/rtems-top.m4, aclocal/target.m4,
117        aclocal/tool-paths.m4:
118        Fix underquoting to silence automake-1.8.
119
1202003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Reflect having moved tests to ../../testsuites.
123
1242003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * aclocal/bsp-configure.m4: AC_PREREQ(2.57).
127        Remove RTEMS_CANONICAL_HOST.
128
1292003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * aclocal/canonical-host.m4: Remove.
132        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
133
1342003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Remove RTEMS_CANONICAL_HOST.
137
1382003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * aclocal/check-cpu.m4: Remove.
141        * configure.ac: Merge-in former aclocal/check-cpu.m4.
142
1432003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * aclocal/canonical-target-name.m4: Add m4-quotes.
146        * aclocal/check-cxx.m4: Add m4-quotes.
147        Don't require RTEMS_CHECK_CPU.
148        * aclocal/check-multiprocessing.m4: Add m4-quotes.
149        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
150        * aclocal/check-networking.m4: Add m4-quotes.
151        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
152        * aclocal/check-posix.m4: Add m4-quotes.
153        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
154        * aclocal/check-rdbg.m4: Add m4-quotes.
155        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
156
1572003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
160        * aclocal/bsp-alias.m4: Remove.
161
1622003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Make presence of tests/ optional.
165
1662003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * aclocal/path-perl.m4: Remove (Unused).
169
1702003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * automake/force-preinstall.am: Remove.
173
1742003-09-04      Joel Sherrill <joel@OARcorp.com>
175
176        * lib/libcpu/shared/include/cache.h,
177        lib/libcpu/shared/src/cache_aligned_malloc.c,
178        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
179        license changed.
180
1812003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * aclocal/rtems-top.m4: Add RTEMS_API.
184        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
185
1862003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * aclocal/check-itron.m4: Remove.
189        * aclocal/enable-inlines.m4: Remove.
190
1912003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Reflect having moved aclocal/.
194
1952003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
198        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
199        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
200        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
201        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
202        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
203        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
204        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
205        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
206        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
207        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
208        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
209        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
210        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
211        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
212        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
213        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
214        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
215        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
216        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
217        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
218        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
219        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
220        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
221        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
222        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
223        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
224        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
225        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
226        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
227        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
228        * aclocal/multilib.m4: New (Copied from ../../aclocal).
229        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
230        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
231        * aclocal/ppc.m4: New (Copied from ../../aclocal).
232        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
233        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
234        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
235        * aclocal/project-root.m4: New (Copied from ../../aclocal).
236        * aclocal/quoting.m4: New (Copied from ../../aclocal).
237        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
238        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
239        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
240        * aclocal/target.m4: New (Copied from ../../aclocal).
241        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
242        * aclocal/version.m4: New (Copied from ../../aclocal).
243
2442003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Remove stray comments.
247        * automake/local.am, automake/host.am: Remove "debug".
248
2492003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Reflect having moved automake/.
252        * lib/Makefile.am: Reflect having moved automake/.
253        * support/Makefile.am: Reflect having moved automake/.
254        * wrapup/Makefile.am: Reflect having moved automake/.
255
2562003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * automake/compile.am, automake/force-preinstall.am,
259        automake/host.am, automake/lib.am, automake/local.am,
260        automake/subdirs.am: New (copied from ../../automake).
261
2622003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Add bsp.pc.in
265        * bsp.pc.in: New (pkgconfig support).
266
2672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
270
2712003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * lib/Makefile.am: New (Required by 'make dist').
274        * lib/ChangeLog: Remove.
275        * lib/.cvsignore: Cleanup.
276        * configure.ac: Reflect having added lib/Makefile.am.
277
2782003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Merge-in lib/libcpu/configure.ac.
281        Merge-in lib/libbsp/configure.ac.
282
2832003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
286
2872003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Merge-in librdbg/configure.ac.
290
2912003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Merge-in libnetworking/configure.ac.
294        Merge-in parts of librdbg/configure.ac.
295
2962003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Merge-in libchip/configure.ac.
299        Merge-in optman/configure.ac.
300
3012003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * support/version.c: Reflect having remove "rtems-" from
304        RTEMS_VERSION.
305
3062003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: Remove support for profile-variant.
309
3102003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * wrapup/Makefile.am: Add libide.a.
313
3142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: Remove AC_CONFIG_AUX_DIR.
317
3182003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Add support/.
321        * support/.cvsignore: New.
322        * support/Makefile.am: New.
323        * support/version.c: New.
324        * wrapup/Makefile.am: Add support/libsupport.a.
325
3262003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * wrapup/Makefile.am: Use SRC += instead of make-vars.
329
3302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
333
3342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: AC_PREREQ(2.57).
337
3382003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
341
3422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
345        Let all-local: depend on $(LIB).
346
3472002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * wrapup/Makefile.am: Remove libmisc.
350
3512002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: Remove libmisc.
354
3552002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
358        Resort cache-checking.
359
3602002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
363
3642002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
367        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
368        ac_configure_args.
369
3702002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
373        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
374
3752002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
378        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
379        Fix braino in comment on "exec".
380        Extend --enable-ada handling.
381
3822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * .cvsignore: Reformat.
385        Add autom4te*cache.
386        Remove autom4te.cache.
387        * wrapup/.cvsignore: Remove autom4te.cache.
388
3892002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
392
3932002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Add ada-tests.
396
3972002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Add preinstall-stamp.
400
4012002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        Posix-BSP-Hacks:
404        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
405        Pass RTEMS_HOST to make/bsp.mak
406        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
407        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
408
4092002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
412
4132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.ac: Add BSP_SUBDIRS.
416        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
417
4182002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
421        Cosmetic cleanups.
422
4232002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
426        ../libchip/serial/$(ARCH)/libserialio.a.
427
4282002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Add rtems_makedir.
431
4322002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: Merge wrapup/configure.ac.
435        Cosmetic cleanups.
436        * Makefile.am: Add wrapup-SUBDIR.
437        * wrapup/ChangeLog: Remove.
438        * wrapup/configure.ac: Remove.
439
4402002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
443        creation (Make the bare BSP happy).
444        * configure.ac: Ditto.
445
4462002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * Makefile.am: Create make/@RTEMS_BSP@.cache.
449        Handle make/custom/*.cfgs.
450        Create make/custom/default.cfg.
451        * configure.ac: Add creation of make/custon/*.cfg.
452        Create make/${RTEMS_BSP}.cache.
453        Read make/${RTEMS_BSP}.cache
454
4552002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am: Clean $(PROJECT_RELEASE).
458
4592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * acinclude.m4: Add test "$multilib" != "yes".
462        * config-ml.in: Remove.
463
4642002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * acinclude.m4: Cleanups.
467        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
468        ${srcdir}/exec/.
469        Further adaptations to autoconf >= 2.50.
470
4712002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * acinclude.m4: New.
474        * Makefile.am: Remove tar-installation.
475        Prepend @exec@ to SUBDIRS.
476        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
477        Add RTEMS_ENABLE_MULTIPROCESSING.
478        Add RTEMS_CONFIG_SUBDIR([exec]...).
479
4802002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: Remove librpc.
483
4842002-06-25      Joel Sherrill <joel@OARcorp.com>
485
486        * Per PR233, moved librpc to exec.
487        * configure.ac, wrapup/Makefile.am: Modified.
488        * librpc, librpc/ChangeLog: Removed.
489
4902002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
493
4942002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.ac: Remove lib.
497
4982002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * config-ml.in: Take out arm and sh variants RTEMS does not support.
501
5022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac:
505        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
506        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
507        * Makefile.am: Remove AUTOMAKE_OPTIONS.
508
5092002-02-28      Victor V. Vengerov <vvv@oktet.ru>
510
511        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
512        * configure.ac: Modified to reflect addition.
513
5142002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
517        AC_CONFIG_COMMANDS.
518
5192001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
522
5232001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
526        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
527        autoconf-2.52 happy.
528
5292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
532        * configure.in: Remove.
533        * configure.ac: New file, generated from configure.in by autoupdate.
534
5352001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
538
5392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
542
5432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
546
5472000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * configure.in: Switch to GNU-canonicalization.
550        * Makefile.am: Reflect changes to configure.in.
551        * acinclude.m4: Remove.
552
5532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.in: add lib/libbsp to the GNU canonicalized
556        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
557        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
558        * ChangeLog: Fix typos.
559
5602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * configure.in: add tests to the GNU canonicalized subdirectories.
563
5642000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
567
5682000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * configure.in: add lib to the GNU canonicalized subdirectories,
571        make the lib directory before configuring lib/.
572
5732000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.in, Makefile.am: add exec to the GNU canonicalized
576        subdirectories.
577
5782000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
581
5822000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * configure.in: add libnetworking, librpc and librdb to the GNU
585        canonicalized subdirectories.
586 
5872000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.in: add libmisc and libchip to the GNU canonicalized
590        subdirectories.
591
5922000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
595        canonicalization to libfs/.
596        The approach is currently a bit of a hack as GNU canonicalization
597        does not support the per-BSP build some of the other directories
598        require.  As more of the tree is converted, this will become less
599        of an issue.
600
6012000-10-18      Joel Sherrill <joel@OARcorp.com>
602
603        * wrapup/Makefile.am: Added libfs.
604
6052000-10-18       Chris Johns <ccj@acm.org>
606
607        * libfs created.
608        * configure.in: Added libfs subdirectory.
609
6102000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
613        RTEMS_CANONICALIZE_TOOLS.
614
6152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * wrapup/Makefile.am: Include compile.am.
618
6192000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
622
6232000-08-10      Joel Sherrill <joel@OARcorp.com>
624
625        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.