diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-22 08:30:14 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-22 08:30:14 -0300 |
commit | 5f9de42e26f9a97eca87227ea5315ea7d20c51c3 (patch) | |
tree | f99f25db87bc3ef8c3092fb325bdaa12f5d9c476 /BUILD/FINISH.sh | |
parent | 2857a84985a2fa1aa994fd2e6473a2b191f10841 (diff) | |
download | mariadb-git-5f9de42e26f9a97eca87227ea5315ea7d20c51c3.tar.gz |
Do not generate autotools configuration scripts when cmake is to be used.
Diffstat (limited to 'BUILD/FINISH.sh')
-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 142ff7eb08e..b7f7a1db77e 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -6,6 +6,7 @@ configure="./configure $base_configs $extra_configs" commands="\ $make -k maintainer-clean || true /bin/rm -rf */.deps/*.P configure config.cache storage/*/configure storage/*/config.cache autom4te.cache storage/*/autom4te.cache; +/bin/rm -rf CMakeCache.txt CMakeFiles/ path=`dirname $0` . \"$path/autorun.sh\"" |