Commit Graph

1070 Commits

Author SHA1 Message Date
Ralf Corsepius
cc8f37cd59 * itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* itronmbf01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* itronmbox01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* itronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* itrontask01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* itrontask02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* itrontask03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* itrontask04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* itrontime01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2004-04-01 15:16:08 +00:00
Ralf Corsepius
6c7c65d2dd 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* tmitronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>.
2004-04-01 10:14:44 +00:00
Ralf Corsepius
65fa6b5663 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
2004-04-01 10:14:42 +00:00
Ralf Corsepius
05153a1f10 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
2004-04-01 10:14:40 +00:00
Ralf Corsepius
0fdaca2197 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
	* psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
	* psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
	* psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
2004-04-01 10:14:37 +00:00
Ralf Corsepius
78ef0dcabd 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* itronhello/system.h: Include <rtems/itron.h> instead of <itron.h>.
	* itronmbf01/system.h: Include <rtems/itron.h> instead of <itron.h>.
	* itronmbox01/system.h: Include <rtems/itron.h> instead of <itron.h>.
	* itronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>.
	* itrontask01/system.h: Include <rtems/itron.h> instead of <itron.h>.
	* itrontask02/system.h: Include <rtems/itron.h> instead of <itron.h>.
	* itrontask03/system.h: Include <rtems/itron.h> instead of <itron.h>.
	* itrontask04/system.h: Include <rtems/itron.h> instead of <itron.h>.
	* itrontime01/system.h: Include <rtems/itron.h> instead of <itron.h>.
2004-04-01 10:14:34 +00:00
Joel Sherrill
a841314365 2004-03-30 David Querbach <querbach@realtime.bc.ca>
PR 595/tests
	* sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
	sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
	supplied buffer due to confusion in the definition of MESSAGE_SIZE.
	Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
	others treat it as a count of longs.
2004-03-30 19:46:38 +00:00
Joel Sherrill
378aed9ac4 2004-03-30 David Querbach <querbach@realtime.bc.ca>
PR 596/tests
	* sp32/init.c: A missing definition of TEST_INIT before including
	<tmacros.h> means that buffered output will not work even if selected
	in buffer_test_io.h.
2004-03-30 19:20:59 +00:00
Joel Sherrill
e0f75b1573 2004-03-30 David Querbach <querbach@realtime.bc.ca>
PR 597/tests
	* tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
	tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
	tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
	tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
	tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
	tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
	tm27/task1.c, tm29/system.h: The actual workspace needed by the
	tmtests depends on OPERATION_COUNT, but the definitions of
	CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
	this. This results in unnecessary memory exhaustion on small-memory
	systems such as the SS555.
2004-03-30 19:17:34 +00:00
Ralf Corsepius
d8e681e7fb 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* mp02/task1.c, mp03/system.h, mp03/task1.c, mp04/task1.c,
	mp05/system.h, mp06/task1.c, mp07/task1.c, mp08/task1.c,
	mp09/recvmsg.c, mp09/sendmsg.c, mp09/task1.c, mp10/task1.c,
	mp11/init.c, mp12/init.c, mp13/task1.c, mp14/evtask1.c,
	mp14/evtmtask.c, mp14/init.c, mp14/msgtask1.c, mp14/pttask1.c,
	mp14/smtask1.c, mp14/system.h: Convert to using c99 fixed size
	types.
2004-03-30 11:18:29 +00:00
Ralf Corsepius
ac3a07ae8e 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/timesys.h: Convert to using c99 fixed size types.
2004-03-30 11:17:24 +00:00
Ralf Corsepius
6965fc4342 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
	to using c99 fixed size types.
2004-03-30 11:16:17 +00:00
Ralf Corsepius
c87608fd82 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
	sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
	sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
	sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
	sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
	sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
	sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
	sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
	sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
	spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
	types.
2004-03-30 11:15:35 +00:00
Ralf Corsepius
9919946a82 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
	monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
	rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
	rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
	using c99 fixed size types.
2004-03-30 11:12:47 +00:00
Ralf Corsepius
4c84d7b760 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
	unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
	unlimited/test3.c: Convert to using c99 fixed size types.
