mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
- autom4te.cache is a directory - remove it recursively
This commit is contained in:
parent
1184164aa5
commit
dda92b4b28
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 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)
|
||||
|
|
Loading…
Reference in a new issue