Added "done" to end of list of BSPs found.

This commit is contained in:
Joel Sherrill
1998-01-15 21:31:37 +00:00
parent 566aea7ddb
commit 300c8a76ff
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -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

View File

@@ -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