mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 18:55:31 +02:00
use distclean in BUILD/compile* scripts to make sure .deps dirs go
away (old .Plo files in them showed to cause build problems for at least another dev and me, and they also cause problems after .c->.cc renames). BUILD/FINISH.sh: use distclean in BUILD/compile* scripts to make sure .deps dirs go away (old .Plo files in them showed to +cause build problems for at least another dev and me).
This commit is contained in:
parent
8941ac5685
commit
095934c6a5
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ do
|
|||
done
|
||||
|
||||
commands="\
|
||||
$make -k clean || true
|
||||
$make -k distclean || true
|
||||
/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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue