source: rtems/c/src/lib/libbsp/m68k/mvme147s/ChangeLog @ 9b2a6bb

4.104.115
Last change on this file since 9b2a6bb was f94053b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:48:34

2009-10-21 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/mvme147s.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 16.5 KB
Line 
12009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/mvme147s.cfg: Remove RTEMS_BSP_FAMILY.
4
52009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * make/custom/mvme147s.cfg: New (relocated from /make/custom).
8
92009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
12
13 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
16        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
17        have the same options.
18
192008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * bsp_specs: Move -e start from *link to *startfile to avoid warning
22        for undefined entry symbol when linking relocatables with binutils
23        2.19.
24
252008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
28        of building libbspstart.a, using automake-rules.
29
302008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Eliminate *_SOURCES.
33
342008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
37        components.
38
392008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
42
432008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * configure.ac: Make letting boot_card() handle work area allocation
46        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
47        BSP_BOOTCARD_OPTIONS.
48
492008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * include/bsp.h: Remove unnecessary boilerplate comments.
52
532008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * Makefile.am, startup/linkcmds: Use top level shared
56        bsp_get_work_area() implementation.
57
582008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add
61        use of bsp_get_work_area() in its own file and rely on BSP Framework
62        to perform more initialization. Remove unnecessary includes of
63        rtems/libio.h and rtems/libcsupport.h.
64
652008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
68        phase, all prototypes were removed from bsp.h and empty
69        implementations were removed and made to use the shared stub.
70
712008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * Makefile.am: Rework to avoid .rel files.
74
752008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * startup/bspstart.c: Refactored and renamed initialization routines to
78        rtems_initialize_data_structures, rtems_initialize_before_drivers,
79        rtems_initialize_device_drivers, and
80        rtems_initialize_start_multitasking. This opened the sequence up so
81        that bootcard() could provide a more robust and flexible framework
82        which is easier to explain and understand. This also lays the
83        groundwork for sharing the division of available memory between the
84        RTEMS workspace and heap and the C library initialization across all
85        BSPs.
86
872008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * startup/linkcmds: Add wildcard to gcc_except_table section so
90        programs compiled with gcc 4.3.x can link.
91
922007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
95        Configuration Table. Use the RTEMS provided accessor macros to obtain
96        configuration fields.
97
982007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
101        from CPU Table to Configuration Table. Eliminate CPU Table from all
102        ports. Delete references to CPU Table in all forms.
103
1042007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
107        Table fields to the Configuration Table. This included
108        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
109        do_zero_of_workspace, extra_mpci_receive_server_stack,
110        stack_allocate_hook, and stack_free_hook. As a side-effect of this
111        effort some multiprocessing code was made conditional and some style
112        clean up occurred.
113
1142007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
117        m68k CPU Table since it is never read.
118
1192007-05-03      Joel Sherrill <joel@OARcorp.com>
120
121        * startup/linkcmds: Handle .data.* sections
122
1232007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * bsp_specs: Remove qrtems_debug.
126
1272007-04-02      Joel Sherrill <joel@OARcorp.com>
128
129        * Makefile.am: Add dummy printk support so all tests link.
130
1312006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * configure.ac: New BUG-REPORT address.
134
1352006-11-15      Joel Sherrill <joel@OARcorp.com>
136
137        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
138        file and simplified initialization.
139
1402006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * Makefile.am: Remove superfluous -DASM.
143
1442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * configure.ac: Require autoconf-2.60. Require automake-1.10.
147
1482006-02-08      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/linkcmds: Add sections required by newer gcc versions.
151
1522006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * Makefile.am: Add preinstall.am.
155
1562005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * include/bsp.h: New header guard.
159
1602005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
163
1642005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * Makefile.am: Remove build-variant support.
167
1682004-11-25      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
171
1722004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
173
174        * configure.ac: Require automake > 1.9.
175
1762004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        PR 610/bsps
179        * Makefile.am: Add include/tm27.h, Cosmetics.
180        * include/tm27.h: Final cosmetics.
181
1822004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
183
184        * include/bsp.h: Split out tmtest27 support.
185        * include/tm27.h: New.
186
1872004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
188
189        PR 613/bsps
190        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
191
1922004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
193
194        PR 614/bsps
195        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
196
1972004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
198
199        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
200        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
201        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
202
2032004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
204
205        * include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
206        startup/bspstart.c: Convert to using c99 fixed size types.
207
2082004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Reflect changes to bsp.am.
211        Preinstall dist_project_lib*.
212
2132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Reflect changes to bsp.am.
216
2172004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
220
2212004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Pickup files from ../../m68k/shared instead of
224        ../shared. Reformat.
225
2262004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
229        Remove AM_CONDITIONAL(HAS_MP).
230
2312004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
234
2352004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
238        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
239        wrapup/Makefile.am.
240        Use automake compilation rules.
241        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
242        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
243        Remove.
244        * configure.ac: Reflect changes above.
245
2462004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Add PREINSTALL_DIRS.
249        * wrapup/Makefile.am: Reflect changes to libcpu.
250
2512004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * wrapup/Makefile.am: Reflect changes to libcpu.
254
2552004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * start/.cvsignore: Remove.
258        * start/Makefile.am: Remove.
259        * Makefile.am: Merge-in start/Makefile.am.
260        * configure.ac: Reflect changes above.
261
2622004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
265        Add PRE/TMPINSTALL_FILES to CLEANFILES.
266        * start/Makefile.am: Ditto.
267        * startup/Makefile.am: Ditto.
268
2692004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Eliminate $(LIB).
272        Use noinst_DATA to trigger building libbsp.a.
273
2742003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Remove GENERIC_FILES.
277
2782003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
281        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
282
2832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
286        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
287
2882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
291
2922003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * start/Makefile.am: Misc cleanups and fixes.
295        * startup/Makefile.am: Misc cleanups and fixes.
296        * wrapup/Makefile.am: Misc cleanups and fixes.
297
2982003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Add preinstallation dirstamp support.
301        * clock/Makefile.am: Cosmetics.
302        * console/Makefile.am: Cosmetics.
303        * shmsupp/Makefile.am: Cosmetics.
304        * startup/Makefile.am: Cosmetics.
305        * timer/Makefile.am: Cosmetics.
306        * wrapup/Makefile.am: Cosmetics.
307
3082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * clock/Makefile.am: Remove all-local: $(ARCH).
311        * console/Makefile.am: Remove all-local: $(ARCH).
312        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
313        * start/Makefile.am: Remove all-local: $(ARCH).
314        * startup/Makefile.am: Remove all-local: $(ARCH).
315        * timer/Makefile.am: Remove all-local: $(ARCH).
316        * wrapup/Makefile.am: Remove all-local: $(ARCH).
317
3182003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Merge-in include/Makefile.am.
321        Reflect changes to bsp.am.
322        * include/Makefile.am: Remove.
323        * configure.ac: Reflect changes above.
324
3252003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * bsp_specs: Remove *lib:.
328
3292003-09-04      Joel Sherrill <joel@OARcorp.com>
330
331        * include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
332        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
333        startup/bspstart.c, startup/linkcmds: URL for license changed.
334
3352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Reflect having moved aclocal/.
338
3392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Reflect having moved automake/.
342        * clock/Makefile.am: Reflect having moved automake/.
343        * console/Makefile.am: Reflect having moved automake/.
344        * include/Makefile.am: Reflect having moved automake/.
345        * shmsupp/Makefile.am: Reflect having moved automake/.
346        * start/Makefile.am: Reflect having moved automake/.
347        * startup/Makefile.am: Reflect having moved automake/.
348        * timer/Makefile.am: Reflect having moved automake/.
349        * wrapup/Makefile.am: Reflect having moved automake/.
350
3512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        PR 452/bsps
354        * startup/Makefile.am: Remove USE_INIT_FINI.
355
3562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
359
3602003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        PR 445/bsps
363        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
364        Remove cpp, old_cpp (now unused).
365
3662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Remove AC_CONFIG_AUX_DIR.
369
3702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
373
3742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: AC_PREREQ(2.57).
377
3782003-01-20      Joel Sherrill <joel@OARcorp.com>
379
380        * startup/linkcmds*: Add FreeBSD sysctl() sections.
381
3822002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
385        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
387        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
390
3912002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * start/Makefile.am: Use install-data-local to install startfile.
394
3952002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
398
3992002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
402
4032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * .cvsignore: Reformat.
406        Add autom4te*cache.
407        Remove autom4te.cache.
408
4092002-08-21      Joel Sherrill <joel@OARcorp.com>
410
411        * bsp_specs: Added support for -nostdlibs.
412
4132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
416        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
417        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
418        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
422
4232002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * start/Makefile.am: Eliminate PGM.
426        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
427
4282002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
431
4322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
435        Remove $(OBJS) from all-local.
436
4372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
440
4412001-05-09      Joel Sherrill <joel@OARcorp.com>
442
443        * startup/linkcmds: In support of gcc 3.1, added one of more
444        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
445        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
446        and direction of segments to memory regions may also have been
447        addressed.  This was a sweep across all BSPs.
448 
4492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac:
452        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
453        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
454        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
463
4642001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
467
4682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
471        * configure.in: Remove.
472        * configure.ac: New file, generated from configure.in by autoupdate.
473
4742001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
477
4782001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
481        happy.
482
4832001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.in: Add bspopts.h.
486        * include/.cvsignore: Add bspopts.h*, stamp-h*.
487        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
488        * include/bsp.h: Include bspopts.h.
489
4902001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
491
492        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
493
4942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
497
4982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
501
5022000-11-01      Joel Sherrill <joel@OARcorp.com>
503
504        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
505        and libcsupport.h moved from libc to lib/include/rtems and
506        now must be referenced as <rtems/XXX.h>.   Header file order
507        was cleaned up while doing this.
508
5092000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
512        Switch to GNU canonicalization.
513
5142000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
515
516        * startup/linkcmds: Added lines so DWARF debug information
517        would be available.  Otherwise gdb complains that the offsets
518        for the debug info are incorrect and doesn't load the files.
519
5202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
523        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
524        wrapup/Makefile.am: Include compile.am
525
5262000-08-10      Joel Sherrill <joel@OARcorp.com>
527
528        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.