1 | 2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
2 | |
---|
3 | * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc, |
---|
4 | iostream/iostream.scn, iostream/system.h: |
---|
5 | New (C++ variant of hello). |
---|
6 | |
---|
7 | 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
8 | |
---|
9 | * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. |
---|
10 | * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. |
---|
11 | * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. |
---|
12 | * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. |
---|
13 | * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. |
---|
14 | * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. |
---|
15 | * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. |
---|
16 | * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. |
---|
17 | * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. |
---|
18 | * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. |
---|
19 | * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. |
---|
20 | |
---|
21 | 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
22 | |
---|
23 | * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>. |
---|
24 | |
---|
25 | 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
26 | |
---|
27 | * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c, |
---|
28 | unlimited/init.c, unlimited/test1.c, unlimited/test2.c, |
---|
29 | unlimited/test3.c: Convert to using c99 fixed size types. |
---|
30 | |
---|
31 | 2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
32 | |
---|
33 | * configure.ac: Add 2nd arg to RTEMS_TOP. |
---|
34 | |
---|
35 | 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
36 | |
---|
37 | * configure.ac: Remove -Wall -ansi to work-around non-portability of |
---|
38 | with cdtest. |
---|
39 | |
---|
40 | 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
41 | |
---|
42 | * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. |
---|
43 | Add PRE/TMPINSTALL_FILES to CLEANFILES. |
---|
44 | * base_mp/node2/Makefile.am: Ditto. |
---|
45 | * base_sp/Makefile.am: Ditto. |
---|
46 | * cdtest/Makefile.am: Ditto. |
---|
47 | * fileio/Makefile.am: Ditto. |
---|
48 | * hello/Makefile.am: Ditto. |
---|
49 | * loopback/Makefile.am: Ditto. |
---|
50 | * minimum/Makefile.am: Ditto. |
---|
51 | * paranoia/Makefile.am: Ditto. |
---|
52 | * pppd/Makefile.am: Ditto. |
---|
53 | * ticker/Makefile.am: Ditto. |
---|
54 | * unlimited/Makefile.am: Ditto. |
---|
55 | |
---|
56 | 2003-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
57 | |
---|
58 | * samples.am: Fix yet another stupid typo in yesterday's patch. |
---|
59 | |
---|
60 | 2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
61 | |
---|
62 | * samples.am: Add dirstamp support. |
---|
63 | |
---|
64 | 2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
65 | |
---|
66 | * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: |
---|
67 | Eliminate VPATH. |
---|
68 | |
---|
69 | 2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
70 | |
---|
71 | * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs). |
---|
72 | |
---|
73 | 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
74 | |
---|
75 | * configure.ac: Require automake >= 1.8, autoconf >= 2.59. |
---|
76 | |
---|
77 | 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
78 | |
---|
79 | * base_mp/Makefile.am: Reformat. |
---|
80 | * base_mp/node1/Makefile.am: Remove all-local: $(ARCH). |
---|
81 | * base_mp/node2/Makefile.am: Remove all-local: $(ARCH). |
---|
82 | * base_sp/Makefile.am: Remove all-local: $(ARCH). |
---|
83 | * cdtest/Makefile.am: Remove all-local: $(ARCH). |
---|
84 | * fileio/Makefile.am: Remove all-local: $(ARCH). |
---|
85 | * hello/Makefile.am: Remove all-local: $(ARCH). |
---|
86 | * loopback/Makefile.am: Remove all-local: $(ARCH). |
---|
87 | * minimum/Makefile.am: Remove all-local: $(ARCH). |
---|
88 | * paranoia/Makefile.am: Remove all-local: $(ARCH). |
---|
89 | * pppd/Makefile.am: Remove all-local: $(ARCH). |
---|
90 | * ticker/Makefile.am: Remove all-local: $(ARCH). |
---|
91 | * unlimited/Makefile.am: Remove all-local: $(ARCH). |
---|
92 | |
---|
93 | 2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
94 | |
---|
95 | * configure.ac: Reflect having moved to testsuites/. |
---|
96 | |
---|
97 | 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
98 | |
---|
99 | * configure.ac: Add AM_CONDITIONAL(LIBCHIP). |
---|
100 | * fileio/Makefile.am: Only build if LIBCHIP is available. |
---|
101 | |
---|
102 | 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
103 | |
---|
104 | * configure.ac: Remove RTEMS_CANONICAL_HOST. |
---|
105 | |
---|
106 | 2003-10-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
107 | |
---|
108 | * configure.ac:Remove RTEMS_CHECK_CPU. |
---|
109 | |
---|
110 | 2003-09-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
111 | |
---|
112 | * fileio/init.c: Unconditionally define MIN (We *do want* to see |
---|
113 | error messages if it conflicts). |
---|
114 | |
---|
115 | 2003-09-04 Joel Sherrill <joel@OARcorp.com> |
---|
116 | |
---|
117 | * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h, |
---|
118 | base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc, |
---|
119 | base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c, |
---|
120 | base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h, |
---|
121 | fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc, |
---|
122 | hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc, |
---|
123 | paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h, |
---|
124 | ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc, |
---|
125 | unlimited/init.c, unlimited/system.h, unlimited/test1.c, |
---|
126 | unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL |
---|
127 | for license changed. |
---|
128 | |
---|
129 | 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
130 | |
---|
131 | * Makefile.am: Reflect having moved aclocal/. |
---|
132 | |
---|
133 | 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
134 | |
---|
135 | * Makefile.am: Reflect having moved automake/. |
---|
136 | * base_mp/Makefile.am: Reflect having moved automake/. |
---|
137 | * base_mp/node1/Makefile.am: Reflect having moved automake/. |
---|
138 | * base_mp/node2/Makefile.am: Reflect having moved automake/. |
---|
139 | * base_sp/Makefile.am: Reflect having moved automake/. |
---|
140 | * cdtest/Makefile.am: Reflect having moved automake/. |
---|
141 | * fileio/Makefile.am: Reflect having moved automake/. |
---|
142 | * hello/Makefile.am: Reflect having moved automake/. |
---|
143 | * loopback/Makefile.am: Reflect having moved automake/. |
---|
144 | * minimum/Makefile.am: Reflect having moved automake/. |
---|
145 | * paranoia/Makefile.am: Reflect having moved automake/. |
---|
146 | * pppd/Makefile.am: Reflect having moved automake/. |
---|
147 | * ticker/Makefile.am: Reflect having moved automake/. |
---|
148 | * unlimited/Makefile.am: Reflect having moved automake/. |
---|
149 | |
---|
150 | 2003-08-13 Joel Sherrill <joel@OARcorp.com> |
---|
151 | |
---|
152 | * fileio/.cvsignore: New file. |
---|
153 | |
---|
154 | 2003-08-13 Joel Sherrill <joel@OARcorp.com> |
---|
155 | |
---|
156 | PR 451/bsps |
---|
157 | * pppd/system.h: Depend on TTY driver being in BSPs not simply i386. |
---|
158 | |
---|
159 | 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
160 | |
---|
161 | * configure.ac: Use rtems-bugs@rtems.com as bug report email address. |
---|
162 | |
---|
163 | 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
164 | |
---|
165 | * fileio/Makefile.am: Remove references to *.scn (Doesn't exist). |
---|
166 | * pppd/Makefile.am: Remove references to DOC* (Don't exist). |
---|
167 | |
---|
168 | 2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de> |
---|
169 | |
---|
170 | PR 369/filesystem |
---|
171 | * Makefile.am, configure.ac: sample application to show the use of the |
---|
172 | DOSFS functions |
---|
173 | * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c, |
---|
174 | fileio/system.h: New files. |
---|
175 | |
---|
176 | 2003-06-04 Joel Sherrill <joel@OARcorp.com> |
---|
177 | |
---|
178 | * pppd/system.h: Hack from Ralf to compile on all targets. |
---|
179 | |
---|
180 | 2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
181 | |
---|
182 | * configure.ac: Add pppd. |
---|
183 | * Makefile.am: Add pppd. |
---|
184 | |
---|
185 | 2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
186 | |
---|
187 | Adding pppd: |
---|
188 | * pppd/Makefile-user: New, copied over from libnetworking/pppd/example. |
---|
189 | * pppd/README: New, copied over from libnetworking/pppd/example. |
---|
190 | * pppd/init.c: New, copied over from libnetworking/pppd/example. |
---|
191 | * pppd/netconfig.h: New, copied over from libnetworking/pppd/example. |
---|
192 | * pppd/ppp.conf: New, copied over from libnetworking/pppd/example. |
---|
193 | * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example. |
---|
194 | * pppd/system.h: New, copied over from libnetworking/pppd/example. |
---|
195 | * pppd/pppd.options: New, copied over from libnetworking/pppd/example. |
---|
196 | * pppd/Makefile.am: New, converted to automake from Makefile-user. |
---|
197 | * pppd/.cvsignore: New. |
---|
198 | |
---|
199 | 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
200 | |
---|
201 | * configure.ac: Remove AC_CONFIG_AUX_DIR. |
---|
202 | |
---|
203 | 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
204 | |
---|
205 | * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). |
---|
206 | |
---|
207 | 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
208 | |
---|
209 | * configure.ac: AC_PREREQ(2.57). |
---|
210 | |
---|
211 | 2003-01-27 Joel Sherrill <joel@OARcorp.com> |
---|
212 | |
---|
213 | * Makefile.am, configure.ac: Added new test loopback which shows how to |
---|
214 | use the loopback interface. Thank you Eric Norum for a portable |
---|
215 | target independent test which exercises the TCP/IP. This should |
---|
216 | prevent massive failures in the TCP/IP stack from reaching the |
---|
217 | street. |
---|
218 | * loopback/.cvsignore, loopback/Makefile.am, loopback/README, |
---|
219 | loopback/init.c, loopback/loopback.scn: New files. |
---|
220 | |
---|
221 | 2003-01-03 Joel Sherrill <joel@OARcorp.com> |
---|
222 | |
---|
223 | * unlimited/system.h, unlimited/test1.c: Backed off previous |
---|
224 | modification as it does not compile. |
---|
225 | |
---|
226 | 2002-10-31 Chris Johns <ccj@acm.org> |
---|
227 | |
---|
228 | * unlimited/test1.c: PR296. Only fails if more tasks than allowed |
---|
229 | can be created. |
---|
230 | * unlimited/system.h: PR296. Reference the number of tasks in the |
---|
231 | configuration table rather than a hardcoded number. |
---|
232 | |
---|
233 | 2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
234 | |
---|
235 | * configure.ac: Unconditionally check for CXX (Hack to bug in |
---|
236 | autoconf > 2.54). |
---|
237 | |
---|
238 | 2002-10-31 Joel Sherrill <joel@OARcorp.com> |
---|
239 | |
---|
240 | * base_mp/apptask.c: Removed warning. |
---|
241 | |
---|
242 | 2002-10-28 Joel Sherrill <joel@OARcorp.com> |
---|
243 | |
---|
244 | * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning. |
---|
245 | |
---|
246 | 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
247 | |
---|
248 | * .cvsignore: Reformat. |
---|
249 | Add autom4te*cache. |
---|
250 | Remove autom4te.cache. |
---|
251 | |
---|
252 | 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
253 | |
---|
254 | * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
255 | * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
256 | * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
257 | * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
258 | * hello/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
259 | * minimum/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
260 | * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
261 | * ticker/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
262 | * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
263 | |
---|
264 | 2002-08-01 Joel Sherrill <joel@OARcorp.com> |
---|
265 | |
---|
266 | * Per PR47 add support for buffered test output. This involved |
---|
267 | adding defines to redirect output to a buffer and dump it when |
---|
268 | full, at "test pause", and at exit. To avoid problems when redefining |
---|
269 | exit(), all tests were modified to call rtems_test_exit(). |
---|
270 | Some tests, notable psxtests, had to be modified to include |
---|
271 | the standard test macro .h file (pmacros.h or tmacros.h) to |
---|
272 | enable this support. |
---|
273 | * cdtest/init.c: Modified. |
---|
274 | |
---|
275 | 2002-07-01 Joel Sherrill <joel@OARcorp.com> |
---|
276 | |
---|
277 | * unlimited/test1.c: Corrected use of _Objects_Information_table |
---|
278 | now that it is a two dimensional array based upon API and class. |
---|
279 | |
---|
280 | 2002-04-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
281 | |
---|
282 | * base_sp/apptask.c: Include <stdlib.h>. |
---|
283 | * hello/init.c: Ditto. |
---|
284 | * paranoia/init.c: Ditto. |
---|
285 | * ticker/tasks.c: Ditto. |
---|
286 | * unlimited/init.c: Ditto. |
---|
287 | * unlimited/test1.c: Ditto. |
---|
288 | * unlimited/test2.c: Ditto. |
---|
289 | * unlimited/test3.c: Ditto. |
---|
290 | |
---|
291 | 2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
292 | |
---|
293 | * configure.ac: Remove ENABLE_GCC28. |
---|
294 | |
---|
295 | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
296 | |
---|
297 | * configure.ac: |
---|
298 | AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). |
---|
299 | AM_INIT_AUTOMAKE([no-define foreign 1.6]). |
---|
300 | * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
301 | * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
302 | * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
303 | * Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
304 | * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
305 | * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
306 | * hello/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
307 | * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
308 | * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
309 | * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
310 | * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
311 | |
---|
312 | 2001-11-26 Ralf Corsepius |
---|
313 | |
---|
314 | * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM. |
---|
315 | |
---|
316 | 2001-10-25 Eric Norum <eric.norum@usask.ca> |
---|
317 | |
---|
318 | * cdtest/system.h: Configure 1 semaphore. This probably covers |
---|
319 | up not defining one for the GCC C++ Run-Time Libraries. |
---|
320 | |
---|
321 | 2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
322 | |
---|
323 | * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy. |
---|
324 | |
---|
325 | 2001-10-12 Joel Sherrill <joel@OARcorp.com> |
---|
326 | |
---|
327 | * unlimited/init.c, unlimited/system.h, unlimited/test1.c, |
---|
328 | unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: |
---|
329 | Fixed typo. |
---|
330 | |
---|
331 | 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
332 | |
---|
333 | * .cvsignore: Add autom4te.cache for autoconf > 2.52. |
---|
334 | * configure.in: Remove. |
---|
335 | * configure.ac: New file, generated from configure.in by autoupdate. |
---|
336 | |
---|
337 | 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
338 | |
---|
339 | * minimum/Makefile.am: Fix comments to make automake-1.5 happy. |
---|
340 | * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. |
---|
341 | * cdtest/Makefile.am: Remove LD_LIBS. |
---|
342 | |
---|
343 | 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
344 | |
---|
345 | * unlimited/Makefile.am: include leaf.am instead of leaf.cfg. |
---|
346 | * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg. |
---|
347 | * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg. |
---|
348 | * hello/Makefile.am: include leaf.am instead of leaf.cfg. |
---|
349 | * base_sp/Makefile.am: include leaf.am instead of leaf.cfg. |
---|
350 | * paranoia/Makefile.am: include leaf.am instead of leaf.cfg. |
---|
351 | * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use |
---|
352 | make-cxx-exe. |
---|
353 | * ticker/Makefile.am: include leaf.am instead of leaf.cfg. |
---|
354 | * minimum/Makefile.am: include leaf.am instead of leaf.cfg. |
---|
355 | |
---|
356 | 2001-06-14 Joel Sherrill <joel@OARcorp.com> |
---|
357 | |
---|
358 | * cdtest/system.h: Removed configure of POSIX mutexes since |
---|
359 | there do not appear to be any used in this test. |
---|
360 | |
---|
361 | 2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
362 | |
---|
363 | * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]). |
---|
364 | |
---|
365 | 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
366 | |
---|
367 | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. |
---|
368 | |
---|
369 | 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
370 | |
---|
371 | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. |
---|
372 | |
---|
373 | 2000-10-30 Joel Sherrill <joel@OARcorp.com> |
---|
374 | |
---|
375 | * POSIX include files merged into newlib. This resulted in |
---|
376 | some definitions moving to other files and thus some secondary |
---|
377 | effects in RTEMS source code. |
---|
378 | * paranoia/paranoia.c: Commented out incorrect and conflicting |
---|
379 | prototype of read(). |
---|
380 | |
---|
381 | 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
382 | |
---|
383 | * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. |
---|
384 | Switch to GNU canonicalization. |
---|
385 | * sample.am: Remove DEFS. |
---|
386 | |
---|
387 | 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
388 | |
---|
389 | * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, |
---|
390 | base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am, |
---|
391 | minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am, |
---|
392 | unlimited/Makefile.am: Include compile.am |
---|
393 | |
---|
394 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
395 | |
---|
396 | * ChangeLog: New file. |
---|