2004-03-30 11:12:01 +00:00
Ralf Corsepius
c50e97811a 2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
2004-03-28 07:23:07 +00:00
Ralf Corsepius
0720ff433e 2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
	tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
	tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
	tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
	tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
	tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
	tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
	tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
	c99 fixed size types.
2004-03-28 07:20:11 +00:00
Ralf Corsepius
c91605312d 2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/Makefile.am: Remove.
	* Makefile.am: Merge-in include/Makefile.am.
	* configure.ac: Reflect changes above.
2004-03-26 05:09:01 +00:00
Ralf Corsepius
c5e9109f2e 2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* Makefile.am: Remove include from SUBDIRS.
2004-03-26 04:58:50 +00:00
Ralf Corsepius
dc75609271 2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/Makefile.am: Remove.
	* Makefile.am: Merge-in include/Makefile.am.
	* configure.ac: Reflect changes above.
2004-03-26 04:57:54 +00:00
Ralf Corsepius
a7c4e12216 2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-custom-bsp.m4: Fix minor typo.
2004-03-25 11:04:56 +00:00
Ralf Corsepius
5a800eee13 2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/tmacros.h: Convert to using c99 fixed size types.
2004-03-25 10:38:16 +00:00
Ralf Corsepius
d04abc83d9 2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Add rtems_rootdir.
	* aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in $rtems_rootdir.
2004-03-25 10:36:41 +00:00
Ralf Corsepius
93a0f2b654 2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP.
	Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
	Add --enable-rtems-root. Rework RTEMS_ROOT.
2004-03-25 08:22:14 +00:00
Ralf Corsepius
e84c2a4643 2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
	aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
	aclocal/enable-networking.m4, aclocal/enable-posix.m4,
	aclocal/enable-tests.m4, aclocal/multilib.m4,
	aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
2004-03-25 07:33:57 +00:00
Ralf Corsepius
7c48a2e83d 2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add 2nd arg to RTEMS_TOP.
2004-03-25 06:05:21 +00:00
Ralf Corsepius
0b1fce890b Unused. 2004-03-09 09:13:25 +00:00
Joel Sherrill
6debefee26 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* sp07/buffered_io.c: Remove warning.
2004-03-05 18:26:16 +00:00
Joel Sherrill
3c0c89888d 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
	psxtimer/psxtimer.c: Eliminate warnings and typos.
2004-03-05 15:51:13 +00:00
Joel Sherrill
b16bdbf71e 2004-03-03 Joel Sherrill <joel@OARcorp.com>
* include/buffer_test_io.h: Correct typo.
2004-03-03 14:23:05 +00:00
Joel Sherrill
54a43fe433 2004-02-26 Joel Sherrill <joel@OARcorp.com>
PR 583/tests
	* tm26/task1.c, tm27/task1.c: Correctly reset
	_Thread_Dispatch_disable_level so printing is safe.
2004-02-26 16:50:21 +00:00
Joel Sherrill
68cc3adb75 2004-02-26 Sébastien Barré <sbarre@sdelcc.com>
PR 582/core
	* psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
	queue test so more of it runs now.
2004-02-26 14:26:23 +00:00
Ralf Corsepius
17ad82ca8b 2004-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
	* aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
	* aclocal/project-root.m4: Remove obsolete comments.
	* aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
	* aclocal/rtems-top.m4: Rework.
2004-02-19 05:40:02 +00:00
Ralf Corsepius
7974c4ba51 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove subdir tools.
2004-02-14 18:12:45 +00:00
Ralf Corsepius
59795a68fc 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Rework. Make package a host compiled package.
	* Makefile.am: Ditto.
2004-02-14 18:11:45 +00:00
Ralf Corsepius
20b80be64b 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/target.m4: Remove (Unused).
2004-02-14 06:37:21 +00:00
Ralf Corsepius
31ffd58654 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/version.m4: 4.6.99.0.
2004-02-12 14:41:32 +00:00
Joel Sherrill
6ccb466d61 2004-02-03 Joel Sherrill <joel@OARcorp.com>
* include/buffer_test_io.h: Do not use iprintf() if in ANSI compiler
	mode.
