source: rtems/testsuites/ChangeLog @ 91c0a83

4.104.114.84.95
Last change on this file since 91c0a83 was 91c0a83, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 07:37:38

2005-11-07 Ralf Corsepius <ralf.corsepius@…>

  • automake/amcompile.am: New.
  • Property mode set to 100644
File size: 11.6 KB
Line 
12005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * automake/amcompile.am: New.
4
52005-09-02  Joel Sherrill <joel@OARcorp.com>
6
7    * aclocal/version.m4: Updated to rtems-4.6.99.2.
8
92004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
12
132004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * aclocal/rtems-flags.m4: Remove (Unused).
16
172004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * aclocal/env-rtemsbsp.m4:
20        Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V.
21        * aclocal/prog-cc.m4:
22        Don't invoke _RTEMS_FLAGS to set up RTEMS_CFLAGS.
23        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS.
24        Don't invoke _RTEMS_FLAGS to set up RTEMS_CXXFLAGS.
25        Remove am__fastdepCXX conditional.
26
272004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * automake/compile.am: Remove CLEANDIRS (Unused).
30        Remove DEFS (Implicitly handled by automake).
31
322004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * automake/compile.am: Remove CONFIG.CC (Unused).
35        Remove CPPFLAGS, CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by
36        automake). Add CCAS. Use AM_*FLAGS = RTEMS_*FLAGS.
37        Remove LIB_VARIANT from LINK_*.
38        Cleanup comments.
39
402004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
43        Remove build-variants. Hard-code ARCH=o-optimize.
44
452004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * aclocal/enable-itron.m4, aclocal/check-itron.m4:
48        Allow building itron for unix.
49
502004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * configure.ac: Require automake > 1.9.
53
542004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
57
582004-07-28  Joel Sherrill <joel@OARcorp.com>
59
60    * aclocal/version.m4: Updated to rtems-4.6.99.1.
61
622004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
65
662004-03-28      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
69
702004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * aclocal/check-custom-bsp.m4: Fix minor typo.
73
742004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * aclocal/rtems-top.m4: Add rtems_rootdir.
77        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in $rtems_rootdir.
78
792004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP.
82        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
83        Add --enable-rtems-root. Rework RTEMS_ROOT.
84
852004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
88        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
89        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
90        aclocal/enable-tests.m4, aclocal/multilib.m4,
91        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
92
932004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Add 2nd arg to RTEMS_TOP.
96
972004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Add 2nd arg to RTEMS_TOP.
100
1012004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
104        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
105        * aclocal/project-root.m4: Remove obsolete comments.
106        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
107        * aclocal/rtems-top.m4: Rework.
108
1092004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Remove subdir tools.
112
1132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * aclocal/target.m4: Remove (Unused).
116
1172004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * aclocal/version.m4: 4.6.99.0.
120
1212004-01-07      Joel Sherrill <joel@OARcorp.com>
122
123        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
124        more completely covers the MIPS family.
125
1262003-12-17  Joel Sherrill <joel@OARcorp.com>
127
128    * aclocal/version.m4: Updated to rtems-20031217-test.
129
1302003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
133
1342003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
137        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
138
1392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
142        * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
143        Cleanups.
144
1452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * automake/compila.am: Remove ARCH.
148
1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
152
1532003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
156        * aclocal/lead-dot.m4: New (from automake-1.7f).
157        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
158        Add AC_SUBST(dirstamp).
159
1602003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
163        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
164        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
165        aclocal/check-networking.m4, aclocal/check-posix.m4,
166        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
167        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
168        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
169        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
170        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
171        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
172        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
173        aclocal/multilib.m4, aclocal/path-ksh.m4,
174        aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
175        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
176        aclocal/rtems-top.m4, aclocal/target.m4,
177        aclocal/tool-paths.m4:
178        Fix underquoting to silence automake-1.8.
179
1802003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Reflect having moved to testsuites/.
183
1842003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * aclocal/rtems-top.m4: Add support for --with-project-root.
187        Remove RTEMS Version message.
188
1892003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * aclocal/canonical-host.m4: Remove.
192        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
193
1942003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove RTEMS_CANONICAL_HOST.
197
1982003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
201        * aclocal/bsp_alias.m4: Remove.
202
2032003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac:Remove RTEMS_CHECK_CPU.
206        * aclocal/check-cpu.m4: Remove.
207        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
208        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
209        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU instead of
210        RTEMS_CHECK_CPU.
211
2122003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * aclocal/rtems-top.m4: Add RTEMS_API.
215        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
216
2172003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
220        * aclocal/enable-tests.m4: Change to support
221        --enable-tests=no|yes|samples, default is samples.
222        * configure.ac: Reflect changes above.
223
2242003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Reflect having moved aclocal/.
227
2282003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
231        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
232        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
233        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
234        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
235        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
236        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
237        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
238        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
239        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
240        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
241        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
242        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
243        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
244        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
245        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
246        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
247        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
248        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
249        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
250        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
251        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
252        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
253        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
254        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
255        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
256        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
257        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
258        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
259        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
260        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
261        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
262        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
263        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
264        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
265        * aclocal/target.m4: New (Copied from ../../../aclocal).
266        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
267        * aclocal/version.m4: New (Copied from ../../../aclocal).
268
2692003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * automake/local.am, automake/host.am: Remove "debug".
272
2732003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Reflect having moved automake/.
276
2772003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * automake/compile.am, automake/host.am, automake/leaf.am
280        automake/local.am, automake/subdirs.am: New (copied from
281        ../../../automake).
282
2832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
286
2872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Remove AC_CONFIG_AUX_DIR.
290
2912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
294
2952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: AC_PREREQ(2.57).
298
2992002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * .cvsignore: Reformat.
302        Add autom4te*cache.
303        Remove autom4te.cache.
304
3052002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Remove ENABLE_GCC28.
308
3092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac:
312        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
313        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
314        * Makefile.am: Remove AUTOMAKE_OPTIONS.
315
3162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
319        * configure.in: Remove.
320        * configure.ac: New file, generated from configure.in by autoupdate.
321
3222001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
325        handling.
326
3272001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
330        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
331
3322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
335
3362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
339
3402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
343        Switch to GNU canonicalization.
344
3452000-08-10      Joel Sherrill <joel@OARcorp.com>
346
347        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.