diff options
author | Monty <monty@mariadb.org> | 2017-06-30 18:06:21 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2017-06-30 22:33:28 +0300 |
commit | f99b83571a2b56a929476f657d97212580301d62 (patch) | |
tree | c9840199b99c4bd88419ebb70e634599687ee7fb /BUILD | |
parent | a2d5bd96bf65c3a03b77c65b7acb38d9fb4318dc (diff) | |
download | mariadb-git-f99b83571a2b56a929476f657d97212580301d62.tar.gz |
Added submodule updates to BUILD scripts
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/FINISH.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index b41c5c5139d..20784c49f0b 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -35,6 +35,11 @@ fi # git clean -fdX removes all ignored (build) files commands="\ git clean -fdX +cd ./libmariadb +git submodule update +cd ../storage/rocksdb/rocksdb +git submodule update +cd ../../.. path=`dirname $0` . \"$path/autorun.sh\"" |