source: rtems/c/src/ChangeLog @ dc17e8ed

4.104.114.84.95
Last change on this file since dc17e8ed was 85a8933, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 02:59:39

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

  • configure.ac: Add BSP_SUBDIRS.
  • Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add BSP_SUBDIRS.
4        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
5
62002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
9        Cosmetic cleanups.
10
112002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
14        ../libchip/serial/$(ARCH)/libserialio.a.
15
162002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Add rtems_makedir.
19
202002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Merge wrapup/configure.ac.
23        Cosmetic cleanups.
24        * Makefile.am: Add wrapup-SUBDIR.
25        * wrapup/ChangeLog: Remove.
26        * wrapup/configure.ac: Remove.
27
282002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
31        creation (Make the bare BSP happy).
32        * configure.ac: Ditto.
33
342002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Create make/@RTEMS_BSP@.cache.
37        Handle make/custom/*.cfgs.
38        Create make/custom/default.cfg.
39        * configure.ac: Add creation of make/custon/*.cfg.
40        Create make/${RTEMS_BSP}.cache.
41        Read make/${RTEMS_BSP}.cache
42
432002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Clean $(PROJECT_RELEASE).
46
472002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * acinclude.m4: Add test "$multilib" != "yes".
50        * config-ml.in: Remove.
51
522002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * acinclude.m4: Cleanups.
55        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
56        ${srcdir}/exec/.
57        Further adaptations to autoconf >= 2.50.
58
592002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * acinclude.m4: New.
62        * Makefile.am: Remove tar-installation.
63        Prepend @exec@ to SUBDIRS.
64        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
65        Add RTEMS_ENABLE_MULTIPROCESSING.
66        Add RTEMS_CONFIG_SUBDIR([exec]...).
67
682002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Remove librpc.
71
722002-06-25      Joel Sherrill <joel@OARcorp.com>
73
74        * Per PR233, moved librpc to exec.
75        * configure.ac, wrapup/Makefile.am: Modified.
76        * librpc, librpc/ChangeLog: Removed.
77
782002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
81
822002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Remove lib.
85
862002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * config-ml.in: Take out arm and sh variants RTEMS does not support.
89
902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac:
93        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
94        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
95        * Makefile.am: Remove AUTOMAKE_OPTIONS.
96
972002-02-28      Victor V. Vengerov <vvv@oktet.ru>
98
99        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
100        * configure.ac: Modified to reflect addition.
101
1022002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
105        AC_CONFIG_COMMANDS.
106
1072001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
110
1112001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
114        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
115        autoconf-2.52 happy.
116
1172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
120        * configure.in: Remove.
121        * configure.ac: New file, generated from configure.in by autoupdate.
122
1232001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
126
1272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
130
1312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
134
1352000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.in: Switch to GNU-canonicalization.
138        * Makefile.am: Reflect changes to configure.in.
139        * acinclude.m4: Remove.
140
1412000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.in: add lib/libbsp to the GNU canonicalized
144        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
145        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
146        * ChangeLog: Fix typos.
147
1482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.in: add tests to the GNU canonicalized subdirectories.
151
1522000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
155
1562000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.in: add lib to the GNU canonicalized subdirectories,
159        make the lib directory before configuring lib/.
160
1612000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.in, Makefile.am: add exec to the GNU canonicalized
164        subdirectories.
165
1662000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
169
1702000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.in: add libnetworking, librpc and librdb to the GNU
173        canonicalized subdirectories.
174 
1752000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.in: add libmisc and libchip to the GNU canonicalized
178        subdirectories.
179
1802000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
183        canonicalization to libfs/.
184        The approach is currently a bit of a hack as GNU canonicalization
185        does not support the per-BSP build some of the other directories
186        require.  As more of the tree is converted, this will become less
187        of an issue.
188
1892000-10-18      Joel Sherrill <joel@OARcorp.com>
190
191        * wrapup/Makefile.am: Added libfs.
192
1932000-10-18       Chris Johns <ccj@acm.org>
194
195        * libfs created.
196        * configure.in: Added libfs subdirectory.
197
1982000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
201        RTEMS_CANONICALIZE_TOOLS.
202
2032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * wrapup/Makefile.am: Include compile.am.
206
2072000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
210
2112000-08-10      Joel Sherrill <joel@OARcorp.com>
212
213        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.