Makefile improvements for deterministic builds based on Bucky's feedback

This commit is contained in:
Greg Szabo
2018-01-05 14:22:13 -05:00
parent 2cc50938a4
commit bb3dc10f24
2 changed files with 23 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )"
cd "$DIR"
# Make sure build tools are available, get VENDORED dependencies and build
make get_tools get_vendor_deps build_cc
make get_tools get_vendor_deps build_xc
# Zip all the files.
echo "==> Packaging..."