summaryrefslogtreecommitdiff
path: root/BUILD/FINISH.sh
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2017-05-29 16:40:24 +0300
committerMonty <monty@mariadb.org>2017-05-29 16:40:24 +0300
commit267bd4cc7bdb8420ca2a7ed9c36cbdb27e6d7664 (patch)
tree625add213ae6cf9ba047345c821a49726cd2fbd7 /BUILD/FINISH.sh
parent7e5bd1500f7149ed67b0593e021d3695a8f9d81a (diff)
downloadmariadb-git-267bd4cc7bdb8420ca2a7ed9c36cbdb27e6d7664.tar.gz
Add automatic updating of sub modules to BUILD scripts
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r--BUILD/FINISH.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh
index b41c5c5139d..070fed6da7c 100644
--- a/BUILD/FINISH.sh
+++ b/BUILD/FINISH.sh
@@ -42,6 +42,7 @@ path=`dirname $0`
if [ -z "$just_clean" ]
then
commands="$commands
+git submodule update
CC=\"$CC\" CFLAGS=\"$cflags\" CXX=\"$CXX\" CXXFLAGS=\"$cxxflags\" CXXLDFLAGS=\"$CXXLDFLAGS\" $configure"
fi