2004-02-04 00:40:24 +00:00
Ralf Corsepius
6db3491811 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove -Wall -ansi to work-around non-portability of
	with cdtest.
2004-01-21 15:24:39 +00:00
Ralf Corsepius
65a7488790 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add PREINSTALL_DIRS.
2004-01-21 15:22:13 +00:00
Ralf Corsepius
987f0ea3c6 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* tm02/Makefile.am: Ditto.
	* tm03/Makefile.am: Ditto.
	* tm04/Makefile.am: Ditto.
	* tm05/Makefile.am: Ditto.
	* tm06/Makefile.am: Ditto.
	* tm07/Makefile.am: Ditto.
	* tm08/Makefile.am: Ditto.
	* tm09/Makefile.am: Ditto.
	* tm10/Makefile.am: Ditto.
	* tm11/Makefile.am: Ditto.
	* tm12/Makefile.am: Ditto.
	* tm13/Makefile.am: Ditto.
	* tm14/Makefile.am: Ditto.
	* tm15/Makefile.am: Ditto.
	* tm16/Makefile.am: Ditto.
	* tm17/Makefile.am: Ditto.
	* tm18/Makefile.am: Ditto.
	* tm19/Makefile.am: Ditto.
	* tm20/Makefile.am: Ditto.
	* tm21/Makefile.am: Ditto.
	* tm22/Makefile.am: Ditto.
	* tm23/Makefile.am: Ditto.
	* tm24/Makefile.am: Ditto.
	* tm25/Makefile.am: Ditto.
	* tm26/Makefile.am: Ditto.
	* tm27/Makefile.am: Ditto.
	* tm28/Makefile.am: Ditto.
	* tm29/Makefile.am: Ditto.
	* tmck/Makefile.am: Ditto.
	* tmoverhd/Makefile.am: Ditto.
2004-01-14 07:50:09 +00:00
Ralf Corsepius
d6f451760b 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmitronsem01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
2004-01-14 07:49:58 +00:00
Ralf Corsepius
2e1489b960 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
2004-01-14 07:49:55 +00:00
Ralf Corsepius
340835b05f 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* sp02/Makefile.am: Ditto.
	* sp03/Makefile.am: Ditto.
	* sp04/Makefile.am: Ditto.
	* sp05/Makefile.am: Ditto.
	* sp06/Makefile.am: Ditto.
	* sp07/Makefile.am: Ditto.
	* sp08/Makefile.am: Ditto.
	* sp09/Makefile.am: Ditto.
	* sp11/Makefile.am: Ditto.
	* sp12/Makefile.am: Ditto.
	* sp13/Makefile.am: Ditto.
	* sp14/Makefile.am: Ditto.
	* sp15/Makefile.am: Ditto.
	* sp16/Makefile.am: Ditto.
	* sp17/Makefile.am: Ditto.
	* sp19/Makefile.am: Ditto.
	* sp20/Makefile.am: Ditto.
	* sp21/Makefile.am: Ditto.
	* sp22/Makefile.am: Ditto.
	* sp23/Makefile.am: Ditto.
	* sp24/Makefile.am: Ditto.
	* sp25/Makefile.am: Ditto.
	* sp26/Makefile.am: Ditto.
	* sp27/Makefile.am: Ditto.
	* sp28/Makefile.am: Ditto.
	* sp29/Makefile.am: Ditto.
	* sp30/Makefile.am: Ditto.
	* sp31/Makefile.am: Ditto.
	* sp32/Makefile.am: Ditto.
	* spfatal/Makefile.am: Ditto.
	* spsize/Makefile.am: Ditto.
2004-01-14 07:49:50 +00:00
Ralf Corsepius
a00ee402bf 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* base_mp/node2/Makefile.am: Ditto.
	* base_sp/Makefile.am: Ditto.
	* cdtest/Makefile.am: Ditto.
	* fileio/Makefile.am: Ditto.
	* hello/Makefile.am: Ditto.
	* loopback/Makefile.am: Ditto.
	* minimum/Makefile.am: Ditto.
	* paranoia/Makefile.am: Ditto.
	* pppd/Makefile.am: Ditto.
	* ticker/Makefile.am: Ditto.
	* unlimited/Makefile.am: Ditto.
