source: rtems/c/ChangeLog @ d40c3f5

4.104.114.84.95
Last change on this file since d40c3f5 was 1b7c9183, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 10:56:48

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Add --with-project-root, --with-project-top to rtems_bsp_configure.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Add --with-project-root, --with-project-top to
4        rtems_bsp_configure.
5
62004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Cosmetics.
9        * configure.ac: Add support for --disable-rtemsbsp. Cosmetics.
10
112004-01-07      Joel Sherrill <joel@OARcorp.com>
12
13        * ACKNOWLEDGEMENTS: Remove efi68k and efi332 references as they are no
14        longer in the tree.
15
162003-12-17      Joel Sherrill <joel@OARcorp.com>
17
18        * release_support: Removed -- accidentally added to wrong directory.
19
202003-12-17      Joel Sherrill <joel@OARcorp.com>
21
22        * release_support: New file -- assistant to new cut_release script.
23
242003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Remove RTEMS_BSP-subdir rule.
27        * configure.ac: Let AC_CONFIG_FILES(Makefile..) append explictit
28        rules for RTEMS_BSP-subdirs.
29
302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Use mkdir_p instead of mkinstalldirs.
33
342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
37
382003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Cosmetics.
41        * Makefile.am: Cosmetics.
42
432003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * acinclude.m4: Fix underquoting to silence automake-1.8.
46
472003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * acinclude.m4: Merge-in former ../aclocal/config-subdirs.m4.
50        * configure.ac: remove RTEMS_CANONICAL_HOST.
51
522003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Don't explictly invoke $MAKE preinstall.
55
562003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * acinclude.m4: New.
59        Add RTEMS_CHECK_CPU.
60
612003-09-26      Joel Sherrill <joel@OARcorp.com>
62
63        * ACKNOWLEDGEMENTS: Obsoleting HP PA-RISC port and removing all
64        references.
65
662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
69
702003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Remove AC_CONFIG_AUX_DIR.
73
742003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Remove references to obsolete files
77        README.DOS REQUIRES PROBLEMS TESTED README UPDATE_HELP.
78        Add TOOL_TARGETS.
79
802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
83
842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: AC_PREREQ(2.57).
87
882002-11-07      Joel Sherrill <joel@OARcorp.com>
89
90        * TOOL_TARGETS: Updated.
91        * PROBLEMS, README, REQUIRES, TESTED, UPDATE_HELP: Removed
92        since they were obsolete.
93
942002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use mkinstalldirs instead of mkdir.
97
982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Fix --enable-rtemsbsp= handling.
101
1022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * .cvsignore: Reformat.
105        Add autom4te*cache.
106        Remove autom4te.cache.
107
1082002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
111
1122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac:
115        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
116        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
117        * Makefile.am: Remove AUTOMAKE_OPTIONS.
118
1192002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Remove make from SUBDIRS.
122        * configure.ac: Remove make from CONFIG_SUBDIRS, cosmetics.
123
1242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
127        * configure.in: Remove.
128        * configure.ac: New file, generated from configure.in by autoupdate.
129
1302001-05-25      Joel Sherrill <joel@OARcorp.com>
131
132        * TESTED: Corrected the name of the MRM332 BSP.
133
1342001-05-25      Joel Sherrill <joel@OARcorp.com>
135
136        * TESTED: Updated the list of BSPs.
137        * TOOLS_TARGETS: Updated the list of tools and object formats.
138
1392001-03-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.in: Use ${MAKE} in message at the end of the
142        configure.in.
143
1442001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.in: Apply _RTEMS_ADJUST_SRCDIR.
147
1482000-12-14      Joel Sherrill <joel@OARcorp.com>
149
150        * TESTED: Added comment on 68en302 now that there is a network driver.
151
1522000-11-25      Joel Sherrill <joel@OARcorp.com>
153
154        * TESTED: Added jmr3904 entry.
155
1562000-11-20      Joel Sherrill <joel@OARcorp.com>
157
158        * TESTED: Added new sparc variations (erc32, leon, and Tharsys).
159
1602000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.in: catch -enable-rtemsbsp (Allowed by autoconf).
163        Autoconf allows one to pass -enable-*, but this file expected --enable*.
164
1652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
168
1692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
172
1732000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Switch to GNU-canonicalization.
176
1772000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Make sure $SHELL inside of Makefiles does not get
180        propagated to the BSP-subdirectories if a user specified CONFIG_SHELL.
181
1822000-08-10      Joel Sherrill <joel@OARcorp.com>
183
184        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.