Changeset 7c48a2e8 in rtems


Ignore:
Timestamp:
03/25/04 06:05:21 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e84c2a46
Parents:
a1cf46b
Message:

2004-03-25 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add 2nd arg to RTEMS_TOP.
Location:
testsuites
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • testsuites/ChangeLog

    ra1cf46b r7c48a2e8  
     12004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add 2nd arg to RTEMS_TOP.
     4
     52004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     6
     7        * configure.ac: Add 2nd arg to RTEMS_TOP.
     8
    192004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    210
  • testsuites/configure.ac

    ra1cf46b r7c48a2e8  
    66AC_INIT([rtems-c-src-tests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([PROBLEMS])
    8 RTEMS_TOP(..)
     8RTEMS_TOP([..],[])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • testsuites/itrontests/ChangeLog

    ra1cf46b r7c48a2e8  
     12004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add 2nd arg to RTEMS_TOP.
     4
    152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • testsuites/itrontests/configure.ac

    ra1cf46b r7c48a2e8  
    66AC_INIT([rtems-c-src-tests-itrontests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([itronhello])
    8 RTEMS_TOP([../..])
     8RTEMS_TOP([../..],[..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • testsuites/libtests/ChangeLog

    ra1cf46b r7c48a2e8  
     12004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add 2nd arg to RTEMS_TOP.
     4
    152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • testsuites/libtests/configure.ac

    ra1cf46b r7c48a2e8  
    66AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([cpuuse])
    8 RTEMS_TOP([../..])
     8RTEMS_TOP([../..],[..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • testsuites/mptests/ChangeLog

    ra1cf46b r7c48a2e8  
     12004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add 2nd arg to RTEMS_TOP.
     4
    152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • testsuites/mptests/configure.ac

    ra1cf46b r7c48a2e8  
    66AC_INIT([rtems-c-src-tests-mptests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([mp01])
    8 RTEMS_TOP([../..])
     8RTEMS_TOP([../..],[..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • testsuites/psxtests/ChangeLog

    ra1cf46b r7c48a2e8  
     12004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add 2nd arg to RTEMS_TOP.
     4
    152004-03-05      Joel Sherrill <joel@OARcorp.com>
    26
  • testsuites/psxtests/configure.ac

    ra1cf46b r7c48a2e8  
    66AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([psx01])
    8 RTEMS_TOP([../..])
     8RTEMS_TOP([../..],[..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • testsuites/samples/ChangeLog

    ra1cf46b r7c48a2e8  
     12004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add 2nd arg to RTEMS_TOP.
     4
    152004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • testsuites/samples/configure.ac

    ra1cf46b r7c48a2e8  
    66AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([hello])
    8 RTEMS_TOP([../..])
     8RTEMS_TOP([../..],[..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • testsuites/sptests/ChangeLog

    ra1cf46b r7c48a2e8  
     12004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add 2nd arg to RTEMS_TOP.
     4
    152004-03-05      Joel Sherrill <joel@OARcorp.com>
    26
  • testsuites/sptests/configure.ac

    ra1cf46b r7c48a2e8  
    66AC_INIT([rtems-c-src-tests-sptests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([sp01])
    8 RTEMS_TOP([../..])
     8RTEMS_TOP([../..],[..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • testsuites/support/ChangeLog

    ra1cf46b r7c48a2e8  
     12004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add 2nd arg to RTEMS_TOP.
     4
    152004-03-03      Joel Sherrill <joel@OARcorp.com>
    26
  • testsuites/support/configure.ac

    ra1cf46b r7c48a2e8  
    66AC_INIT([rtems-c-src-tests-support],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([include])
    8 RTEMS_TOP([../..])
     8RTEMS_TOP([../..],[..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • testsuites/tmitrontests/ChangeLog

    ra1cf46b r7c48a2e8  
     12004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add 2nd arg to RTEMS_TOP.
     4
    152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • testsuites/tmitrontests/configure.ac

    ra1cf46b r7c48a2e8  
    66AC_INIT([rtems-c-src-tests-tmitrontests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([tmitronsem01])
    8 RTEMS_TOP([../..])
     8RTEMS_TOP([../..],[..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • testsuites/tmtests/ChangeLog

    ra1cf46b r7c48a2e8  
     12004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add 2nd arg to RTEMS_TOP.
     4
    152004-02-26      Joel Sherrill <joel@OARcorp.com>
    26
  • testsuites/tmtests/configure.ac

    ra1cf46b r7c48a2e8  
    66AC_INIT([rtems-c-src-tests-tmtests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([tm01])
    8 RTEMS_TOP([../..])
     8RTEMS_TOP([../..],[..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
  • testsuites/tools/ChangeLog

    ra1cf46b r7c48a2e8  
     12004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add 2nd arg to RTEMS_TOP.
     4
    152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • testsuites/tools/configure.ac

    ra1cf46b r7c48a2e8  
    66AC_INIT([rtems-c-src-tests-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([generic])
    8 RTEMS_TOP([../..])
     8RTEMS_TOP([../..],[..])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
Note: See TracChangeset for help on using the changeset viewer.