Changeset 4b01a18 in rtems
- Timestamp:
- 03/28/02 00:44:34 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f66be68
- Parents:
- cb626ac8
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/tmitrontests/ChangeLog
rcb626ac8 r4b01a18 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 * tmitronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 1 10 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 11 -
c/src/tests/tmitrontests/Makefile.am
rcb626ac8 r4b01a18 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 7 6 -
c/src/tests/tmitrontests/configure.ac
rcb626ac8 r4b01a18 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-tests-tmitrontests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([tmitronsem01]) 8 8 RTEMS_TOP(../../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-c-src-tests-tmitrontests,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
c/src/tests/tmitrontests/include/Makefile.am
rcb626ac8 r4b01a18 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 noinst_HEADERS = timesys.h -
c/src/tests/tmitrontests/tmitronsem01/Makefile.am
rcb626ac8 r4b01a18 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tmitronsem01 -
testsuites/tmitrontests/ChangeLog
rcb626ac8 r4b01a18 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 * tmitronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 1 10 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 11 -
testsuites/tmitrontests/Makefile.am
rcb626ac8 r4b01a18 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 7 6 -
testsuites/tmitrontests/configure.ac
rcb626ac8 r4b01a18 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-tests-tmitrontests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([tmitronsem01]) 8 8 RTEMS_TOP(../../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-c-src-tests-tmitrontests,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
testsuites/tmitrontests/include/Makefile.am
rcb626ac8 r4b01a18 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 noinst_HEADERS = timesys.h -
testsuites/tmitrontests/tmitronsem01/Makefile.am
rcb626ac8 r4b01a18 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 TEST = tmitronsem01
Note: See TracChangeset
for help on using the changeset viewer.