source: rtems/c/src/ChangeLog @ f0d7515

4.104.114.84.95
Last change on this file since f0d7515 was f0d7515, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/09/02 at 05:01:03

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

  • Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs. Create make/custom/default.cfg.
  • configure.ac: Add creation of make/custon/*.cfg. Create make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache
  • Property mode set to 100644
File size: 5.2 KB
Line 
12002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Create make/@RTEMS_BSP@.cache.
4        Handle make/custom/*.cfgs.
5        Create make/custom/default.cfg.
6        * configure.ac: Add creation of make/custon/*.cfg.
7        Create make/${RTEMS_BSP}.cache.
8        Read make/${RTEMS_BSP}.cache
9
102002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Clean $(PROJECT_RELEASE).
13
142002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * acinclude.m4: Add test "$multilib" != "yes".
17        * config-ml.in: Remove.
18
192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * acinclude.m4: Cleanups.
22        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
23        ${srcdir}/exec/.
24        Further adaptations to autoconf >= 2.50.
25
262002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * acinclude.m4: New.
29        * Makefile.am: Remove tar-installation.
30        Prepend @exec@ to SUBDIRS.
31        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
32        Add RTEMS_ENABLE_MULTIPROCESSING.
33        Add RTEMS_CONFIG_SUBDIR([exec]...).
34
352002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Remove librpc.
38
392002-06-25      Joel Sherrill <joel@OARcorp.com>
40
41        * Per PR233, moved librpc to exec.
42        * configure.ac, wrapup/Makefile.am: Modified.
43        * librpc, librpc/ChangeLog: Removed.
44
452002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
48
492002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Remove lib.
52
532002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * config-ml.in: Take out arm and sh variants RTEMS does not support.
56
572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac:
60        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
61        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
62        * Makefile.am: Remove AUTOMAKE_OPTIONS.
63
642002-02-28      Victor V. Vengerov <vvv@oktet.ru>
65
66        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
67        * configure.ac: Modified to reflect addition.
68
692002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
72        AC_CONFIG_COMMANDS.
73
742001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
77
782001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
81        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
82        autoconf-2.52 happy.
83
842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
87        * configure.in: Remove.
88        * configure.ac: New file, generated from configure.in by autoupdate.
89
902001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
93
942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
97
982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
101
1022000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.in: Switch to GNU-canonicalization.
105        * Makefile.am: Reflect changes to configure.in.
106        * acinclude.m4: Remove.
107
1082000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.in: add lib/libbsp to the GNU canonicalized
111        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
112        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
113        * ChangeLog: Fix typos.
114
1152000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.in: add tests to the GNU canonicalized subdirectories.
118
1192000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
122
1232000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.in: add lib to the GNU canonicalized subdirectories,
126        make the lib directory before configuring lib/.
127
1282000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.in, Makefile.am: add exec to the GNU canonicalized
131        subdirectories.
132
1332000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
136
1372000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.in: add libnetworking, librpc and librdb to the GNU
140        canonicalized subdirectories.
141 
1422000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.in: add libmisc and libchip to the GNU canonicalized
145        subdirectories.
146
1472000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
150        canonicalization to libfs/.
151        The approach is currently a bit of a hack as GNU canonicalization
152        does not support the per-BSP build some of the other directories
153        require.  As more of the tree is converted, this will become less
154        of an issue.
155
1562000-10-18      Joel Sherrill <joel@OARcorp.com>
157
158        * wrapup/Makefile.am: Added libfs.
159
1602000-10-18       Chris Johns <ccj@acm.org>
161
162        * libfs created.
163        * configure.in: Added libfs subdirectory.
164
1652000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
168        RTEMS_CANONICALIZE_TOOLS.
169
1702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Include compile.am.
173
1742000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
177
1782000-08-10      Joel Sherrill <joel@OARcorp.com>
179
180        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.