source: rtems/c/src/ChangeLog @ 411e387

4.104.114.84.95
Last change on this file since 411e387 was 1b092b7, checked in by Joel Sherrill <joel.sherrill@…>, on 05/28/02 at 17:21:31

2002-05-18 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove CONFIG_SUBIDIRS libblock, libfs.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove CONFIG_SUBIDIRS libblock, libfs.
4
52002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove lib.
8
92002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * config-ml.in: Take out arm and sh variants RTEMS does not support.
12
132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac:
16        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
17        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
18        * Makefile.am: Remove AUTOMAKE_OPTIONS.
19
202002-02-28      Victor V. Vengerov <vvv@oktet.ru>
21
22        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
23        * configure.ac: Modified to reflect addition.
24
252002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
28        AC_CONFIG_COMMANDS.
29
302001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
33
342001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
37        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
38        autoconf-2.52 happy.
39
402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
43        * configure.in: Remove.
44        * configure.ac: New file, generated from configure.in by autoupdate.
45
462001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
49
502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
53
542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
57
582000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.in: Switch to GNU-canonicalization.
61        * Makefile.am: Reflect changes to configure.in.
62        * acinclude.m4: Remove.
63
642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.in: add lib/libbsp to the GNU canonicalized
67        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
68        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
69        * ChangeLog: Fix typos.
70
712000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.in: add tests to the GNU canonicalized subdirectories.
74
752000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
78
792000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.in: add lib to the GNU canonicalized subdirectories,
82        make the lib directory before configuring lib/.
83
842000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.in, Makefile.am: add exec to the GNU canonicalized
87        subdirectories.
88
892000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
92
932000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.in: add libnetworking, librpc and librdb to the GNU
96        canonicalized subdirectories.
97 
982000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.in: add libmisc and libchip to the GNU canonicalized
101        subdirectories.
102
1032000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
106        canonicalization to libfs/.
107        The approach is currently a bit of a hack as GNU canonicalization
108        does not support the per-BSP build some of the other directories
109        require.  As more of the tree is converted, this will become less
110        of an issue.
111
1122000-10-18      Joel Sherrill <joel@OARcorp.com>
113
114        * wrapup/Makefile.am: Added libfs.
115
1162000-10-18       Chris Johns <ccj@acm.org>
117
118        * libfs created.
119        * configure.in: Added libfs subdirectory.
120
1212000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
124        RTEMS_CANONICALIZE_TOOLS.
125
1262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * wrapup/Makefile.am: Include compile.am.
129
1302000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
133
1342000-08-10      Joel Sherrill <joel@OARcorp.com>
135
136        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.