summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-22 14:47:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-22 14:47:07 +0000
commitba5288db0e58b443c785f9d2493d18f68731e4c2 (patch)
tree4f6ed93b3184d56f7a26dc8f2bf23f02c1783d31
parent2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-ba5288db0e58b443c785f9d2493d18f68731e4c2.tar.bz2
2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>
* alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
-rw-r--r--ChangeLog4
-rw-r--r--aclocal/check-custom-bsp.m42
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/aclocal/check-custom-bsp.m42
4 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a21164bac5..6ee3f36605 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
+
2004-10-18 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/check-bsps.m4: Add bspkit support. Don't check for
diff --git a/aclocal/check-custom-bsp.m4 b/aclocal/check-custom-bsp.m4
index dc87133a17..d62b5fa77f 100644
--- a/aclocal/check-custom-bsp.m4
+++ b/aclocal/check-custom-bsp.m4
@@ -5,7 +5,7 @@ AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target
AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir
$2=
AC_MSG_CHECKING([for $1])
- for i in "${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}"/*/"$1" \
+ for i in "${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}"/*/cfg/"$1" \
"${srcdir}/${RTEMS_TOPdir}/make/custom/$1";
do
AS_IF([test -r $i],[
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index d012d62cdb..6eb45f68de 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
+
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
* librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
diff --git a/c/src/aclocal/check-custom-bsp.m4 b/c/src/aclocal/check-custom-bsp.m4
index 402656f3a0..db04111cf9 100644
--- a/c/src/aclocal/check-custom-bsp.m4
+++ b/c/src/aclocal/check-custom-bsp.m4
@@ -1,7 +1,7 @@
dnl $Id$
AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
- for i in ${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}/*/$1 \
+ for i in "${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}"/*/cfg/$1 \
${srcdir}/${RTEMS_TOPdir}/make/custom/$1;
do
AC_MSG_CHECKING([for $i])