VERBOSE will be set by TRAVIS (but can also be set by user to diagnose slow builds). Using an env var so that it automatically propagates to all the sub-scripts and tools without having to pass it through tools/build explicitly.
Each run invokes tools/build, which already returns a non-zero status on errors and zero when OK. Updates #237