source: rtems/c/src/exec/ChangeLog @ 1960925d

4.104.114.84.95
Last change on this file since 1960925d was 1960925d, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:46:40

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
9
102001-01-17      Joel Sherrill <joel@OARcorp.com>
11
12        * ChangeLog: Deleted duplicate blank line.
13
142002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
17        ITRON_SUBDIRS.
18        * configure.ac: Rework enable_unixlib handling.
19        Add RTEMS_MULTILIBS to cpuopts.h.
20        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
21        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
22
232002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * wrapup/Makefile.am: Add install-hook.
26        Remove SIZE_RTEMS.
27        * include/rtems/fs.h: New, extracted from libio_.h.
28        * include/rtems/userenv.h: New. extracted from libio_.h.
29
302002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Readded reference to wrapup.
33
342002-01-06      Joel Sherrill <joel@OARcorp.com>
35
36        * wrapup/.cvsignore: Readded.
37        * include/.cvsignore: New file.
38
392002-01-04      Joel Sherrill <joel@OARcorp.com>
40
41        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
42
432001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Use AS_IF instead of if/then/else.
46        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
47        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
48        Add include/Makefile to CONFIG_FILES.
49        Add AC_ENABLE_MULITLIB.
50        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
51        Remove */optman/Makefile from CONFIG_FILES.
52        * Makefile.am: Add include to SUBDIRS.
53        * rtems/Makefile.am: Remove optman from SUBDIRS.
54        * sapi/Makefile.am: Remove optman from SUBDIRS.
55        * include/Makefile.am: New file.
56        * include/rtems/bspIo.h: Relocated from lib/include.
57        * include/rtems/libio_.h: Relocated from lib/include.
58
592001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/posix/Makefile.am: Add multilib support.
62        * wrapup/itron/Makefile.am: Add multilib support.
63        * wrapup/rtems/Makefile.am: Add multilib support.
64        * Makefile.am: Add multilib support.
65
662001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
69
702001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
73        Reflect changes to configuration of rtems, score and sapi subdirs.
74        * Makefile.am: require automake-1.5.
75
762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
79        * configure.in: Remove.
80        * configure.ac: New file, generated from configure.in by autoupdate.
81
822001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
85
862001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
89
902001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
93
942000-12-01      Joel Sherrill <joel@OARcorp.com>
95
96        * configure.in: Removed error check for enabling macros with
97        either POSIX or ITRON API.
98
992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
102
1032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
106
1072000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
110        Switch to GNU canonicalization.
111
1122000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
115
1162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
119        wrapup/rtems/Makefile.am: Include compile.am
120
1212000-08-10      Joel Sherrill <joel@OARcorp.com>
122
123        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.