2004-01-14 07:49:37 +00:00
Ralf Corsepius
1ace275091 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* psx02/Makefile.am: Ditto.
	* psx03/Makefile.am: Ditto.
	* psx04/Makefile.am: Ditto.
	* psx05/Makefile.am: Ditto.
	* psx06/Makefile.am: Ditto.
	* psx07/Makefile.am: Ditto.
	* psx08/Makefile.am: Ditto.
	* psx09/Makefile.am: Ditto.
	* psx10/Makefile.am: Ditto.
	* psx11/Makefile.am: Ditto.
	* psx12/Makefile.am: Ditto.
	* psx13/Makefile.am: Ditto.
	* psxcancel/Makefile.am: Ditto.
	* psxchroot01/Makefile.am: Ditto.
	* psxfile01/Makefile.am: Ditto.
	* psxmount/Makefile.am: Ditto.
	* psxmsgq01/Makefile.am: Ditto.
	* psxreaddir/Makefile.am: Ditto.
	* psxsem01/Makefile.am: Ditto.
	* psxstat/Makefile.am: Ditto.
	* psxtime/Makefile.am: Ditto.
	* psxtimer/Makefile.am: Ditto.
2004-01-14 07:49:29 +00:00
Ralf Corsepius
b736e817a5 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mp01/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* mp01/node2/Makefile.am: Ditto.
	* mp02/node1/Makefile.am: Ditto.
	* mp02/node2/Makefile.am: Ditto.
	* mp03/node1/Makefile.am: Ditto.
	* mp03/node2/Makefile.am: Ditto.
	* mp04/node1/Makefile.am: Ditto.
	* mp04/node2/Makefile.am: Ditto.
	* mp05/node1/Makefile.am: Ditto.
	* mp05/node2/Makefile.am: Ditto.
	* mp06/node1/Makefile.am: Ditto.
	* mp06/node2/Makefile.am: Ditto.
	* mp07/node1/Makefile.am: Ditto.
	* mp07/node2/Makefile.am: Ditto.
	* mp08/node1/Makefile.am: Ditto.
	* mp08/node2/Makefile.am: Ditto.
	* mp09/node1/Makefile.am: Ditto.
	* mp09/node2/Makefile.am: Ditto.
	* mp10/node1/Makefile.am: Ditto.
	* mp10/node2/Makefile.am: Ditto.
	* mp11/node1/Makefile.am: Ditto.
	* mp11/node2/Makefile.am: Ditto.
	* mp12/node1/Makefile.am: Ditto.
	* mp12/node2/Makefile.am: Ditto.
	* mp13/node1/Makefile.am: Ditto.
	* mp13/node2/Makefile.am: Ditto.
	* mp14/node1/Makefile.am: Ditto.
	* mp14/node2/Makefile.am: Ditto.
2004-01-14 07:49:17 +00:00
Ralf Corsepius
08bfed20d0 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* malloctest/Makefile.am: Ditto.
	* monitor/Makefile.am: Ditto.
	* putenvtest/Makefile.am: Ditto.
	* rtems++/Makefile.am: Ditto.
	* rtmonuse/Makefile.am: Ditto.
	* stackchk/Makefile.am: Ditto.
	* termios/Makefile.am: Ditto.
2004-01-14 07:49:06 +00:00
Ralf Corsepius
2ac7d127f0 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* itronhello/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* itronmbf01/Makefile.am: Ditto.
	* itronmbox01/Makefile.am: Ditto.
	* itronsem01/Makefile.am: Ditto.
	* itrontask01/Makefile.am: Ditto.
	* itrontask02/Makefile.am: Ditto.
	* itrontask03/Makefile.am: Ditto.
	* itrontask04/Makefile.am: Ditto.
	* itrontime01/Makefile.am: Ditto.
2004-01-14 07:49:01 +00:00
Joel Sherrill
64166283f3 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
	more completely covers the MIPS family.
2004-01-07 20:39:46 +00:00