diff options
author | Monty <monty@mariadb.org> | 2017-05-29 16:40:24 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2017-05-29 16:40:24 +0300 |
commit | 267bd4cc7bdb8420ca2a7ed9c36cbdb27e6d7664 (patch) | |
tree | 625add213ae6cf9ba047345c821a49726cd2fbd7 /BUILD | |
parent | 7e5bd1500f7149ed67b0593e021d3695a8f9d81a (diff) | |
download | mariadb-git-267bd4cc7bdb8420ca2a7ed9c36cbdb27e6d7664.tar.gz |
Add automatic updating of sub modules to BUILD scripts
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/FINISH.sh | 1 |
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 |