source: rtems/testsuites/ChangeLog @ f6d9b6f

4.104.114.84.95
Last change on this file since f6d9b6f was f6d9b6f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 09:11:42

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

  • automake/compile.am: Take contents of amcompile.am.
  • automake/amcompile.am: Remove.
  • Property mode set to 100644
File size: 11.7 KB
Line 
12005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * automake/compile.am: Take contents of amcompile.am.
4        * automake/amcompile.am: Remove.
5
62005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * automake/amcompile.am: New.
9
102005-09-02  Joel Sherrill <joel@OARcorp.com>
11
12    * aclocal/version.m4: Updated to rtems-4.6.99.2.
13
142004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
17
182004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * aclocal/rtems-flags.m4: Remove (Unused).
21
222004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * aclocal/env-rtemsbsp.m4:
25        Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V.
26        * aclocal/prog-cc.m4:
27        Don't invoke _RTEMS_FLAGS to set up RTEMS_CFLAGS.
28        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS.
29        Don't invoke _RTEMS_FLAGS to set up RTEMS_CXXFLAGS.
30        Remove am__fastdepCXX conditional.
31
322004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * automake/compile.am: Remove CLEANDIRS (Unused).
35        Remove DEFS (Implicitly handled by automake).
36
372004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * automake/compile.am: Remove CONFIG.CC (Unused).
40        Remove CPPFLAGS, CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by
41        automake). Add CCAS. Use AM_*FLAGS = RTEMS_*FLAGS.
42        Remove LIB_VARIANT from LINK_*.
43        Cleanup comments.
44
452004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
48        Remove build-variants. Hard-code ARCH=o-optimize.
49
502004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * aclocal/enable-itron.m4, aclocal/check-itron.m4:
53        Allow building itron for unix.
54
552004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * configure.ac: Require automake > 1.9.
58
592004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
62
632004-07-28  Joel Sherrill <joel@OARcorp.com>
64
65    * aclocal/version.m4: Updated to rtems-4.6.99.1.
66
672004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
70
712004-03-28      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
74
752004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * aclocal/check-custom-bsp.m4: Fix minor typo.
78
792004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * aclocal/rtems-top.m4: Add rtems_rootdir.
82        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in $rtems_rootdir.
83
842004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP.
87        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
88        Add --enable-rtems-root. Rework RTEMS_ROOT.
89
902004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
93        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
94        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
95        aclocal/enable-tests.m4, aclocal/multilib.m4,
96        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
97
982004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Add 2nd arg to RTEMS_TOP.
101
1022004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Add 2nd arg to RTEMS_TOP.
105
1062004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
109        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
110        * aclocal/project-root.m4: Remove obsolete comments.
111        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
112        * aclocal/rtems-top.m4: Rework.
113
1142004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Remove subdir tools.
117
1182004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * aclocal/target.m4: Remove (Unused).
121
1222004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * aclocal/version.m4: 4.6.99.0.
125
1262004-01-07      Joel Sherrill <joel@OARcorp.com>
127
128        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
129        more completely covers the MIPS family.
130
1312003-12-17  Joel Sherrill <joel@OARcorp.com>
132
133    * aclocal/version.m4: Updated to rtems-20031217-test.
134
1352003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
138
1392003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
142        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
143
1442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
147        * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
148        Cleanups.
149
1502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * automake/compila.am: Remove ARCH.
153
1542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
157
1582003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
161        * aclocal/lead-dot.m4: New (from automake-1.7f).
162        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
163        Add AC_SUBST(dirstamp).
164
1652003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
168        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
169        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
170        aclocal/check-networking.m4, aclocal/check-posix.m4,
171        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
172        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
173        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
174        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
175        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
176        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
177        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
178        aclocal/multilib.m4, aclocal/path-ksh.m4,
179        aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
180        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
181        aclocal/rtems-top.m4, aclocal/target.m4,
182        aclocal/tool-paths.m4:
183        Fix underquoting to silence automake-1.8.
184
1852003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Reflect having moved to testsuites/.
188
1892003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * aclocal/rtems-top.m4: Add support for --with-project-root.
192        Remove RTEMS Version message.
193
1942003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * aclocal/canonical-host.m4: Remove.
197        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
198
1992003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove RTEMS_CANONICAL_HOST.
202
2032003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
206        * aclocal/bsp_alias.m4: Remove.
207
2082003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac:Remove RTEMS_CHECK_CPU.
211        * aclocal/check-cpu.m4: Remove.
212        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
213        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
214        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU instead of
215        RTEMS_CHECK_CPU.
216
2172003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * aclocal/rtems-top.m4: Add RTEMS_API.
220        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
221
2222003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
225        * aclocal/enable-tests.m4: Change to support
226        --enable-tests=no|yes|samples, default is samples.
227        * configure.ac: Reflect changes above.
228
2292003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Reflect having moved aclocal/.
232
2332003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
236        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
237        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
238        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
239        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
240        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
241        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
242        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
243        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
244        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
245        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
246        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
247        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
248        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
249        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
250        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
251        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
252        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
253        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
254        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
255        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
256        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
257        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
258        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
259        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
260        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
261        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
262        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
263        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
264        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
265        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
266        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
267        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
268        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
269        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
270        * aclocal/target.m4: New (Copied from ../../../aclocal).
271        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
272        * aclocal/version.m4: New (Copied from ../../../aclocal).
273
2742003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * automake/local.am, automake/host.am: Remove "debug".
277
2782003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Reflect having moved automake/.
281
2822003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * automake/compile.am, automake/host.am, automake/leaf.am
285        automake/local.am, automake/subdirs.am: New (copied from
286        ../../../automake).
287
2882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
291
2922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Remove AC_CONFIG_AUX_DIR.
295
2962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
299
3002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: AC_PREREQ(2.57).
303
3042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * .cvsignore: Reformat.
307        Add autom4te*cache.
308        Remove autom4te.cache.
309
3102002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Remove ENABLE_GCC28.
313
3142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac:
317        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
318        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
319        * Makefile.am: Remove AUTOMAKE_OPTIONS.
320
3212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
324        * configure.in: Remove.
325        * configure.ac: New file, generated from configure.in by autoupdate.
326
3272001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
330        handling.
331
3322001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
335        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
336
3372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
340
3412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
344
3452000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
348        Switch to GNU canonicalization.
349
3502000-08-10      Joel Sherrill <joel@OARcorp.com>
351
352        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.