[PATCH v2 5/6] bootstrap: Remove reference to bsp_specs in determining BSP directories

Joel Sherrill joel at rtems.org
Tue Nov 21 23:07:05 UTC 2017


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 )
-- 
1.8.3.1




More information about the devel mailing list