source: rtems/c/src/optman/ChangeLog @ 222f7bda

4.104.114.84.95
Last change on this file since 222f7bda was 222f7bda, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/10/03 at 08:08:28

2003-07-10 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove (Merged into ../configure.ac).
  • Makefile.am: Reflect having merged configure.ac into ../configure.ac
  • Property mode set to 100644
File size: 3.3 KB
RevLine 
[222f7bda]12003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove (Merged into ../configure.ac).
4        * Makefile.am:
5        Reflect having merged configure.ac into ../configure.ac
6
[3c55718]72003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Remove AC_CONFIG_AUX_DIR.
10
[ccd81b60]112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
14
[9b5c258]152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AC_PREREQ(2.57).
18
[da2151f4]192003-02-03      Joel Sherrill <joel@OARcorp.com>
20
21        PR 338/filesystem
22        * sapi/no-io.c: Side-effect of fixing reentrancy problem with
23        rtems_io_lookup_name() (API change).  Unused function removed.
24
[64afa8e]252002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Apply install-data-local to install *.rels.
28
[2099695]292002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Eliminate *_O_FILES.
32        Don't create $ARCH in %.o: %.c rules.
33
[595c4bc]342002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Use .$(OBJEXT) instead of .o.
37
[f3f3db7a]382002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
41
[da153c86]422002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
45
[f69283e2]462002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
49
[cccb7e0]502002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
53        * sapi/Makefile.am: Removed.
54        * rtems/Makefile.am: Removed.
55        * rel.am: Removed.
56        * configure.ac: Add RTEMS_BSP_CHECK_CACHE.
57        Reflect changes above.
58
[c34635be]592002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * rtems/Makefile.am: Reworked.
62        * sapi/Makefile.am: Reworked.
63        * rel.am: New.
64
[42e768c]652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * .cvsignore: Reformat.
68        Add autom4te*cache.
69        Remove autom4te.cache.
70
[ff8676ef]712002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * .cvsignore: Add autom4te.cache.
74
[2f6a4b3]752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
79
[c0198bbd]802002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * sapi/Makefile.am: Add bsplib_DATA = $(PGMS).
83        Remove ASM4FLAGS.
84        * rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
85
[deec7a2]862002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
89        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
90        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG,
91        RTEMS_CHECK_NEWLIB.
92
[dfa9b5fc]932002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Remove multilib support.
96        * configure.ac: Ditto.
97        * sapi/Makefile.am: Ditto.
98
[cb9b2bfc]992002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Remove ENABLE_GCC28.
102
[7eeb2376]1032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac:
106        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
107        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
108        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
111
[085237c0]1122002-01-06      Joel Sherrill <joel@OARcorp.com>
113
114        * .cvsignore: Added aclocal.m4 and configure.
115
[1055277a]1162002-01-06      Joel Sherrill <joel@OARcorp.com>
117
118        * .cvsignore: New file.
119
[b91f0338]1202002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * ChangeLog: New.
123        * configure.ac: New.
124        * Makefile.am: New.
125        * rtems/*: Copied from c/src/exec/rtems/optman.
126        * sapi/*: Copied from c/src/exec/sapi/optman.
Note: See TracBrowser for help on using the repository browser.