summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-15 21:31:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-15 21:31:37 +0000
commit300c8a76ff30340e495cb140784e07aed492d94f (patch)
tree08ebb3bf4912ec6cb49e2f58d1b79886e2e43884
parentFixed code for --disable-rtems-inlines so that it would complete (diff)
downloadrtems-300c8a76ff30340e495cb140784e07aed492d94f.tar.bz2
Added "done" to end of list of BSPs found.
-rw-r--r--configure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 55b9b9cba6..590ed1f61f 100644
--- a/configure
+++ b/configure
@@ -1428,7 +1428,7 @@ echo "configure:1414: checking for bsps" >&5
esac;
done
- echo "$ac_t""$rtems_bsp" 1>&6
+ echo "$ac_t""$rtems_bsp done" 1>&6
fi
# collect makefiles for each bsp
diff --git a/configure.in b/configure.in
index abc05405e4..42449966ab 100644
--- a/configure.in
+++ b/configure.in
@@ -204,7 +204,7 @@ if test -d "$srcdir/c/src/lib/libbsp/$target_cpu"; then
esac;
done
- AC_MSG_RESULT([$rtems_bsp])
+ AC_MSG_RESULT([$rtems_bsp done])
fi
# collect makefiles for each bsp