Commit bc161d90 authored by Tristan Matthews's avatar Tristan Matthews Committed by Tristan Matthews

extras/tools: list packages that will be built

This makes it a little more obvious, instead of just saying that tools
are missing or too old.
parent 46aa9db6
......@@ -83,7 +83,7 @@ check_sed
check protoc
check ant
[ -n "$NEEDED" ] && mkdir -p build/
[ -n "$NEEDED" ] && mkdir -p build/ && echo "To-be-built packages: `echo $NEEDED | sed 's/\.//g'`"
CPUS=
CC=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment