Skip to content

Commit

Permalink
tool/build: show existing targets when verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Aug 20, 2023
1 parent 5d405cd commit 4fd8e73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tool/build
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,10 @@ opt-build-each || exit 1 ;
[ "$RUN_TEST" = 1 ] && runlog-tests
[ "$RUN_BENCH" = 1 ] && runlog-benches

if [ "$VERBOSE" = 1 ]; then
opt-platforms | while read -r platform
do existing-targets-of-platform "$platform"
done
fi

exit 0

0 comments on commit 4fd8e73

Please sign in to comment.