summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-11-21 16:58:00 -0600
committerJoel Sherrill <joel@rtems.org>2017-11-27 09:50:05 -0600
commita30f707834a744760791eff255d2db2a43d61797 (patch)
treea67984578c6ea2048e9bd124c4f22f3b0c7979c6
parentgumstix/bsp_specs: Correct permissions (diff)
downloadrtems-a30f707834a744760791eff255d2db2a43d61797.tar.bz2
bootstrap: Remove reference to bsp_specs in determining BSP directories
Updates #3520.
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 9c2efa8092..391e8482eb 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 )