diff options
author | monty@narttu.mysql.fi <> | 2003-02-26 01:03:47 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-02-26 01:03:47 +0200 |
commit | 9a46698e1efe164ac17ce0ca82b8e8ed12892c09 (patch) | |
tree | c9b14451b3f66dc4b11dc35d49edd35f23787e07 /BUILD/FINISH.sh | |
parent | f4e1a2f292a03f4d9b5072365ef6e9ebac1cb595 (diff) | |
parent | 045ac4b84b783fd93edd45abdd63b87a04584987 (diff) | |
download | mariadb-git-9a46698e1efe164ac17ce0ca82b8e8ed12892c09.tar.gz |
Merge with 4.0.11
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r-- | BUILD/FINISH.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 2c2b4925c3d..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 +/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) |