Changeset a7d158ab in rtems
- Timestamp:
- 03/28/02 00:44:04 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8b695b9
- Parents:
- c42980ab
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/itrontests/ChangeLog
rc42980ab ra7d158ab 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 * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS. 12 * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS. 13 * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS. 14 * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS. 15 * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS. 16 1 17 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 18 -
c/src/tests/itrontests/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 7 6 -
c/src/tests/itrontests/configure.ac
rc42980ab ra7d158ab 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-tests-itrontests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([itronhello]) 8 8 RTEMS_TOP(../../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-c-src-tests-itrontests,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
c/src/tests/itrontests/itronhello/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itronhello -
c/src/tests/itrontests/itronmbf01/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itronmbf01 -
c/src/tests/itrontests/itronmbox01/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itronmbox01 -
c/src/tests/itrontests/itronsem01/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itronsem01 -
c/src/tests/itrontests/itrontask01/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itrontask01 -
c/src/tests/itrontests/itrontask02/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itrontask02 -
c/src/tests/itrontests/itrontask03/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itrontask03 -
c/src/tests/itrontests/itrontask04/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itrontask04 -
c/src/tests/itrontests/itrontime01/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itrontime01 -
testsuites/itrontests/ChangeLog
rc42980ab ra7d158ab 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 * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS. 12 * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS. 13 * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS. 14 * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS. 15 * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS. 16 1 17 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 18 -
testsuites/itrontests/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 7 6 -
testsuites/itrontests/configure.ac
rc42980ab ra7d158ab 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-tests-itrontests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([itronhello]) 8 8 RTEMS_TOP(../../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-c-src-tests-itrontests,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
testsuites/itrontests/itronhello/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itronhello -
testsuites/itrontests/itronmbf01/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itronmbf01 -
testsuites/itrontests/itronmbox01/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itronmbox01 -
testsuites/itrontests/itronsem01/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itronsem01 -
testsuites/itrontests/itrontask01/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itrontask01 -
testsuites/itrontests/itrontask02/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itrontask02 -
testsuites/itrontests/itrontask03/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itrontask03 -
testsuites/itrontests/itrontask04/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itrontask04 -
testsuites/itrontests/itrontime01/Makefile.am
rc42980ab ra7d158ab 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = itrontime01
Note: See TracChangeset
for help on using the changeset viewer.