Changeset d04abc83 in rtems


Ignore:
Timestamp:
03/25/04 10:36:41 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5a800eee
Parents:
93a0f2b
Message:

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

  • aclocal/rtems-top.m4: Add rtems_rootdir.
  • aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in $rtems_rootdir.
Location:
testsuites
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • testsuites/ChangeLog

    r93a0f2b rd04abc83  
     12004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * aclocal/rtems-top.m4: Add rtems_rootdir.
     4        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in $rtems_rootdir.
     5
    162004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • testsuites/aclocal/check-custom-bsp.m4

    r93a0f2b rd04abc83  
    22
    33AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
    4   for i in ${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}/*/$1 \
    5     ${srcdir}/${RTEMS_TOPdir}/make/custom/$1;
     4  for i in ${rtems_rootdir}/make/custom/$1;
    65  do
    76    AC_MSG_CHECKING([for $i])
  • testsuites/aclocal/rtems-top.m4

    r93a0f2b rd04abc83  
    3030[case ${enable_rtems_root} in
    3131  [[\\/$]]* | ?:[[\\/]]* ) # absolute directory
    32    RTEMS_ROOT=${enable_rtems_root}
     32   rtems_rootdir=${enable_rtems_root}
     33   RTEMS_RTEMS=${enable_rtems_root}
    3334   ;;
    3435  *) # relative directory
     36   rtems_rootdir=${enable_rtems_root}${rtems_updir}
    3537   RTEMS_ROOT=${enable_rtems_root}${rtems_updir}'$(top_builddir)'
    3638   ;;
    37 esac],
    38 [RTEMS_ROOT=${rtems_updir}'$(top_builddir)'])
     39esac],[
     40rtems_rootdir=${rtems_updir}
     41RTEMS_ROOT=${rtems_updir}'$(top_builddir)'
     42])
    3943AC_SUBST([RTEMS_ROOT])
    4044
Note: See TracChangeset for help on using the changeset viewer.