mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
- remove "autom4te.cache" directories, too
This commit is contained in:
parent
9158140a24
commit
c2e9867b19
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue