Changeset 60f3702 in rtems


Ignore:
Timestamp:
07/17/02 22:28:20 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
cca5631
Parents:
76af1fc
Message:

2002-07-17 Ralf Corsepius <corsepiu@…>

  • aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
  • aclocal/check-cpu.m4: Ditto.
  • aclocal/check-bsps.m4: Ditto.
Location:
cpukit
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r76af1fc r60f3702  
     12002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
     4        * aclocal/check-cpu.m4: Ditto.
     5        * aclocal/check-bsps.m4: Ditto.
     6
    172002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • cpukit/aclocal/check-bsps.m4

    r76af1fc r60f3702  
    66
    77AC_MSG_CHECKING([for make/custom/[$]$1.cfg])
    8 if test -r "$srcdir/$RTEMS_TOPdir/../../make/custom/[$]$1.cfg"; then
     8if test -r "$srcdir/$RTEMS_TOPdir/make/custom/[$]$1.cfg"; then
    99  AC_MSG_RESULT([yes])
    1010else
  • cpukit/aclocal/check-cpu.m4

    r76af1fc r60f3702  
    99# Is this a supported CPU?
    1010AC_MSG_CHECKING([if cpu $RTEMS_CPU is supported])
    11 if test -d "$srcdir/$RTEMS_TOPdir/exec/score/cpu/$RTEMS_CPU"; then
     11if test -d "$srcdir/$RTEMS_TOPdir/cpukit/score/cpu/$RTEMS_CPU"; then
    1212  AC_MSG_RESULT(yes)
    1313else
  • cpukit/aclocal/rtems-top.m4

    r76af1fc r60f3702  
    3838AS_IF([test "${with_project_root+set}" = set],
    3939  [PROJECT_ROOT="${with_project_root}${RTEMS_TOPdir}/\$(top_builddir)"],
    40   [PROJECT_ROOT="../../${RTEMS_TOPdir}/\$(top_builddir)"])
     40  [PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"])
    4141AC_SUBST(PROJECT_ROOT)
    4242
    4343AC_MSG_CHECKING([for RTEMS Version])
    44 AS_IF([test -r "${srcdir}/${RTEMS_TOPdir}/exec/aclocal/version.m4"],
     44AS_IF([test -r "${srcdir}/${RTEMS_TOPdir}/cpukit/aclocal/version.m4"],
    4545[],
    46 [AC_MSG_ERROR([Unable to find ${RTEMS_TOPdir}/exec/aclocal/version.m4])])
     46[AC_MSG_ERROR([Unable to find ${RTEMS_TOPdir}/cpukit/aclocal/version.m4])])
    4747AC_MSG_RESULT([_RTEMS_VERSION])
    4848])dnl
Note: See TracChangeset for help on using the changeset viewer.