Changeset ba5288d in rtems


Ignore:
Timestamp:
10/22/04 14:47:07 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
29e72ae5
Parents:
f98cd898
Message:

2004-10-22 Ralf Corsepius <ralf_corsepius@…>

  • alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rf98cd898 rba5288d  
     12004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
     4
    152004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
    26
  • aclocal/check-custom-bsp.m4

    rf98cd898 rba5288d  
    66  $2=
    77  AC_MSG_CHECKING([for $1])
    8   for i in "${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}"/*/"$1" \
     8  for i in "${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}"/*/cfg/"$1" \
    99    "${srcdir}/${RTEMS_TOPdir}/make/custom/$1";
    1010  do
  • c/src/ChangeLog

    rf98cd898 rba5288d  
     12004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
     4
    152004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
    26
  • c/src/aclocal/check-custom-bsp.m4

    rf98cd898 rba5288d  
    22
    33AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
    4   for i in ${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}/*/$1 \
     4  for i in "${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}"/*/cfg/$1 \
    55    ${srcdir}/${RTEMS_TOPdir}/make/custom/$1;
    66  do
Note: See TracChangeset for help on using the changeset viewer.