Changeset 8dc526ef in rtems
- Timestamp:
- 03/28/02 00:44:18 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0e9a637
- Parents:
- ed794ad
- Files:
-
- 56 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/ChangeLog
red794ad r8dc526ef 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 * Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * include/Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS. 12 * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS. 13 * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS. 14 * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS. 15 * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS. 16 * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS. 17 * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS. 18 * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS. 19 * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS. 20 * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS. 21 * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS. 22 * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS. 23 * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS. 24 * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS. 25 * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS. 26 * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS. 27 * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS. 28 * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS. 29 * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS. 30 * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS. 31 * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS. 32 1 33 2001-11-07 Jennifer Averett <jennifer@OARcorp.com> 2 34 -
c/src/tests/psxtests/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 7 6 -
c/src/tests/psxtests/configure.ac
red794ad r8dc526ef 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([psx01]) 8 8 RTEMS_TOP(../../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-c-src-tests-psxtests,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
c/src/tests/psxtests/include/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 noinst_HEADERS = pmacros.h -
c/src/tests/psxtests/psx01/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx01 -
c/src/tests/psxtests/psx02/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx02 -
c/src/tests/psxtests/psx03/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx03 -
c/src/tests/psxtests/psx04/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx04 -
c/src/tests/psxtests/psx05/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx05 -
c/src/tests/psxtests/psx06/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx06 -
c/src/tests/psxtests/psx07/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx07 -
c/src/tests/psxtests/psx08/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx08 -
c/src/tests/psxtests/psx09/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx09 -
c/src/tests/psxtests/psx10/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx10 -
c/src/tests/psxtests/psx11/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx11 -
c/src/tests/psxtests/psx12/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx12 -
c/src/tests/psxtests/psx13/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx13 -
c/src/tests/psxtests/psxcancel/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxcancel -
c/src/tests/psxtests/psxchroot01/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxchroot01 -
c/src/tests/psxtests/psxfile01/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxfile01 -
c/src/tests/psxtests/psxhdrs/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c clock06.c \ -
c/src/tests/psxtests/psxmount/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxmount -
c/src/tests/psxtests/psxmsgq01/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxmsgq01 -
c/src/tests/psxtests/psxreaddir/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxreaddir -
c/src/tests/psxtests/psxsem01/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxsem01 -
c/src/tests/psxtests/psxstat/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxstat -
c/src/tests/psxtests/psxtime/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxtime -
c/src/tests/psxtests/psxtimer/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxtimer -
testsuites/psxtests/ChangeLog
red794ad r8dc526ef 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 * Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * include/Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS. 12 * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS. 13 * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS. 14 * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS. 15 * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS. 16 * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS. 17 * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS. 18 * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS. 19 * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS. 20 * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS. 21 * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS. 22 * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS. 23 * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS. 24 * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS. 25 * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS. 26 * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS. 27 * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS. 28 * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS. 29 * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS. 30 * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS. 31 * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS. 32 1 33 2001-11-07 Jennifer Averett <jennifer@OARcorp.com> 2 34 -
testsuites/psxtests/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 7 6 -
testsuites/psxtests/configure.ac
red794ad r8dc526ef 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([psx01]) 8 8 RTEMS_TOP(../../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-c-src-tests-psxtests,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
testsuites/psxtests/include/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 noinst_HEADERS = pmacros.h -
testsuites/psxtests/psx01/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx01 -
testsuites/psxtests/psx02/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx02 -
testsuites/psxtests/psx03/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx03 -
testsuites/psxtests/psx04/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx04 -
testsuites/psxtests/psx05/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx05 -
testsuites/psxtests/psx06/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx06 -
testsuites/psxtests/psx07/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx07 -
testsuites/psxtests/psx08/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx08 -
testsuites/psxtests/psx09/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx09 -
testsuites/psxtests/psx10/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx10 -
testsuites/psxtests/psx11/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx11 -
testsuites/psxtests/psx12/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx12 -
testsuites/psxtests/psx13/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psx13 -
testsuites/psxtests/psxcancel/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxcancel -
testsuites/psxtests/psxchroot01/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxchroot01 -
testsuites/psxtests/psxfile01/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxfile01 -
testsuites/psxtests/psxhdrs/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c clock06.c \ -
testsuites/psxtests/psxmount/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxmount -
testsuites/psxtests/psxmsgq01/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxmsgq01 -
testsuites/psxtests/psxreaddir/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxreaddir -
testsuites/psxtests/psxsem01/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxsem01 -
testsuites/psxtests/psxstat/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxstat -
testsuites/psxtests/psxtime/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxtime -
testsuites/psxtests/psxtimer/Makefile.am
red794ad r8dc526ef 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = psxtimer
Note: See TracChangeset
for help on using the changeset viewer.