diff options
author | unknown <lenz@mysql.com> | 2003-02-19 21:41:01 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-02-19 21:41:01 +0100 |
commit | c2e9867b19bec2e8b012aac91360d27cc55e4a1d (patch) | |
tree | 1845bed97d8406aeff542fb21d15f06f4a69d99d /BUILD | |
parent | 9158140a24859fb33232e0995c41b9d92fed88e1 (diff) | |
download | mariadb-git-c2e9867b19bec2e8b012aac91360d27cc55e4a1d.tar.gz |
- remove "autom4te.cache" directories, too
Diffstat (limited to 'BUILD')
-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..f04b8e9db5e 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 -f */.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) |