source: rtems/c/src/ChangeLog @ 7c5a840

4.104.114.84.95
Last change on this file since 7c5a840 was 7c5a840, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/04 at 03:56:14

2004-01-15 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove libnetworking/wrapup/Makefile.
  • wrapup/Makefile.am: Reflect change to libnetworking/*. Use libnetworking/*/lib*.a instead of libnetapps.a
  • Property mode set to 100644
File size: 20.2 KB
Line 
12004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove libnetworking/wrapup/Makefile.
4        * wrapup/Makefile.am: Reflect change to libnetworking/*.
5        Use libnetworking/*/lib*.a instead of libnetapps.a
6
72004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS.
10        Require automake-1.8.2.
11        Add RTEMS_PROG_CCAS.
12        Add AM_PROG_CC_C_O.
13
142004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
17        Add PRE/TMPINSTALL_FILES to CLEANFILES.
18        * automake/lib.am: Remove TMPINSTALL_FILES.
19
202004-01-07      Joel Sherrill <joel@OARcorp.com>
21
22        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
23        more completely covers the MIPS family.
24
252003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * wrapup/Makefile.am: Reflect changes to shmdr.
28
292003-12-17  Joel Sherrill <joel@OARcorp.com>
30
31    * aclocal/version.m4: Updated to rtems-20031217-test.
32
332003-12-17 
34
35    * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
36
372003-12-17 
38
39    * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
40
412003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * automake/compile.am: Remove LINK_LIBS (Unused).
44        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
45
462003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
49        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
50        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
51        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
52
532003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
56
572003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
60        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
61
622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from
65        PRE/TMPINSTALL_FILES.
66
672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
70        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
71        * automake/lib.am: Use mkdir_p instead of mkdir.
72        Remove $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
73        * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
74        Cleanups.
75
762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
79
802003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
83        * automake/lib.am: Remove project_libdir.
84        * wrapup/Makefile.am: Reworked.
85
862003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Reflect changes to librdbg.
89
902003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Cosmetics.
93        * automake/lib.am: Add project_libdir.
94        Add preinstallation dirstamp support.
95
962003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * automake/compile.am: Remove $(ARCH):-rule.
99
1002003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Remove lib/libbsp/shared/Makefile,
103        lib/libbsp/shmdr/Makefile.
104
1052003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
108        libchip/serial/Makefile, libchip/rtc/Makefile.
109
1102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * support/Makefile.am: Remove all-local: $(ARCH).
113        * wrapup/Makefile.am: Remove all-local: $(ARCH).
114
1152003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
118
1192003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * aclocal/lead-dot.m4: New (from automake-1.7f).
122        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
123        Add AC_SUBST(dirstamp).
124
1252003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
128        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
129        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
130        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
131        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
132        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
133        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
134        aclocal/enable-rdbg.m4, aclocal/enable-rtemsbsp.m4,
135        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
136        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
137        aclocal/i386-gas-code16.m4, aclocal/multilib.m4,
138        aclocal/path-ksh.m4, aclocal/prog-cc.m4,
139        aclocal/prog-cxx.m4, aclocal/project-root.m4,
140        aclocal/rtems-top.m4, aclocal/target.m4,
141        aclocal/tool-paths.m4:
142        Fix underquoting to silence automake-1.8.
143
1442003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Reflect having moved tests to ../../testsuites.
147
1482003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * aclocal/bsp-configure.m4: AC_PREREQ(2.57).
151        Remove RTEMS_CANONICAL_HOST.
152
1532003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * aclocal/canonical-host.m4: Remove.
156        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
157
1582003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove RTEMS_CANONICAL_HOST.
161
1622003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * aclocal/check-cpu.m4: Remove.
165        * configure.ac: Merge-in former aclocal/check-cpu.m4.
166
1672003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * aclocal/canonical-target-name.m4: Add m4-quotes.
170        * aclocal/check-cxx.m4: Add m4-quotes.
171        Don't require RTEMS_CHECK_CPU.
172        * aclocal/check-multiprocessing.m4: Add m4-quotes.
173        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
174        * aclocal/check-networking.m4: Add m4-quotes.
175        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
176        * aclocal/check-posix.m4: Add m4-quotes.
177        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
178        * aclocal/check-rdbg.m4: Add m4-quotes.
179        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
180
1812003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
184        * aclocal/bsp-alias.m4: Remove.
185
1862003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Make presence of tests/ optional.
189
1902003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * aclocal/path-perl.m4: Remove (Unused).
193
1942003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * automake/force-preinstall.am: Remove.
197
1982003-09-04      Joel Sherrill <joel@OARcorp.com>
199
200        * lib/libcpu/shared/include/cache.h,
201        lib/libcpu/shared/src/cache_aligned_malloc.c,
202        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
203        license changed.
204
2052003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * aclocal/rtems-top.m4: Add RTEMS_API.
208        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
209
2102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * aclocal/check-itron.m4: Remove.
213        * aclocal/enable-inlines.m4: Remove.
214
2152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Reflect having moved aclocal/.
218
2192003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
222        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
223        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
224        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
225        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
226        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
227        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
228        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
229        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
230        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
231        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
232        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
233        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
234        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
235        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
236        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
237        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
238        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
239        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
240        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
241        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
242        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
243        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
244        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
245        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
246        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
247        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
248        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
249        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
250        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
251        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
252        * aclocal/multilib.m4: New (Copied from ../../aclocal).
253        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
254        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
255        * aclocal/ppc.m4: New (Copied from ../../aclocal).
256        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
257        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
258        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
259        * aclocal/project-root.m4: New (Copied from ../../aclocal).
260        * aclocal/quoting.m4: New (Copied from ../../aclocal).
261        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
262        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
263        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
264        * aclocal/target.m4: New (Copied from ../../aclocal).
265        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
266        * aclocal/version.m4: New (Copied from ../../aclocal).
267
2682003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Remove stray comments.
271        * automake/local.am, automake/host.am: Remove "debug".
272
2732003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Reflect having moved automake/.
276        * lib/Makefile.am: Reflect having moved automake/.
277        * support/Makefile.am: Reflect having moved automake/.
278        * wrapup/Makefile.am: Reflect having moved automake/.
279
2802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * automake/compile.am, automake/force-preinstall.am,
283        automake/host.am, automake/lib.am, automake/local.am,
284        automake/subdirs.am: New (copied from ../../automake).
285
2862003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Add bsp.pc.in
289        * bsp.pc.in: New (pkgconfig support).
290
2912003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
294
2952003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * lib/Makefile.am: New (Required by 'make dist').
298        * lib/ChangeLog: Remove.
299        * lib/.cvsignore: Cleanup.
300        * configure.ac: Reflect having added lib/Makefile.am.
301
3022003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Merge-in lib/libcpu/configure.ac.
305        Merge-in lib/libbsp/configure.ac.
306
3072003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
310
3112003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Merge-in librdbg/configure.ac.
314
3152003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Merge-in libnetworking/configure.ac.
318        Merge-in parts of librdbg/configure.ac.
319
3202003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Merge-in libchip/configure.ac.
323        Merge-in optman/configure.ac.
324
3252003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * support/version.c: Reflect having remove "rtems-" from
328        RTEMS_VERSION.
329
3302003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: Remove support for profile-variant.
333
3342003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * wrapup/Makefile.am: Add libide.a.
337
3382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Remove AC_CONFIG_AUX_DIR.
341
3422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Add support/.
345        * support/.cvsignore: New.
346        * support/Makefile.am: New.
347        * support/version.c: New.
348        * wrapup/Makefile.am: Add support/libsupport.a.
349
3502003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * wrapup/Makefile.am: Use SRC += instead of make-vars.
353
3542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
357
3582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac: AC_PREREQ(2.57).
361
3622003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365
3662002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
369        Let all-local: depend on $(LIB).
370
3712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * wrapup/Makefile.am: Remove libmisc.
374
3752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac: Remove libmisc.
378
3792002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
382        Resort cache-checking.
383
3842002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
387
3882002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
391        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
392        ac_configure_args.
393
3942002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
397        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
398
3992002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
402        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
403        Fix braino in comment on "exec".
404        Extend --enable-ada handling.
405
4062002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * .cvsignore: Reformat.
409        Add autom4te*cache.
410        Remove autom4te.cache.
411        * wrapup/.cvsignore: Remove autom4te.cache.
412
4132002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
416
4172002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.ac: Add ada-tests.
420
4212002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: Add preinstall-stamp.
424
4252002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        Posix-BSP-Hacks:
428        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
429        Pass RTEMS_HOST to make/bsp.mak
430        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
431        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
432
4332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
436
4372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac: Add BSP_SUBDIRS.
440        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
441
4422002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
445        Cosmetic cleanups.
446
4472002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
450        ../libchip/serial/$(ARCH)/libserialio.a.
451
4522002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * Makefile.am: Add rtems_makedir.
455
4562002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: Merge wrapup/configure.ac.
459        Cosmetic cleanups.
460        * Makefile.am: Add wrapup-SUBDIR.
461        * wrapup/ChangeLog: Remove.
462        * wrapup/configure.ac: Remove.
463
4642002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
467        creation (Make the bare BSP happy).
468        * configure.ac: Ditto.
469
4702002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * Makefile.am: Create make/@RTEMS_BSP@.cache.
473        Handle make/custom/*.cfgs.
474        Create make/custom/default.cfg.
475        * configure.ac: Add creation of make/custon/*.cfg.
476        Create make/${RTEMS_BSP}.cache.
477        Read make/${RTEMS_BSP}.cache
478
4792002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * Makefile.am: Clean $(PROJECT_RELEASE).
482
4832002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * acinclude.m4: Add test "$multilib" != "yes".
486        * config-ml.in: Remove.
487
4882002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * acinclude.m4: Cleanups.
491        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
492        ${srcdir}/exec/.
493        Further adaptations to autoconf >= 2.50.
494
4952002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * acinclude.m4: New.
498        * Makefile.am: Remove tar-installation.
499        Prepend @exec@ to SUBDIRS.
500        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
501        Add RTEMS_ENABLE_MULTIPROCESSING.
502        Add RTEMS_CONFIG_SUBDIR([exec]...).
503
5042002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac: Remove librpc.
507
5082002-06-25      Joel Sherrill <joel@OARcorp.com>
509
510        * Per PR233, moved librpc to exec.
511        * configure.ac, wrapup/Makefile.am: Modified.
512        * librpc, librpc/ChangeLog: Removed.
513
5142002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
517
5182002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.ac: Remove lib.
521
5222002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * config-ml.in: Take out arm and sh variants RTEMS does not support.
525
5262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.ac:
529        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
530        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
531        * Makefile.am: Remove AUTOMAKE_OPTIONS.
532
5332002-02-28      Victor V. Vengerov <vvv@oktet.ru>
534
535        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
536        * configure.ac: Modified to reflect addition.
537
5382002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
541        AC_CONFIG_COMMANDS.
542
5432001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
546
5472001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
550        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
551        autoconf-2.52 happy.
552
5532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
556        * configure.in: Remove.
557        * configure.ac: New file, generated from configure.in by autoupdate.
558
5592001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
562
5632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
566
5672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
570
5712000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * configure.in: Switch to GNU-canonicalization.
574        * Makefile.am: Reflect changes to configure.in.
575        * acinclude.m4: Remove.
576
5772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * configure.in: add lib/libbsp to the GNU canonicalized
580        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
581        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
582        * ChangeLog: Fix typos.
583
5842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * configure.in: add tests to the GNU canonicalized subdirectories.
587
5882000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
591
5922000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.in: add lib to the GNU canonicalized subdirectories,
595        make the lib directory before configuring lib/.
596
5972000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * configure.in, Makefile.am: add exec to the GNU canonicalized
600        subdirectories.
601
6022000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
605
6062000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * configure.in: add libnetworking, librpc and librdb to the GNU
609        canonicalized subdirectories.
610 
6112000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * configure.in: add libmisc and libchip to the GNU canonicalized
614        subdirectories.
615
6162000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
619        canonicalization to libfs/.
620        The approach is currently a bit of a hack as GNU canonicalization
621        does not support the per-BSP build some of the other directories
622        require.  As more of the tree is converted, this will become less
623        of an issue.
624
6252000-10-18      Joel Sherrill <joel@OARcorp.com>
626
627        * wrapup/Makefile.am: Added libfs.
628
6292000-10-18       Chris Johns <ccj@acm.org>
630
631        * libfs created.
632        * configure.in: Added libfs subdirectory.
633
6342000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
637        RTEMS_CANONICALIZE_TOOLS.
638
6392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * wrapup/Makefile.am: Include compile.am.
642
6432000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
646
6472000-08-10      Joel Sherrill <joel@OARcorp.com>
648
649        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.