source: rtems/testsuites/ChangeLog @ f002ec35

4.104.114.84.95
Last change on this file since f002ec35 was f002ec35, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/06/05 at 13:41:12

2004-01-06 Ralf Corsepius <ralf.corsepius@…>

  • automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS (Implicitly handled by automake).
  • Property mode set to 100644
File size: 10.9 KB
Line 
12004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * automake/compile.am: Remove CLEANDIRS (Unused).
4        Remove DEFS (Implicitly handled by automake).
5
62004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * automake/compile.am: Remove CONFIG.CC (Unused).
9        Remove CPPFLAGS, CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by
10        automake). Add CCAS. Use AM_*FLAGS = RTEMS_*FLAGS.
11        Remove LIB_VARIANT from LINK_*.
12        Cleanup comments.
13
142004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
17        Remove build-variants. Hard-code ARCH=o-optimize.
18
192004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * aclocal/enable-itron.m4, aclocal/check-itron.m4:
22        Allow building itron for unix.
23
242004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * configure.ac: Require automake > 1.9.
27
282004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
29
30        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
31
322004-07-28  Joel Sherrill <joel@OARcorp.com>
33
34    * aclocal/version.m4: Updated to rtems-4.6.99.1.
35
362004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
39
402004-03-28      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
43
442004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * aclocal/check-custom-bsp.m4: Fix minor typo.
47
482004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * aclocal/rtems-top.m4: Add rtems_rootdir.
51        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in $rtems_rootdir.
52
532004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP.
56        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
57        Add --enable-rtems-root. Rework RTEMS_ROOT.
58
592004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
62        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
63        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
64        aclocal/enable-tests.m4, aclocal/multilib.m4,
65        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
66
672004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Add 2nd arg to RTEMS_TOP.
70
712004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Add 2nd arg to RTEMS_TOP.
74
752004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
78        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
79        * aclocal/project-root.m4: Remove obsolete comments.
80        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
81        * aclocal/rtems-top.m4: Rework.
82
832004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Remove subdir tools.
86
872004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * aclocal/target.m4: Remove (Unused).
90
912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * aclocal/version.m4: 4.6.99.0.
94
952004-01-07      Joel Sherrill <joel@OARcorp.com>
96
97        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
98        more completely covers the MIPS family.
99
1002003-12-17  Joel Sherrill <joel@OARcorp.com>
101
102    * aclocal/version.m4: Updated to rtems-20031217-test.
103
1042003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
107
1082003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
111        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
112
1132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
116        * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
117        Cleanups.
118
1192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * automake/compila.am: Remove ARCH.
122
1232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
126
1272003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
130        * aclocal/lead-dot.m4: New (from automake-1.7f).
131        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
132        Add AC_SUBST(dirstamp).
133
1342003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
137        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
138        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
139        aclocal/check-networking.m4, aclocal/check-posix.m4,
140        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
141        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
142        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
143        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
144        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
145        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
146        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
147        aclocal/multilib.m4, aclocal/path-ksh.m4,
148        aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
149        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
150        aclocal/rtems-top.m4, aclocal/target.m4,
151        aclocal/tool-paths.m4:
152        Fix underquoting to silence automake-1.8.
153
1542003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Reflect having moved to testsuites/.
157
1582003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * aclocal/rtems-top.m4: Add support for --with-project-root.
161        Remove RTEMS Version message.
162
1632003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * aclocal/canonical-host.m4: Remove.
166        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
167
1682003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Remove RTEMS_CANONICAL_HOST.
171
1722003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
175        * aclocal/bsp_alias.m4: Remove.
176
1772003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac:Remove RTEMS_CHECK_CPU.
180        * aclocal/check-cpu.m4: Remove.
181        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
182        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
183        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU instead of
184        RTEMS_CHECK_CPU.
185
1862003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * aclocal/rtems-top.m4: Add RTEMS_API.
189        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
190
1912003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
194        * aclocal/enable-tests.m4: Change to support
195        --enable-tests=no|yes|samples, default is samples.
196        * configure.ac: Reflect changes above.
197
1982003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Reflect having moved aclocal/.
201
2022003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
205        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
206        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
207        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
208        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
209        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
210        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
211        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
212        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
213        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
214        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
215        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
216        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
217        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
218        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
219        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
220        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
221        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
222        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
223        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
224        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
225        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
226        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
227        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
228        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
229        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
230        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
231        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
232        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
233        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
234        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
235        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
236        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
237        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
238        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
239        * aclocal/target.m4: New (Copied from ../../../aclocal).
240        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
241        * aclocal/version.m4: New (Copied from ../../../aclocal).
242
2432003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * automake/local.am, automake/host.am: Remove "debug".
246
2472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Reflect having moved automake/.
250
2512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * automake/compile.am, automake/host.am, automake/leaf.am
254        automake/local.am, automake/subdirs.am: New (copied from
255        ../../../automake).
256
2572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
260
2612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: Remove AC_CONFIG_AUX_DIR.
264
2652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
268
2692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: AC_PREREQ(2.57).
272
2732002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * .cvsignore: Reformat.
276        Add autom4te*cache.
277        Remove autom4te.cache.
278
2792002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Remove ENABLE_GCC28.
282
2832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac:
286        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
287        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
288        * Makefile.am: Remove AUTOMAKE_OPTIONS.
289
2902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
293        * configure.in: Remove.
294        * configure.ac: New file, generated from configure.in by autoupdate.
295
2962001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
299        handling.
300
3012001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
304        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
305
3062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
309
3102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
313
3142000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
317        Switch to GNU canonicalization.
318
3192000-08-10      Joel Sherrill <joel@OARcorp.com>
320
321        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.