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 | 037707bee0eedf5b51ba96bed6865ed02ebc758c (patch) | |
tree | 1845bed97d8406aeff542fb21d15f06f4a69d99d /BUILD/FINISH.sh | |
parent | 38aa154dd93070fd141dbec3a12bd919fef14b69 (diff) | |
download | mariadb-git-037707bee0eedf5b51ba96bed6865ed02ebc758c.tar.gz |
- remove "autom4te.cache" directories, too
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..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) |