source: rtems/c/src/ChangeLog @ 1a5f405b

4.104.114.84.95
Last change on this file since 1a5f405b was 1846a62, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/21/02 at 14:57:25

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

  • Makefile.am: Add preinstall-stamp.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add preinstall-stamp.
4
52002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        Posix-BSP-Hacks:
8        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
9        Pass RTEMS_HOST to make/bsp.mak
10        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
11        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
12
132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
16
172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Add BSP_SUBDIRS.
20        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
21
222002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
25        Cosmetic cleanups.
26
272002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
30        ../libchip/serial/$(ARCH)/libserialio.a.
31
322002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Add rtems_makedir.
35
362002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Merge wrapup/configure.ac.
39        Cosmetic cleanups.
40        * Makefile.am: Add wrapup-SUBDIR.
41        * wrapup/ChangeLog: Remove.
42        * wrapup/configure.ac: Remove.
43
442002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
47        creation (Make the bare BSP happy).
48        * configure.ac: Ditto.
49
502002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Create make/@RTEMS_BSP@.cache.
53        Handle make/custom/*.cfgs.
54        Create make/custom/default.cfg.
55        * configure.ac: Add creation of make/custon/*.cfg.
56        Create make/${RTEMS_BSP}.cache.
57        Read make/${RTEMS_BSP}.cache
58
592002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Clean $(PROJECT_RELEASE).
62
632002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * acinclude.m4: Add test "$multilib" != "yes".
66        * config-ml.in: Remove.
67
682002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * acinclude.m4: Cleanups.
71        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
72        ${srcdir}/exec/.
73        Further adaptations to autoconf >= 2.50.
74
752002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * acinclude.m4: New.
78        * Makefile.am: Remove tar-installation.
79        Prepend @exec@ to SUBDIRS.
80        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
81        Add RTEMS_ENABLE_MULTIPROCESSING.
82        Add RTEMS_CONFIG_SUBDIR([exec]...).
83
842002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Remove librpc.
87
882002-06-25      Joel Sherrill <joel@OARcorp.com>
89
90        * Per PR233, moved librpc to exec.
91        * configure.ac, wrapup/Makefile.am: Modified.
92        * librpc, librpc/ChangeLog: Removed.
93
942002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
97
982002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Remove lib.
101
1022002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * config-ml.in: Take out arm and sh variants RTEMS does not support.
105
1062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac:
109        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
110        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
111        * Makefile.am: Remove AUTOMAKE_OPTIONS.
112
1132002-02-28      Victor V. Vengerov <vvv@oktet.ru>
114
115        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
116        * configure.ac: Modified to reflect addition.
117
1182002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
121        AC_CONFIG_COMMANDS.
122
1232001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
126
1272001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
130        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
131        autoconf-2.52 happy.
132
1332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
136        * configure.in: Remove.
137        * configure.ac: New file, generated from configure.in by autoupdate.
138
1392001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
142
1432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
146
1472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
150
1512000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.in: Switch to GNU-canonicalization.
154        * Makefile.am: Reflect changes to configure.in.
155        * acinclude.m4: Remove.
156
1572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.in: add lib/libbsp to the GNU canonicalized
160        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
161        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
162        * ChangeLog: Fix typos.
163
1642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.in: add tests to the GNU canonicalized subdirectories.
167
1682000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
171
1722000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.in: add lib to the GNU canonicalized subdirectories,
175        make the lib directory before configuring lib/.
176
1772000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.in, Makefile.am: add exec to the GNU canonicalized
180        subdirectories.
181
1822000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
185
1862000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.in: add libnetworking, librpc and librdb to the GNU
189        canonicalized subdirectories.
190 
1912000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.in: add libmisc and libchip to the GNU canonicalized
194        subdirectories.
195
1962000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
199        canonicalization to libfs/.
200        The approach is currently a bit of a hack as GNU canonicalization
201        does not support the per-BSP build some of the other directories
202        require.  As more of the tree is converted, this will become less
203        of an issue.
204
2052000-10-18      Joel Sherrill <joel@OARcorp.com>
206
207        * wrapup/Makefile.am: Added libfs.
208
2092000-10-18       Chris Johns <ccj@acm.org>
210
211        * libfs created.
212        * configure.in: Added libfs subdirectory.
213
2142000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
217        RTEMS_CANONICALIZE_TOOLS.
218
2192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * wrapup/Makefile.am: Include compile.am.
222
2232000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
226
2272000-08-10      Joel Sherrill <joel@OARcorp.com>
228
229        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.