source: rtems/c/src/lib/libbsp/m68k/mvme147s/ChangeLog @ 8ee3775

4.115
Last change on this file since 8ee3775 was 8ee3775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:43

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

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