diff options
author | Oz Linden <oz@lindenlab.com> | 2016-12-03 10:49:43 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-12-03 10:49:43 -0500 |
commit | ea11d577c124702505f4d10afdfc86e299019e25 (patch) | |
tree | b9d586c36d81c025ef6a073c3f00c3995d6d337a /build.sh | |
parent | ff6369f5a7b711b1a185d6652446e9e186f91333 (diff) |
call standard initialization functions from buildscripts build.sh
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -176,6 +176,8 @@ then exit 1 fi +initialize_build # provided by master buildscripts build.sh + # Check to see if we're skipping the platform if ! eval '$build_'"$arch" then @@ -208,6 +210,8 @@ begin_section "Environment" env|sort end_section "Environment" +initialize_version # provided by buildscripts build.sh; sets version id + # Now run the build succeeded=true build_processes= |