summaryrefslogtreecommitdiff
path: root/BUILD/FINISH.sh
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2021-06-14 19:51:37 +0300
committerMonty <monty@mariadb.org>2021-06-14 20:36:36 +0300
commit7f0024a54f9b107800ddbd21246e375f4660790d (patch)
tree12cd7196956373516af24a6b4169d2ca41985fc4 /BUILD/FINISH.sh
parentc2c10094a81ef64b2db9b9154abe6109133461e6 (diff)
downloadmariadb-git-7f0024a54f9b107800ddbd21246e375f4660790d.tar.gz
Fixed BUILD scripts to remove all .gcov and .gcno files from submodules
Other things: - Do not use ccache when building with gcov
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r--BUILD/FINISH.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh
index 015f973d8a8..14347ca8232 100644
--- a/BUILD/FINISH.sh
+++ b/BUILD/FINISH.sh
@@ -40,16 +40,22 @@ then
git clean -fdX
cd ./libmariadb
git submodule update
+git clean -fdX
cd ../storage/rocksdb/rocksdb
+git clean -fdX
git submodule update
+git clean -fdX
cd ../../maria/libmarias3
git submodule update
+git clean -fdX
cd ../../..
cd storage/columnstore/columnstore
git submodule update
+git clean -fdX
cd ../../..
cd wsrep-lib
git submodule update
+git clean -fdX
cd .."
fi
commands="$commands