Commit 46bc9aaa authored by guilhem@mysql.com's avatar guilhem@mysql.com

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).
parent a5ce45fc
...@@ -10,7 +10,7 @@ do ...@@ -10,7 +10,7 @@ do
done done
commands="\ 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; /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) aclocal || (echo \"Can't execute aclocal\" && exit 1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment