source: rtems/cpukit/ChangeLog @ 1fd4e20

4.104.114.84.95
Last change on this file since 1fd4e20 was 1fd4e20, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/02 at 06:42:43

2002-12-09 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Reflect changes to rtems/.
  • configure.ac: Reflect changes to rtems/.
  • Property mode set to 100644
File size: 16.1 KB
Line 
12002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Reflect changes to rtems/.
4        * configure.ac: Reflect changes to rtems/.
5
62002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Reflect changes to posix/.
9        Reflect changes to itron/.
10
112002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
14
152002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
18        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
19        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
20        CFLAGS_PROFILE_V.
21        Hard-code RTEMS_CFLAGS_PROFILE = -pg
22        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
23        Remove GCCSED.
24        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
25        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
26
272002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * aclocal/rtems-flags.m4: New.
30
312002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
34
352002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
38        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
39
402002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * include/rtems/libio_.h: Remove.
43
442002-11-18      Joel Sherrill <joel@OARcorp.com>
45
46        * aclocal/version.m4: Updated to rtems-ss-20021118.
47
482002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * include/rtems/userenv.h: Rely upon <limits.h> for
51        _POSIX_LOGIN_NAME_MAX.
52
532002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
56        * automake/compile.am: Acknowledge configuration-time CFLAGS.
57        Remove CFLAGS_DEFAULT.
58
592002-11-11      Joel Sherrill <joel@OARcorp.com>
60
61        * aclocal/version.m4: Updated to rtems-ss-20021111.
62
632002-11-11      Joel Sherrill <joel@OARcorp.com>
64
65        * aclocal/version.m4: Updated to rtems-ss-20021111.
66
672002-11-01      Joel Sherrill <joel@OARcorp.com>
68
69        * ChangeLog: Corrected.
70
712002-10-30      Eric Norum <eric.norum@usask.ca>
72
73        * include/rtems/bspIo.h: Add vprintk function for kernel printing
74        from routines which have already obtained the va_list pointer.
75
762002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * aclocal/check-bsp-cache.m4: Remove.
79
802002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
83
842002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
87
882002-10-21      Joel Sherrill <joel@OARcorp.com>
89
90        * aclocal/version.m4: Updated to rtems-20021021-test.
91
922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * .cvsignore: Reformat.
95        Add autom4te*cache.
96        Remove autom4te.cache.
97
982002-10-07      Joel Sherrill <joel@OARcorp.com>
99
100        * aclocal/version.m4: Updated to rtems-ss-20021007.
101
1022002-10-04      Joel Sherrill <joel@OARcorp.com>
103
104        * aclocal/version.m4: Updated to rtems-JUNK.
105
1062002-10-04      Joel Sherrill <joel@OARcorp.com>
107
108        * aclocal/version.m4: Updated to rtems-ss-20021004.
109
1102002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * score/include/Makefile.am: Remove cpuopt.h generation.
113        * configure.ac: Correct package name.
114        Don't build ada if POSIX is disabled.
115        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
116
1172002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * aclocal/prog-gnat.m4: New.
120        * configure.ac: Add ada subdir handling.
121
1222002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * aclocal/bsp-alias.m4: Remove.
125
1262002-08-07      Joel Sherrill <joel@OARcorp.com>
127
128        * aclocal/version.m4: Updated to rtems-ss-20020807.
129
1302002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Add missing ',' to librpc activation.
133        Add AC_MSG_CHECKING/AC_MSG_RESULT.
134        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
135
1362002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Fix bug in librpc activation, having introduced by
139        yesterday's patch.
140
1412002-08-06      Joel Sherrill <joel@OARcorp.com>
142
143        * configure.ac: or32 does not currently support librpc.
144
1452002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
148
1492002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
152        Use AS_IF instead of if/then/else/fi.
153
1542002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * wrapup/Makefile.am: Use librtems.a.
157        * wrapup/Makefile.am: Use libsapi.a.
158
1592002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * wrapup/Makefile.am: Use libscore.a.
162
1632002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * aclocal/canonicalize-tools.m4: Remove LD.
166        * automake/lib.am: Remove LD.
167        * Makefile.am: Put preinstall-stamp into CLEANFILES.
168
1692002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
172        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
173
1742002-07-31      Joel Sherrill <joel@OARcorp.com>
175
176        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
177        was just a stub and only the OR32 port is getting worked on.
178
1792002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
182
1832002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * automake/compile.am: Use .$(OBJEXT) instead of .o.
186
1872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
190
1912002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * wrapup/Makefile.am: Use project_libdir instead of
194        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
195        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
196
1972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * automake/lib.am: Use project_libdir instead of
200        $(PROJECT_RELEASE)/lib.
201
2022002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
205        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
206        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
207        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
208        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
209        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
210        references to bsp_specs. Use project_libdir instead of
211        $(PROJECT_RELEASE)/lib.
212
2132002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
216        * aclocal/check-cpu.m4: Ditto.
217        * aclocal/check-bsps.m4: Ditto.
218
2192002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * automake/multilib.am: Add install-multi.
222        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
223        version.m4.
224        Add --with-project-root.
225        Reflect --with-project-root to setting up PROJECT_ROOT.
226        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
227        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
228        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
229
2302002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: RTEMS_TOP(..).
233
2342002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
237
2382002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
241
2422002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Remove RTEMS_PROJECT_ROOT.
245        * aclocal/project-root.m4: Remove.
246
2472002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * aclocal/enable-multiprocessing.m4: Fix typo.
250        * aclocal/prog-cc.m4: Remove obsolete comments.
251        Comment out GCCSED.
252
2532002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * aclocal/prog-ccas.m4: New.
256        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
257        RTEMS_GCC_PRINT
258        * aclocal/check-multiprocessing.m4: Fix typo.
259        * automake/compile.am: Remove CXX support.
260        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
261
2622002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
265
2662002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Remove references to RTEMS_BSP.
269        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
270        Allow building w/ --enable-multiprocessing --enable-multilib.
271        * aclocal/enable-multiprocessing.m4:
272        Eliminate RTEMS_HAS_MULTIPROCESSING.
273
2742002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Fix stupid typo in previous patch.
277
2782002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Add librpc. AC_PROG_RANLIB.
281        * wrapup/Makefile.am: Add librpc.
282        Use relative path to lib*.a for
283        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
284
2852002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * aclocal/subdirs.m4: Remove.
288
2892002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * wrapup/Makefile.am: Use relative path to lib*.a for
292        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
293
2942002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Include $(top_srcdir)/automake/*.am.
297        Use aclocal.
298        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
299        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
300        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
301        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
302        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
303        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
304        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
305        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
306        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
307        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
308        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
309        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
310        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
311        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
312        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
313        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
314        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
315        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
316
3172002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * aclocal/bsp-alias.m4: Copied over from aclocal/.
320        * aclocal/canonical-host.m4: Ditto.
321        * aclocal/canonical-target-name.m4: Ditto.
322        * aclocal/canonicalize-tools.m4: Ditto.
323        * aclocal/check-bsp-cache.m4: Ditto.
324        * aclocal/check-bsps.m4: Ditto.
325        * aclocal/check-cpu.m4: Ditto.
326        * aclocal/check-itron.m4: Ditto.
327        * aclocal/check-multiprocessing.m4: Ditto.
328        * aclocal/check-networking.m4: Ditto.
329        * aclocal/check-newlib.m4: Ditto.
330        * aclocal/check-posix.m4: Ditto.
331        * aclocal/check-tool.m4: Ditto.
332        * aclocal/enable-bare.m4: Ditto.
333        * aclocal/enable-inlines.m4: Ditto.
334        * aclocal/enable-itron.m4: Ditto.
335        * aclocal/enable-multiprocessing.m4: Ditto.
336        * aclocal/enable-networking.m4: Ditto.
337        * aclocal/enable-posix.m4: Ditto.
338        * aclocal/enable-rtemsbsp.m4: Ditto.
339        * aclocal/env-rtemsbsp.m4: Ditto.
340        * aclocal/env-rtemscpu.m4: Ditto.
341        * aclocal/gcc-pipe.m4: Ditto.
342        * aclocal/gcc-specs.m4: Ditto.
343        * aclocal/multi.m4: Ditto.
344        * aclocal/multilib.m4: Ditto.
345        * aclocal/prog-cc.m4: Ditto.
346        * aclocal/project-root.m4: Ditto.
347        * aclocal/rtems-cpu-subdirs.m4: Ditto.
348        * aclocal/rtems-debug.m4: Ditto.
349        * aclocal/rtems-top.m4: Ditto.
350        * aclocal/subdirs.m4: Ditto.
351        * aclocal/sysv-ipc.m4: Ditto.
352        * aclocal/tool-paths.m4: Ditto.
353        * aclocal/version.m4: Ditto.
354
3552002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * automake/compile.am: Copied over from automake/.
358        * automake/lib.am: Copied over from automake/.
359        * automake/local.am: Copied over from automake/.
360        * automake/multilib.am: Copied over from automake/.
361        * automake/subdirs.am: Copied over from automake/.
362        * Makefile.am: Add automake/*.am.
363
3642002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Add libnetworking.
367        * wrapup/Makefile.am: Ditto.
368
3692002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
372        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
373
3742002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Add libcsupport.
377        * wrapup/Makefile.am: Ditto.
378
3792002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Add preinstall-stamp.
382
3832002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Remove ENABLE_GCC28.
386
3872002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
390
3912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac:
394        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
395        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
396        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
397        * Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
399
4002001-01-17      Joel Sherrill <joel@OARcorp.com>
401
402        * ChangeLog: Deleted duplicate blank line.
403
4042002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
407        ITRON_SUBDIRS.
408        * configure.ac: Rework enable_unixlib handling.
409        Add RTEMS_MULTILIBS to cpuopts.h.
410        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
411        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
412
4132002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * wrapup/Makefile.am: Add install-hook.
416        Remove SIZE_RTEMS.
417        * include/rtems/fs.h: New, extracted from libio_.h.
418        * include/rtems/userenv.h: New. extracted from libio_.h.
419
4202002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * Makefile.am: Readded reference to wrapup.
423
4242002-01-06      Joel Sherrill <joel@OARcorp.com>
425
426        * wrapup/.cvsignore: Readded.
427        * include/.cvsignore: New file.
428
4292002-01-04      Joel Sherrill <joel@OARcorp.com>
430
431        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
432
4332001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.ac: Use AS_IF instead of if/then/else.
436        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
437        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
438        Add include/Makefile to CONFIG_FILES.
439        Add AC_ENABLE_MULITLIB.
440        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
441        Remove */optman/Makefile from CONFIG_FILES.
442        * Makefile.am: Add include to SUBDIRS.
443        * rtems/Makefile.am: Remove optman from SUBDIRS.
444        * sapi/Makefile.am: Remove optman from SUBDIRS.
445        * include/Makefile.am: New file.
446        * include/rtems/bspIo.h: Relocated from lib/include.
447        * include/rtems/libio_.h: Relocated from lib/include.
448
4492001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * wrapup/posix/Makefile.am: Add multilib support.
452        * wrapup/itron/Makefile.am: Add multilib support.
453        * wrapup/rtems/Makefile.am: Add multilib support.
454        * Makefile.am: Add multilib support.
455
4562001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
459
4602001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
463        Reflect changes to configuration of rtems, score and sapi subdirs.
464        * Makefile.am: require automake-1.5.
465
4662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
469        * configure.in: Remove.
470        * configure.ac: New file, generated from configure.in by autoupdate.
471
4722001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
475
4762001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
479
4802001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
483
4842000-12-01      Joel Sherrill <joel@OARcorp.com>
485
486        * configure.in: Removed error check for enabling macros with
487        either POSIX or ITRON API.
488
4892000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
492
4932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
496
4972000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
500        Switch to GNU canonicalization.
501
5022000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
505
5062000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
509        wrapup/rtems/Makefile.am: Include compile.am
510
5112000-08-10      Joel Sherrill <joel@OARcorp.com>
512
513        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.