source: rtems/c/src/ChangeLog @ 9dffd2de

4.104.114.84.95
Last change on this file since 9dffd2de was f2fc5cf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 04:40:06

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

  • support/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 17.0 KB
RevLine 
[f2fc5cf]12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * support/Makefile.am: Remove all-local: $(ARCH).
4        * wrapup/Makefile.am: Remove all-local: $(ARCH).
5
[306a66e]62003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
9
[82bdc057]102003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * aclocal/lead-dot.m4: New (from automake-1.7f).
13        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
14        Add AC_SUBST(dirstamp).
15
[9550125e]162003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
19        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
20        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
21        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
22        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
23        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
24        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
25        aclocal/enable-rdbg.m4, aclocal/enable-rtemsbsp.m4,
26        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
27        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
28        aclocal/i386-gas-code16.m4, aclocal/multilib.m4,
29        aclocal/path-ksh.m4, aclocal/prog-cc.m4,
30        aclocal/prog-cxx.m4, aclocal/project-root.m4,
31        aclocal/rtems-top.m4, aclocal/target.m4,
32        aclocal/tool-paths.m4:
33        Fix underquoting to silence automake-1.8.
34
[e42cb8b]352003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Reflect having moved tests to ../../testsuites.
38
[4f21a587]392003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * aclocal/bsp-configure.m4: AC_PREREQ(2.57).
42        Remove RTEMS_CANONICAL_HOST.
43
[69decf3]442003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * aclocal/canonical-host.m4: Remove.
47        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
48
[c44312d]492003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Remove RTEMS_CANONICAL_HOST.
52
[51d35b2]532003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * aclocal/check-cpu.m4: Remove.
56        * configure.ac: Merge-in former aclocal/check-cpu.m4.
57
[3993b6f7]582003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * aclocal/canonical-target-name.m4: Add m4-quotes.
61        * aclocal/check-cxx.m4: Add m4-quotes.
62        Don't require RTEMS_CHECK_CPU.
63        * aclocal/check-multiprocessing.m4: Add m4-quotes.
64        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
65        * aclocal/check-networking.m4: Add m4-quotes.
66        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
67        * aclocal/check-posix.m4: Add m4-quotes.
68        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
69        * aclocal/check-rdbg.m4: Add m4-quotes.
70        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
71
[2eaee845]722003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
75        * aclocal/bsp-alias.m4: Remove.
76
[0038885]772003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Make presence of tests/ optional.
80
[8857d525]812003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * aclocal/path-perl.m4: Remove (Unused).
84
[15ee26f]852003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * automake/force-preinstall.am: Remove.
88
[e96d248]892003-09-04      Joel Sherrill <joel@OARcorp.com>
90
91        * lib/libcpu/shared/include/cache.h,
92        lib/libcpu/shared/src/cache_aligned_malloc.c,
93        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
94        license changed.
95
[ac3786b]962003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * aclocal/rtems-top.m4: Add RTEMS_API.
99        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
100
[161f2651]1012003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * aclocal/check-itron.m4: Remove.
104        * aclocal/enable-inlines.m4: Remove.
105
[fe8bc62f]1062003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Reflect having moved aclocal/.
109
[867ab080]1102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
113        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
114        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
115        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
116        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
117        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
118        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
119        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
120        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
121        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
122        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
123        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
124        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
125        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
126        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
127        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
128        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
129        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
130        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
131        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
132        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
133        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
134        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
135        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
136        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
137        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
138        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
139        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
140        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
141        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
142        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
143        * aclocal/multilib.m4: New (Copied from ../../aclocal).
144        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
145        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
146        * aclocal/ppc.m4: New (Copied from ../../aclocal).
147        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
148        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
149        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
150        * aclocal/project-root.m4: New (Copied from ../../aclocal).
151        * aclocal/quoting.m4: New (Copied from ../../aclocal).
152        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
153        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
154        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
155        * aclocal/target.m4: New (Copied from ../../aclocal).
156        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
157        * aclocal/version.m4: New (Copied from ../../aclocal).
158
[3a99e6f]1592003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Remove stray comments.
162        * automake/local.am, automake/host.am: Remove "debug".
163
[514e77b7]1642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
[c483a4e]166        * Makefile.am: Reflect having moved automake/.
167        * lib/Makefile.am: Reflect having moved automake/.
168        * support/Makefile.am: Reflect having moved automake/.
169        * wrapup/Makefile.am: Reflect having moved automake/.
[514e77b7]170
[11a26b9]1712003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * automake/compile.am, automake/force-preinstall.am,
174        automake/host.am, automake/lib.am, automake/local.am,
175        automake/subdirs.am: New (copied from ../../automake).
176
[d4b5e876]1772003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Add bsp.pc.in
180        * bsp.pc.in: New (pkgconfig support).
181
[7dcc3fe]1822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
185
[539e266e]1862003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * lib/Makefile.am: New (Required by 'make dist').
189        * lib/ChangeLog: Remove.
190        * lib/.cvsignore: Cleanup.
191        * configure.ac: Reflect having added lib/Makefile.am.
192
[dd984c0]1932003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Merge-in lib/libcpu/configure.ac.
196        Merge-in lib/libbsp/configure.ac.
197
[da499ad]1982003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
201
[6fcf4571]2022003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Merge-in librdbg/configure.ac.
205
[4108ae8]2062003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Merge-in libnetworking/configure.ac.
209        Merge-in parts of librdbg/configure.ac.
210
[babba25a]2112003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Merge-in libchip/configure.ac.
214        Merge-in optman/configure.ac.
215
[c1a72962]2162003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * support/version.c: Reflect having remove "rtems-" from
219        RTEMS_VERSION.
220
[581c3117]2212003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Remove support for profile-variant.
224
[8a7f8c23]2252003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * wrapup/Makefile.am: Add libide.a.
228
[db3e91f2]2292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Remove AC_CONFIG_AUX_DIR.
232
2332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Add support/.
236        * support/.cvsignore: New.
237        * support/Makefile.am: New.
238        * support/version.c: New.
239        * wrapup/Makefile.am: Add support/libsupport.a.
240
2412003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * wrapup/Makefile.am: Use SRC += instead of make-vars.
244
[ccd81b60]2452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
248
[9b5c258]2492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: AC_PREREQ(2.57).
252
[17aa98d]2532003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
256
[131814f]2572002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
260        Let all-local: depend on $(LIB).
261
[5c675ef]2622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Remove libmisc.
265
[9346df0]2662002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Remove libmisc.
269
[d4181d5]2702002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
273        Resort cache-checking.
274
[028792e8]2752002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
278
[382e1eb3]2792002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
282        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
283        ac_configure_args.
284
[6184265d]2852002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
288        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
289
[54508fd]2902002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
293        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
294        Fix braino in comment on "exec".
295        Extend --enable-ada handling.
296
[c22d613]2972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * .cvsignore: Reformat.
300        Add autom4te*cache.
301        Remove autom4te.cache.
302        * wrapup/.cvsignore: Remove autom4te.cache.
303
[154c99c]3042002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
307
[a456af96]3082002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Add ada-tests.
311
[1846a62]3122002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Add preinstall-stamp.
315
[67bfd9a6]3162002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        Posix-BSP-Hacks:
319        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
320        Pass RTEMS_HOST to make/bsp.mak
321        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
322        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
323
[55ac4e1]3242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
327
[85a8933]3282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: Add BSP_SUBDIRS.
331        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
332
[4db904ec]3332002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
336        Cosmetic cleanups.
337
[2b61cd06]3382002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
341        ../libchip/serial/$(ARCH)/libserialio.a.
342
[97bfd09]3432002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Add rtems_makedir.
346
[94f4a9ba]3472002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Merge wrapup/configure.ac.
350        Cosmetic cleanups.
351        * Makefile.am: Add wrapup-SUBDIR.
352        * wrapup/ChangeLog: Remove.
353        * wrapup/configure.ac: Remove.
354
[f21ccd2]3552002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
[2b61cd06]357        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
[f21ccd2]358        creation (Make the bare BSP happy).
359        * configure.ac: Ditto.
360
[f0d7515]3612002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Create make/@RTEMS_BSP@.cache.
364        Handle make/custom/*.cfgs.
365        Create make/custom/default.cfg.
366        * configure.ac: Add creation of make/custon/*.cfg.
367        Create make/${RTEMS_BSP}.cache.
368        Read make/${RTEMS_BSP}.cache
369
[d6f4c1b6]3702002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Clean $(PROJECT_RELEASE).
373
[dbaca2a7]3742002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * acinclude.m4: Add test "$multilib" != "yes".
377        * config-ml.in: Remove.
378
[247874ae]3792002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * acinclude.m4: Cleanups.
382        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
383        ${srcdir}/exec/.
384        Further adaptations to autoconf >= 2.50.
385
[02ccf4a]3862002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * acinclude.m4: New.
389        * Makefile.am: Remove tar-installation.
390        Prepend @exec@ to SUBDIRS.
391        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
392        Add RTEMS_ENABLE_MULTIPROCESSING.
393        Add RTEMS_CONFIG_SUBDIR([exec]...).
394
[3ebe28f]3952002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: Remove librpc.
398
[0b2f26d]3992002-06-25      Joel Sherrill <joel@OARcorp.com>
400
[dee3768b]401        * Per PR233, moved librpc to exec.
[0b2f26d]402        * configure.ac, wrapup/Makefile.am: Modified.
403        * librpc, librpc/ChangeLog: Removed.
404
[1b092b7]4052002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
[dee3768b]407        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
[1b092b7]408
[166475a]4092002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac: Remove lib.
412
[d9af8a8e]4132002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * config-ml.in: Take out arm and sh variants RTEMS does not support.
416
[7273b6e]4172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.ac:
420        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
421        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
422        * Makefile.am: Remove AUTOMAKE_OPTIONS.
423
[1d42dcbc]4242002-02-28      Victor V. Vengerov <vvv@oktet.ru>
425
426        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
427        * configure.ac: Modified to reflect addition.
428
[e4dbf55]4292002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
432        AC_CONFIG_COMMANDS.
433
[efcb89c]4342001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
437
[8dc51855]4382001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
441        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
442        autoconf-2.52 happy.
443
[df25c998]4442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
447        * configure.in: Remove.
448        * configure.ac: New file, generated from configure.in by autoupdate.
449
[6e6f0f06]4502001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
453
[feead226]4542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
457
[a314d3b4]4582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
461
[846027b]4622000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.in: Switch to GNU-canonicalization.
465        * Makefile.am: Reflect changes to configure.in.
466        * acinclude.m4: Remove.
467
[1c31722]4682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
[d16ca93]470        * configure.in: add lib/libbsp to the GNU canonicalized
471        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
472        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
473        * ChangeLog: Fix typos.
474
4752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.in: add tests to the GNU canonicalized subdirectories.
[1c31722]478
[a6eabdb6]4792000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
[d16ca93]481        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
[a6eabdb6]482
[c05edee]4832000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.in: add lib to the GNU canonicalized subdirectories,
486        make the lib directory before configuring lib/.
487
[e590416a]4882000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.in, Makefile.am: add exec to the GNU canonicalized
491        subdirectories.
492
[0864bf93]4932000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
496
[3724b7f]4972000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.in: add libnetworking, librpc and librdb to the GNU
500        canonicalized subdirectories.
501 
[fa60c5b]5022000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.in: add libmisc and libchip to the GNU canonicalized
505        subdirectories.
506
[4a2faa7c]5072000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
510        canonicalization to libfs/.
511        The approach is currently a bit of a hack as GNU canonicalization
512        does not support the per-BSP build some of the other directories
513        require.  As more of the tree is converted, this will become less
514        of an issue.
515
[10c6e903]5162000-10-18      Joel Sherrill <joel@OARcorp.com>
517
518        * wrapup/Makefile.am: Added libfs.
519
[ee419f3]5202000-10-18       Chris Johns <ccj@acm.org>
521
522        * libfs created.
523        * configure.in: Added libfs subdirectory.
524
[00438014]5252000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
528        RTEMS_CANONICALIZE_TOOLS.
529
[19530ab5]5302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * wrapup/Makefile.am: Include compile.am.
533
[00966ba]5342000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
[19530ab5]536        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
[00966ba]537
[e94ad1fe]5382000-08-10      Joel Sherrill <joel@OARcorp.com>
539
540        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.