source: rtems/testsuites/ChangeLog @ 9d7508e

Last change on this file since 9d7508e was 9d7508e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:10:26

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 17.2 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require automake-1.10. Requires autoconf-2.60.
8        * aclocal/prog-cxx.m4, aclocal/rtems-top.m4, aclocal/version.m4:
9        Adaptations to automake-1.10.
10
112006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
12
13        * samples/fileio/system.h:
14        (PR1118) make use of the new confdefs.h mechanisms
15        for the IDE/ATA interface
16       
172006-04-18  Joel Sherrill <joel@OARcorp.com>
18
19        * aclocal/version.m4: Updated to rtems-4.6.99.3.
20
212006-02-01      Joel Sherrill <joel@OARcorp.com>
22
23        PR 855/tests
24        * support/include/tmacros.h: Fix typo.
25
262005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * aclocal/enable-bare.m4: Remove (Unused).
29        * aclocal/env-rtemsbsp.m4, configure.ac:
30        Remove RTEMS_ENABLE_BARE,
31        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
32
332005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * automake/compile.am: Remove .coff. Remove .obj.
36
372005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * automake/local.am: Remove depend.
40        * automake/host.am: Remove depend.
41        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
42        * automake/local.am: Remove preinstall-am.
43        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
44        Set rtems_testsdir to $libdir/rtems-4.7/tests.
45        * configure.ac: Remove AMPOLISH3 (Unused).
46        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
47        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
48        Remove ARCH. Remove LINK_LIBS.
49        Extend clean-local to catch most temporary files make-exe is
50        creating.
51        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
52        Remove project_includedir.
53        Add rtems_testsdir.
54        * aclocal/rtems-top.m4: Remove dirstamp.
55
562005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Remove preinstall.am
59        * preinstall.am: Remove.
60        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
61
622005-11-10      Joel Sherrill <joel@OARcorp.com>
63
64        * support/.cvsignore: New file.
65
662005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Don't preinstall support/include headers.
69        * configure.ac: Fix config-variables of conditionally built subdirs.
70
712005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
74        aclocal/check-networking.m4, aclocal/check-posix.m4,
75        aclocal/check-tests.m4, aclocal/enable-itron.m4,
76        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
77        aclocal/enable-posix.m4: Remove (Unused).
78
792005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
82        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
83        GCCSPECS.
84        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
85        up temporary CPPFLAGS to compile check cpuopts.h.
86        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
87        --enable-project-root. Remove --with-project-root.
88        Fix --enable-rtems-root.
89        * automake/compile.am, aclocal/env-rtemsbsp.m4:
90        Assume PROJECT_ROOT to contain RTEMS_BSP.
91
922005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
95        * Makefile.am: Merge-in support/Makefile.am
96        * aclocal/check-cpuopts.m4: Add config.cache support.
97        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
98        OBJS from LINK_FILES.
99        * configure.ac: Add AMPOLISH3. Remove support/.
100
1012005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
104        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
105        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
106        Remove RTEMS_GCC_SPECS.
107        * aclocal/check-multiprocessing.m4: Don't require
108        RTEMS_ENABLE_MULTILIB.
109        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
110        GCCSPECS.
111        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
112        RTEMS_CXXFLAGS.
113        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
114        RTEMS_CFLAGS.
115        * aclocal/check-cpuopts.m4: New.
116        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
117        manually set up GCCSPEC (Now setup from inside configure). Remove
118        RTEMS_RELLDFLAGS (Used).
119        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
120        aclocal/multilib.m4: Remove (Unused).
121        * automake/compile.am: Remove CCAS support.
122
1232005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * automake/compile.am: Remove depend.
126        * automake/compile.am: Take contents of amcompile.am.
127        * aclocal/check-posix.m4: Sync with cpukit.
128        * automake/local.am: Remove depend-am.
129        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
130        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
131        Remove.
132        * automake/subdirs.am: Remove depend-recursive.
133        * configure.ac: Sync POSIX and ITRON magic with cpukit.
134        * automake/amcompile.am: New.
135
1362005-09-02      Joel Sherrill <joel@OARcorp.com>
137
138        * aclocal/version.m4: Updated to rtems-4.6.99.2.
139
1402004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
143        is defined.
144        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
145        itron for unix.
146
1472004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
150        * configure.ac, support/configure.ac: Require automake > 1.9.
151
1522004-07-28      Joel Sherrill <joel@OARcorp.com>
153
154        * aclocal/version.m4: Updated to rtems-4.6.99.1.
155
1562004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
159
1602004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
163
1642004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * aclocal/rtems-top.m4: Add rtems_rootdir.
167        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
168        $rtems_rootdir.
169        * support/include/tmacros.h: Convert to using c99 fixed size types.
170        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
171        RTEMS_TOP.
172        * aclocal/check-custom-bsp.m4: Fix minor typo.
173        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
174        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
175        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
176        aclocal/enable-tests.m4, aclocal/multilib.m4,
177        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
178        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
179        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
180        Add --enable-rtems-root. Rework RTEMS_ROOT.
181
1822004-03-03      Joel Sherrill <joel@OARcorp.com>
183
184        * support/include/buffer_test_io.h: Correct typo.
185
1862004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * aclocal/rtems-top.m4: Rework.
189        * aclocal/project-root.m4: Remove obsolete comments.
190        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
191        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
192        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
193
1942004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove subdir tools.
197        * aclocal/target.m4: Remove (Unused).
198
1992004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * aclocal/version.m4: 4.6.99.0.
202
2032004-02-03      Joel Sherrill <joel@OARcorp.com>
204
205        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
206        compiler mode.
207
2082004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * support/Makefile.am: Add PREINSTALL_DIRS.
211
2122004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
215        PRE/TMPINSTALL_FILES to CLEANFILES.
216
2172004-01-07      Joel Sherrill <joel@OARcorp.com>
218
219        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
220        port more completely covers the MIPS family.
221
2222004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
225        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
226        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
227        Cleanup comments.
228        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
229        Remove build-variants. Hard-code ARCH=o-optimize.
230        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
231        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
232        conditional.
233        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
234        CFLAGS_DEBUG_V.
235        * aclocal/rtems-flags.m4: Remove (Unused).
236        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
237        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
238        (Implicitly handled by automake).
239        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
240        RTEMS_CFLAGS.
241
2422003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
245
2462003-12-17      Joel Sherrill <joel@OARcorp.com>
247
248        * aclocal/version.m4: Updated to rtems-20031217-test.
249
2502003-12-16      Joel Sherrill <joel@OARcorp.com>
251
252        PR 544/tests
253        * support/include/buffer_test_io.h: Various modifications to make
254        tests account for resources and not print at inappropriate times.
255
2562003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
259        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
260
2612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
264        * automake/compila.am: Remove ARCH.
265        * configure.ac, support/configure.ac: Require automake >= 1.8,
266        autoconf >= 2.59.
267        * support/Makefile.am: Use mkdir_p. Remove dirs from
268        PRE/TMPINSTALL_FILES. Use include_HEADERS.
269        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
270
2712003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
274        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
275        AC_SUBST(dirstamp).
276        * aclocal/lead-dot.m4: New (from automake-1.7f).
277
2782003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
281        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
282        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
283        aclocal/check-networking.m4, aclocal/check-posix.m4,
284        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
285        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
286        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
287        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
288        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
289        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
290        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
291        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
292        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
293        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
294        underquoting to silence automake-1.8.
295
2962003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac, support/configure.ac: Reflect having moved to
299        testsuites/.
300
3012003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
304        RTEMS Version message.
305
3062003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * aclocal/canonical-host.m4: Remove.
309        * configure.ac: Remove RTEMS_CANONICAL_HOST.
310        * aclocal/canonical-target-name.m4: Merge-in
311        aclocal/canonical-host.m4.
312
3132003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
316        * aclocal/bsp_alias.m4: Remove.
317
3182003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
321        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
322        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
323        instead of RTEMS_CHECK_CPU.
324        * aclocal/check-cpu.m4: Remove.
325        * configure.ac: Remove RTEMS_CHECK_CPU.
326
3272003-09-04      Joel Sherrill <joel@OARcorp.com>
328
329        * support/include/tmacros.h: URL for license changed.
330
3312003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * aclocal/rtems-top.m4: Add RTEMS_API.
334        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
335
3362003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
339        * aclocal/enable-tests.m4: Change to support
340        --enable-tests=no|yes|samples, default is samples.
341        * configure.ac: Reflect changes above.
342
3432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
346
3472003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * automake/local.am, automake/host.am: Remove "debug".
350        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
351        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
352        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
353        aclocal/check-cxx.m4, aclocal/check-itron.m4,
354        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
355        aclocal/check-posix.m4, aclocal/check-tool.m4,
356        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
357        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
358        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
359        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
360        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
361        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
362        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
363        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
364        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
365        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
366        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
367        (Copied from ../../../aclocal).
368
3692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
372        * automake/compile.am, automake/host.am, automake/leaf.am
373        automake/local.am, automake/subdirs.am: New (copied from
374        ../../../automake).
375
3762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
379        bug report email address.
380
3812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
384
3852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
388        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
389
3902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
393        Remove autom4te.cache.
394
3952002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * support/configure.ac: Reflect changes above.  Take out unnecessary
398        autoconf macros.
399        * support/include/Makefile.am: Remove.
400        * support/Makefile.am: Merge in former include/Makefile.am.
401
4022002-08-01      Joel Sherrill <joel@OARcorp.com>
403
404        * Per PR47 add support for buffered test output.  This involved
405        adding defines to redirect output to a buffer and dump it when full,
406        at "test pause", and at exit.  To avoid problems when redefining
407        exit(), all tests were modified to call rtems_test_exit(). Some
408        tests, notable psxtests, had to be modified to include  the standard
409        test macro .h file (pmacros.h or tmacros.h) to enable this support.
410        * support/include/buffer_test_io.h: New file.
411
4122002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac: Remove ENABLE_GCC28.
415
4162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
419        Remove AUTOMAKE_OPTIONS.
420        * configure.ac, support/configure.ac:
421        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
422        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
423
4242001-11-07      Joel Sherrill <joel@OARcorp.com>
425
426        Tracked as PR72 but related to the object id problem (PR36)
427        reported by Todor.Todorov@barco.com.
428        but discovered independently.
429        * support/include/tmacros.h: Added
430        fatal_directive_check_status_only().
431
4322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
435        2.52.
436        * configure.ac, support/configure.ac: New file, generated from
437        configure.in by autoupdate.
438        * configure.in, support/configure.in: Remove.
439
4402001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
443        handling.
444
4452001-08-16      Joel Sherrill <joel@OARcorp.com>
446
447        * support/include/tmacros.h: Attempt to print errno as further
448        information.
449
4502001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
453        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
454
4552001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
456
457        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
458
4592001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
462        * support/Makefile.am: Remove stubdr, wrapup.
463        * support/stubdr/Makefile.am, support/stubdr/open.c,
464        support/stubdr/close.c, support/stubdr/init.c,
465        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
466        support/stubdr/.cvsignore, support/stubdr/read.c,
467        support/stubdr/write.c, support/wrapup/Makefile.am,
468        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
469
4702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
473        in ACLOCAL_AMFLAGS.
474
4752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
478        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
479        $(RTEMS_TOPdir)/aclocal.
480
4812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
484        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
485
4862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
489        compile.am
490
4912000-08-10      Joel Sherrill <joel@OARcorp.com>
492
493        * ChangeLog, support/ChangeLog: New file.
494
Note: See TracBrowser for help on using the repository browser.