source: rtems/c/src/ChangeLog @ 97bfd09

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

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

  • Makefile.am: Add rtems_makedir.
  • Property mode set to 100644
File size: 5.7 KB
RevLine 
[97bfd09]12002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add rtems_makedir.
4
[94f4a9ba]52002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Merge wrapup/configure.ac.
8        Cosmetic cleanups.
9        * Makefile.am: Add wrapup-SUBDIR.
10        * wrapup/ChangeLog: Remove.
11        * wrapup/configure.ac: Remove.
12
[f21ccd2]132002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Append BARE_CPU_MODEL tp make/@RTEMS_BSP@.cache
16        creation (Make the bare BSP happy).
17        * configure.ac: Ditto.
18
[f0d7515]192002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Create make/@RTEMS_BSP@.cache.
22        Handle make/custom/*.cfgs.
23        Create make/custom/default.cfg.
24        * configure.ac: Add creation of make/custon/*.cfg.
25        Create make/${RTEMS_BSP}.cache.
26        Read make/${RTEMS_BSP}.cache
27
[d6f4c1b6]282002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Clean $(PROJECT_RELEASE).
31
[dbaca2a7]322002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * acinclude.m4: Add test "$multilib" != "yes".
35        * config-ml.in: Remove.
36
[247874ae]372002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * acinclude.m4: Cleanups.
40        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
41        ${srcdir}/exec/.
42        Further adaptations to autoconf >= 2.50.
43
[02ccf4a]442002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * acinclude.m4: New.
47        * Makefile.am: Remove tar-installation.
48        Prepend @exec@ to SUBDIRS.
49        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
50        Add RTEMS_ENABLE_MULTIPROCESSING.
51        Add RTEMS_CONFIG_SUBDIR([exec]...).
52
[3ebe28f]532002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Remove librpc.
56
[0b2f26d]572002-06-25      Joel Sherrill <joel@OARcorp.com>
58
[dee3768b]59        * Per PR233, moved librpc to exec.
[0b2f26d]60        * configure.ac, wrapup/Makefile.am: Modified.
61        * librpc, librpc/ChangeLog: Removed.
62
[1b092b7]632002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
[dee3768b]65        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
[1b092b7]66
[166475a]672002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Remove lib.
70
[d9af8a8e]712002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * config-ml.in: Take out arm and sh variants RTEMS does not support.
74
[7273b6e]752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac:
78        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
79        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
80        * Makefile.am: Remove AUTOMAKE_OPTIONS.
81
[1d42dcbc]822002-02-28      Victor V. Vengerov <vvv@oktet.ru>
83
84        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
85        * configure.ac: Modified to reflect addition.
86
[e4dbf55]872002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
90        AC_CONFIG_COMMANDS.
91
[efcb89c]922001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
95
[8dc51855]962001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
99        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
100        autoconf-2.52 happy.
101
[df25c998]1022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
105        * configure.in: Remove.
106        * configure.ac: New file, generated from configure.in by autoupdate.
107
[6e6f0f06]1082001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
111
[feead226]1122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
115
[a314d3b4]1162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
119
[846027b]1202000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.in: Switch to GNU-canonicalization.
123        * Makefile.am: Reflect changes to configure.in.
124        * acinclude.m4: Remove.
125
[1c31722]1262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
[d16ca93]128        * configure.in: add lib/libbsp to the GNU canonicalized
129        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
130        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
131        * ChangeLog: Fix typos.
132
1332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.in: add tests to the GNU canonicalized subdirectories.
[1c31722]136
[a6eabdb6]1372000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
[d16ca93]139        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
[a6eabdb6]140
[c05edee]1412000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.in: add lib to the GNU canonicalized subdirectories,
144        make the lib directory before configuring lib/.
145
[e590416a]1462000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.in, Makefile.am: add exec to the GNU canonicalized
149        subdirectories.
150
[0864bf93]1512000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
154
[3724b7f]1552000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.in: add libnetworking, librpc and librdb to the GNU
158        canonicalized subdirectories.
159 
[fa60c5b]1602000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.in: add libmisc and libchip to the GNU canonicalized
163        subdirectories.
164
[4a2faa7c]1652000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
168        canonicalization to libfs/.
169        The approach is currently a bit of a hack as GNU canonicalization
170        does not support the per-BSP build some of the other directories
171        require.  As more of the tree is converted, this will become less
172        of an issue.
173
[10c6e903]1742000-10-18      Joel Sherrill <joel@OARcorp.com>
175
176        * wrapup/Makefile.am: Added libfs.
177
[ee419f3]1782000-10-18       Chris Johns <ccj@acm.org>
179
180        * libfs created.
181        * configure.in: Added libfs subdirectory.
182
[00438014]1832000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
186        RTEMS_CANONICALIZE_TOOLS.
187
[19530ab5]1882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * wrapup/Makefile.am: Include compile.am.
191
[00966ba]1922000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
[19530ab5]194        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
[00966ba]195
[e94ad1fe]1962000-08-10      Joel Sherrill <joel@OARcorp.com>
197
198        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.