diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tree.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/tree.sh b/include/tree.sh index e394e973..a2d4c378 100644 --- a/include/tree.sh +++ b/include/tree.sh @@ -86,9 +86,7 @@ build_targets() unset CROSS_COMPILE export PATH="$xbmkpath" [ "$x" = "list" ] && x_ ls -1 "config/$project" && \ - listfile="" && break - - target="$x" + listfile="" && break; target="$x" printf "'make %s', '%s', '%s'\n" "$mode" "$project" "$target" x_ handle_defconfig && [ -z "$mode" ] && x_ $postmake; : done; : |