source: rtems/testsuites/ChangeLog @ 8eb78a20

4.104.114.84.95
Last change on this file since 8eb78a20 was 8eb78a20, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/14/06 at 09:52:00

added ChangeLog? entries for PR1117/1118/1119/1120

  • Property mode set to 100644
File size: 16.9 KB
Line 
12006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * samples/fileio/system.h:
4        (PR1118) make use of the new confdefs.h mechanisms
5        for the IDE/ATA interface
6       
72006-04-18  Joel Sherrill <joel@OARcorp.com>
8
9        * aclocal/version.m4: Updated to rtems-4.6.99.3.
10
112006-02-01      Joel Sherrill <joel@OARcorp.com>
12
13        PR 855/tests
14        * support/include/tmacros.h: Fix typo.
15
162005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
17
18        * aclocal/enable-bare.m4: Remove (Unused).
19        * aclocal/env-rtemsbsp.m4, configure.ac:
20        Remove RTEMS_ENABLE_BARE,
21        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
22
232005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * automake/compile.am: Remove .coff. Remove .obj.
26
272005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * automake/local.am: Remove depend.
30        * automake/host.am: Remove depend.
31        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
32        * automake/local.am: Remove preinstall-am.
33        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
34        Set rtems_testsdir to $libdir/rtems-4.7/tests.
35        * configure.ac: Remove AMPOLISH3 (Unused).
36        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
37        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
38        Remove ARCH. Remove LINK_LIBS.
39        Extend clean-local to catch most temporary files make-exe is
40        creating.
41        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
42        Remove project_includedir.
43        Add rtems_testsdir.
44        * aclocal/rtems-top.m4: Remove dirstamp.
45
462005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Remove preinstall.am
49        * preinstall.am: Remove.
50        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
51
522005-11-10      Joel Sherrill <joel@OARcorp.com>
53
54        * support/.cvsignore: New file.
55
562005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Don't preinstall support/include headers.
59        * configure.ac: Fix config-variables of conditionally built subdirs.
60
612005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
64        aclocal/check-networking.m4, aclocal/check-posix.m4,
65        aclocal/check-tests.m4, aclocal/enable-itron.m4,
66        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
67        aclocal/enable-posix.m4: Remove (Unused).
68
692005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
72        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
73        GCCSPECS.
74        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
75        up temporary CPPFLAGS to compile check cpuopts.h.
76        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
77        --enable-project-root. Remove --with-project-root.
78        Fix --enable-rtems-root.
79        * automake/compile.am, aclocal/env-rtemsbsp.m4:
80        Assume PROJECT_ROOT to contain RTEMS_BSP.
81
822005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
85        * Makefile.am: Merge-in support/Makefile.am
86        * aclocal/check-cpuopts.m4: Add config.cache support.
87        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
88        OBJS from LINK_FILES.
89        * configure.ac: Add AMPOLISH3. Remove support/.
90
912005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
94        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
95        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
96        Remove RTEMS_GCC_SPECS.
97        * aclocal/check-multiprocessing.m4: Don't require
98        RTEMS_ENABLE_MULTILIB.
99        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
100        GCCSPECS.
101        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
102        RTEMS_CXXFLAGS.
103        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
104        RTEMS_CFLAGS.
105        * aclocal/check-cpuopts.m4: New.
106        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
107        manually set up GCCSPEC (Now setup from inside configure). Remove
108        RTEMS_RELLDFLAGS (Used).
109        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
110        aclocal/multilib.m4: Remove (Unused).
111        * automake/compile.am: Remove CCAS support.
112
1132005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * automake/compile.am: Remove depend.
116        * automake/compile.am: Take contents of amcompile.am.
117        * aclocal/check-posix.m4: Sync with cpukit.
118        * automake/local.am: Remove depend-am.
119        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
120        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
121        Remove.
122        * automake/subdirs.am: Remove depend-recursive.
123        * configure.ac: Sync POSIX and ITRON magic with cpukit.
124        * automake/amcompile.am: New.
125
1262005-09-02      Joel Sherrill <joel@OARcorp.com>
127
128        * aclocal/version.m4: Updated to rtems-4.6.99.2.
129
1302004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
133        is defined.
134        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
135        itron for unix.
136
1372004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
140        * configure.ac, support/configure.ac: Require automake > 1.9.
141
1422004-07-28      Joel Sherrill <joel@OARcorp.com>
143
144        * aclocal/version.m4: Updated to rtems-4.6.99.1.
145
1462004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
149
1502004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
153
1542004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * aclocal/rtems-top.m4: Add rtems_rootdir.
157        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
158        $rtems_rootdir.
159        * support/include/tmacros.h: Convert to using c99 fixed size types.
160        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
161        RTEMS_TOP.
162        * aclocal/check-custom-bsp.m4: Fix minor typo.
163        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
164        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
165        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
166        aclocal/enable-tests.m4, aclocal/multilib.m4,
167        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
168        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
169        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
170        Add --enable-rtems-root. Rework RTEMS_ROOT.
171
1722004-03-03      Joel Sherrill <joel@OARcorp.com>
173
174        * support/include/buffer_test_io.h: Correct typo.
175
1762004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * aclocal/rtems-top.m4: Rework.
179        * aclocal/project-root.m4: Remove obsolete comments.
180        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
181        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
182        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
183
1842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Remove subdir tools.
187        * aclocal/target.m4: Remove (Unused).
188
1892004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * aclocal/version.m4: 4.6.99.0.
192
1932004-02-03      Joel Sherrill <joel@OARcorp.com>
194
195        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
196        compiler mode.
197
1982004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * support/Makefile.am: Add PREINSTALL_DIRS.
201
2022004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
205        PRE/TMPINSTALL_FILES to CLEANFILES.
206
2072004-01-07      Joel Sherrill <joel@OARcorp.com>
208
209        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
210        port more completely covers the MIPS family.
211
2122004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
215        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
216        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
217        Cleanup comments.
218        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
219        Remove build-variants. Hard-code ARCH=o-optimize.
220        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
221        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
222        conditional.
223        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
224        CFLAGS_DEBUG_V.
225        * aclocal/rtems-flags.m4: Remove (Unused).
226        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
227        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
228        (Implicitly handled by automake).
229        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
230        RTEMS_CFLAGS.
231
2322003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
235
2362003-12-17      Joel Sherrill <joel@OARcorp.com>
237
238        * aclocal/version.m4: Updated to rtems-20031217-test.
239
2402003-12-16      Joel Sherrill <joel@OARcorp.com>
241
242        PR 544/tests
243        * support/include/buffer_test_io.h: Various modifications to make
244        tests account for resources and not print at inappropriate times.
245
2462003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
249        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
250
2512003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
254        * automake/compila.am: Remove ARCH.
255        * configure.ac, support/configure.ac: Require automake >= 1.8,
256        autoconf >= 2.59.
257        * support/Makefile.am: Use mkdir_p. Remove dirs from
258        PRE/TMPINSTALL_FILES. Use include_HEADERS.
259        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
260
2612003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
264        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
265        AC_SUBST(dirstamp).
266        * aclocal/lead-dot.m4: New (from automake-1.7f).
267
2682003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
271        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
272        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
273        aclocal/check-networking.m4, aclocal/check-posix.m4,
274        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
275        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
276        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
277        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
278        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
279        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
280        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
281        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
282        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
283        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
284        underquoting to silence automake-1.8.
285
2862003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac, support/configure.ac: Reflect having moved to
289        testsuites/.
290
2912003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
294        RTEMS Version message.
295
2962003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * aclocal/canonical-host.m4: Remove.
299        * configure.ac: Remove RTEMS_CANONICAL_HOST.
300        * aclocal/canonical-target-name.m4: Merge-in
301        aclocal/canonical-host.m4.
302
3032003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
306        * aclocal/bsp_alias.m4: Remove.
307
3082003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
311        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
312        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
313        instead of RTEMS_CHECK_CPU.
314        * aclocal/check-cpu.m4: Remove.
315        * configure.ac: Remove RTEMS_CHECK_CPU.
316
3172003-09-04      Joel Sherrill <joel@OARcorp.com>
318
319        * support/include/tmacros.h: URL for license changed.
320
3212003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * aclocal/rtems-top.m4: Add RTEMS_API.
324        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
325
3262003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
329        * aclocal/enable-tests.m4: Change to support
330        --enable-tests=no|yes|samples, default is samples.
331        * configure.ac: Reflect changes above.
332
3332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
336
3372003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * automake/local.am, automake/host.am: Remove "debug".
340        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
341        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
342        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
343        aclocal/check-cxx.m4, aclocal/check-itron.m4,
344        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
345        aclocal/check-posix.m4, aclocal/check-tool.m4,
346        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
347        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
348        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
349        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
350        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
351        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
352        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
353        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
354        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
355        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
356        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
357        (Copied from ../../../aclocal).
358
3592003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
362        * automake/compile.am, automake/host.am, automake/leaf.am
363        automake/local.am, automake/subdirs.am: New (copied from
364        ../../../automake).
365
3662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
369        bug report email address.
370
3712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
374
3752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
378        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
379
3802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
383        Remove autom4te.cache.
384
3852002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * support/configure.ac: Reflect changes above.  Take out unnecessary
388        autoconf macros.
389        * support/include/Makefile.am: Remove.
390        * support/Makefile.am: Merge in former include/Makefile.am.
391
3922002-08-01      Joel Sherrill <joel@OARcorp.com>
393
394        * Per PR47 add support for buffered test output.  This involved
395        adding defines to redirect output to a buffer and dump it when full,
396        at "test pause", and at exit.  To avoid problems when redefining
397        exit(), all tests were modified to call rtems_test_exit(). Some
398        tests, notable psxtests, had to be modified to include  the standard
399        test macro .h file (pmacros.h or tmacros.h) to enable this support.
400        * support/include/buffer_test_io.h: New file.
401
4022002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: Remove ENABLE_GCC28.
405
4062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
409        Remove AUTOMAKE_OPTIONS.
410        * configure.ac, support/configure.ac:
411        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
412        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
413
4142001-11-07      Joel Sherrill <joel@OARcorp.com>
415
416        Tracked as PR72 but related to the object id problem (PR36)
417        reported by Todor.Todorov@barco.com.
418        but discovered independently.
419        * support/include/tmacros.h: Added
420        fatal_directive_check_status_only().
421
4222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
425        2.52.
426        * configure.ac, support/configure.ac: New file, generated from
427        configure.in by autoupdate.
428        * configure.in, support/configure.in: Remove.
429
4302001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
433        handling.
434
4352001-08-16      Joel Sherrill <joel@OARcorp.com>
436
437        * support/include/tmacros.h: Attempt to print errno as further
438        information.
439
4402001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
443        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
444
4452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
446
447        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
448
4492001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
452        * support/Makefile.am: Remove stubdr, wrapup.
453        * support/stubdr/Makefile.am, support/stubdr/open.c,
454        support/stubdr/close.c, support/stubdr/init.c,
455        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
456        support/stubdr/.cvsignore, support/stubdr/read.c,
457        support/stubdr/write.c, support/wrapup/Makefile.am,
458        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
459
4602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
463        in ACLOCAL_AMFLAGS.
464
4652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
468        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
469        $(RTEMS_TOPdir)/aclocal.
470
4712000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
474        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
475
4762000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
479        compile.am
480
4812000-08-10      Joel Sherrill <joel@OARcorp.com>
482
483        * ChangeLog, support/ChangeLog: New file.
484
Note: See TracBrowser for help on using the repository browser.