summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-12 16:15:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-12 16:15:34 +0000
commit1d3713ef5ca6d896ebfad4a8c0737d1aa8480242 (patch)
tree38ee354cecd4a13be8809bf8debef38e8cb0de75
parent2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1d3713ef5ca6d896ebfad4a8c0737d1aa8480242.tar.bz2
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootstrap: RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY).
Diffstat (limited to '')
-rw-r--r--ChangeLog4
-rwxr-xr-xbootstrap4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bb94133ec..d05ad41297 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * bootstrap: RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY).
+
+2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* VERSION: 4.6.99.0.
* aclocal/version.m4: 4.6.99.0.
diff --git a/bootstrap b/bootstrap
index 0689a27e67..883e3a24dd 100755
--- a/bootstrap
+++ b/bootstrap
@@ -36,10 +36,10 @@ usage()
generate_bspdir_acinclude()
{
cat << EOF > acinclude.m4~
-# RTEMS_CHECK_BSPDIR(RTEMS_BSP)
+# RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY)
AC_DEFUN([RTEMS_CHECK_BSPDIR],
[
- case "\$RTEMS_BSP_FAMILY" in
+ case "\$1" in
EOF
for i in */bsp_specs; do