summaryrefslogtreecommitdiff
path: root/BUILD/FINISH.sh
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-02-20 10:20:26 +0100
committerunknown <lenz@mysql.com>2003-02-20 10:20:26 +0100
commit0b1ea79fa15582a09eac9b43345a832da8d7a985 (patch)
tree5ebc2e20bdec0230df4909caef47c35b92af923a /BUILD/FINISH.sh
parentac0941b8845b6746d4f62044b53d082019f0e71a (diff)
downloadmariadb-git-0b1ea79fa15582a09eac9b43345a832da8d7a985.tar.gz
- autom4te.cache is a directory - remove it recursively
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r--BUILD/FINISH.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh
index f7013024fbc..32a4efefdfb 100644
--- a/BUILD/FINISH.sh
+++ b/BUILD/FINISH.sh
@@ -11,7 +11,7 @@ done
commands="\
$make -k clean || true
-/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache bdb/dist/autom4te.cache autom4te.cache innobase/autom4te.cache;
+/bin/rm -rf */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache bdb/dist/autom4te.cache autom4te.cache innobase/autom4te.cache;
aclocal || (echo \"Can't execute aclocal\" && exit 1)
autoheader || (echo \"Can't execute autoheader\" && exit 1)