[rtems commit] bootstrap: Remove reference to bsp_specs in determining BSP directories

Joel Sherrill joel at rtems.org
Mon Nov 27 15:50:41 UTC 2017


Module:    rtems
Branch:    master
Commit:    a30f707834a744760791eff255d2db2a43d61797
Changeset: http://git.rtems.org/rtems/commit/?id=a30f707834a744760791eff255d2db2a43d61797

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Nov 21 16:58:00 2017 -0600

bootstrap: Remove reference to bsp_specs in determining BSP directories

Updates #3520.

---

 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index 9c2efa8..391e848 100755
--- a/bootstrap
+++ b/bootstrap
@@ -42,7 +42,7 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
   case "\$1" in
 EOF
 
-for i in `ls */bsp_specs | LANG=C LC_COLLATE=C sort`; do
+for i in `ls -1 */make | grep make | LANG=C LC_COLLATE=C sort`; do
   d=`dirname $i`
 cat << EOF >> acinclude.m4~
   $d )



More information about the vc mailing list