Changeset f66be68 in rtems
- Timestamp:
- 03/28/02 00:44:39 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 87e106c
- Parents:
- 4b01a18
- Files:
-
- 70 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/tmtests/ChangeLog
r4b01a18 rf66be68 1 2002-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 * include/Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS. 12 * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS. 13 * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS. 14 * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS. 15 * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS. 16 * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS. 17 * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS. 18 * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS. 19 * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS. 20 * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS. 21 * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS. 22 * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS. 23 * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS. 24 * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS. 25 * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS. 26 * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS. 27 * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS. 28 * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS. 29 * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS. 30 * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS. 31 * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS. 32 * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS. 33 * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS. 34 * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS. 35 * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS. 36 * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS. 37 * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS. 38 * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS. 39 1 40 2001-11-08 Jiri Gaisler <jiri@gaisler.com> 2 41 -
c/src/tests/tmtests/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 7 6 -
c/src/tests/tmtests/configure.ac
r4b01a18 rf66be68 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-tests-tmtests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([tm01]) 8 8 RTEMS_TOP(../../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-c-src-tests-tmtests,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
c/src/tests/tmtests/include/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 noinst_HEADERS = timesys.h -
c/src/tests/tmtests/tm01/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm01 -
c/src/tests/tmtests/tm02/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm02 -
c/src/tests/tmtests/tm03/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm03 -
c/src/tests/tmtests/tm04/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm04 -
c/src/tests/tmtests/tm05/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm05 -
c/src/tests/tmtests/tm06/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm06 -
c/src/tests/tmtests/tm07/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm07 -
c/src/tests/tmtests/tm08/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm08 -
c/src/tests/tmtests/tm09/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm09 -
c/src/tests/tmtests/tm10/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm10 -
c/src/tests/tmtests/tm11/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm11 -
c/src/tests/tmtests/tm12/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm12 -
c/src/tests/tmtests/tm13/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm13 -
c/src/tests/tmtests/tm14/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm14 -
c/src/tests/tmtests/tm15/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm15 -
c/src/tests/tmtests/tm16/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm16 -
c/src/tests/tmtests/tm17/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm17 -
c/src/tests/tmtests/tm18/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm18 -
c/src/tests/tmtests/tm19/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm19 -
c/src/tests/tmtests/tm20/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm20 -
c/src/tests/tmtests/tm21/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm21 -
c/src/tests/tmtests/tm22/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm22 -
c/src/tests/tmtests/tm23/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm23 -
c/src/tests/tmtests/tm24/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm24 -
c/src/tests/tmtests/tm25/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm25 -
c/src/tests/tmtests/tm26/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm26 -
c/src/tests/tmtests/tm27/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm27 -
c/src/tests/tmtests/tm28/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm28 -
c/src/tests/tmtests/tm29/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm29 -
c/src/tests/tmtests/tmck/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tmck -
c/src/tests/tmtests/tmoverhd/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tmoverhd -
testsuites/tmtests/ChangeLog
r4b01a18 rf66be68 1 2002-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 * include/Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS. 12 * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS. 13 * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS. 14 * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS. 15 * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS. 16 * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS. 17 * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS. 18 * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS. 19 * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS. 20 * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS. 21 * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS. 22 * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS. 23 * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS. 24 * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS. 25 * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS. 26 * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS. 27 * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS. 28 * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS. 29 * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS. 30 * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS. 31 * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS. 32 * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS. 33 * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS. 34 * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS. 35 * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS. 36 * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS. 37 * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS. 38 * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS. 39 1 40 2001-11-08 Jiri Gaisler <jiri@gaisler.com> 2 41 -
testsuites/tmtests/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 7 6 -
testsuites/tmtests/configure.ac
r4b01a18 rf66be68 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-tests-tmtests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([tm01]) 8 8 RTEMS_TOP(../../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-c-src-tests-tmtests,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
testsuites/tmtests/include/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 noinst_HEADERS = timesys.h -
testsuites/tmtests/tm01/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm01 -
testsuites/tmtests/tm02/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm02 -
testsuites/tmtests/tm03/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm03 -
testsuites/tmtests/tm04/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm04 -
testsuites/tmtests/tm05/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm05 -
testsuites/tmtests/tm06/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm06 -
testsuites/tmtests/tm07/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm07 -
testsuites/tmtests/tm08/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm08 -
testsuites/tmtests/tm09/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm09 -
testsuites/tmtests/tm10/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm10 -
testsuites/tmtests/tm11/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm11 -
testsuites/tmtests/tm12/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm12 -
testsuites/tmtests/tm13/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm13 -
testsuites/tmtests/tm14/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm14 -
testsuites/tmtests/tm15/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm15 -
testsuites/tmtests/tm16/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm16 -
testsuites/tmtests/tm17/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm17 -
testsuites/tmtests/tm18/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm18 -
testsuites/tmtests/tm19/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm19 -
testsuites/tmtests/tm20/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm20 -
testsuites/tmtests/tm21/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm21 -
testsuites/tmtests/tm22/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm22 -
testsuites/tmtests/tm23/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm23 -
testsuites/tmtests/tm24/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm24 -
testsuites/tmtests/tm25/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm25 -
testsuites/tmtests/tm26/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm26 -
testsuites/tmtests/tm27/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm27 -
testsuites/tmtests/tm28/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm28 -
testsuites/tmtests/tm29/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tm29 -
testsuites/tmtests/tmck/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tmck -
testsuites/tmtests/tmoverhd/Makefile.am
r4b01a18 rf66be68 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tmoverhd
Note: See TracChangeset
for help on using the changeset viewer.