source: rtems/c/src/tests/samples/ChangeLog @ 0e9a637

4.104.114.84.95
Last change on this file since 0e9a637 was 0e9a637, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:44:22

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
17
182001-11-26      Ralf Corsepius
19
20        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
21
222001-10-25      Eric Norum <eric.norum@usask.ca>
23
24        * cdtest/system.h: Configure 1 semaphore.  This probably covers
25        up not defining one for the GCC C++ Run-Time Libraries.
26
272001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
30
312001-10-12      Joel Sherrill <joel@OARcorp.com>
32
33        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
34        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
35        Fixed typo.
36
372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
40        * configure.in: Remove.
41        * configure.ac: New file, generated from configure.in by autoupdate.
42
432001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
46        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
47        * cdtest/Makefile.am: Remove LD_LIBS.
48
492001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
52        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
53        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
54        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
55        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
56        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
57        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
58        make-cxx-exe.
59        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
60        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
61
622001-06-14      Joel Sherrill <joel@OARcorp.com>
63
64        * cdtest/system.h: Removed configure of POSIX mutexes since
65        there do not appear to be any used in this test.
66
672001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
68
69        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
70
712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
74
752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
78
792000-10-30      Joel Sherrill <joel@OARcorp.com>
80
81        * POSIX include files merged into newlib.  This resulted in
82        some definitions moving to other files and thus some secondary
83        effects in RTEMS source code.
84        * paranoia/paranoia.c: Commented out incorrect and conflicting
85        prototype of read().
86
872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
90        Switch to GNU canonicalization.
91        * sample.am: Remove DEFS.
92
932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
96        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
97        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
98        unlimited/Makefile.am: Include compile.am
99
1002000-08-10      Joel Sherrill <joel@OARcorp.com>
101
102        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.