source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog @ c61c097

4.104.114.84.95
Last change on this file since c61c097 was c61c097, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:58:28

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 3.1 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
7        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
9
102002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
13
142002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
17        Remove $(OBJS) from all-local.
18
192002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
22
232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac:
26        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
27        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
28        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
36
372001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
40
412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
44        * configure.in: Remove.
45        * configure.ac: New file, generated from configure.in by autoupdate.
46
472001-09-27      Joel Sherrill <joel@OARcorp.com>
48
49        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
50        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
51
522001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * include/Makefile.am: Use 'CLEANFILES ='.
55        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
56
572001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.in: Add bspopts.h.
60        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
61        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
62        * include/bsp.h: Include bspopts.h.
63
642001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
65
66        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
67
682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
71
722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
75
762000-11-01      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
79        and libcsupport.h moved from libc to lib/include/rtems and
80        now must be referenced as <rtems/XXX.h>.   Header file order
81        was cleaned up while doing this.
82
832000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
86        Switch to GNU canonicalization.
87
882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
91        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
92        compile.am
93
942000-08-10      Joel Sherrill <joel@OARcorp.com>
95
96        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.