Changeset ba5288d in rtems
- Timestamp:
- 10/22/04 14:47:07 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 29e72ae5
- Parents:
- f98cd898
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rf98cd898 rba5288d 1 2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg. 4 1 5 2004-10-18 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
aclocal/check-custom-bsp.m4
rf98cd898 rba5288d 6 6 $2= 7 7 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" \ 9 9 "${srcdir}/${RTEMS_TOPdir}/make/custom/$1"; 10 10 do -
c/src/ChangeLog
rf98cd898 rba5288d 1 2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg. 4 1 5 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
c/src/aclocal/check-custom-bsp.m4
rf98cd898 rba5288d 2 2 3 3 AC_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 \ 5 5 ${srcdir}/${RTEMS_TOPdir}/make/custom/$1; 6 6 do
Note: See TracChangeset
for help on using the changeset viewer.