diff options
author | monty@hundin.mysql.fi <> | 2001-11-07 02:30:34 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-07 02:30:34 +0200 |
commit | 30209c1d66ecc01ba38eee03c49e52a59f1148a9 (patch) | |
tree | 467eb97b1693dd5b30f6e2b3a1e88241fad6228c /BUILD/compile-alpha-cxx | |
parent | f9a321af8a077ea7dc17a7964166738daab6db7e (diff) | |
download | mariadb-git-30209c1d66ecc01ba38eee03c49e52a59f1148a9.tar.gz |
Portability fix.
Fixed linking problem with InnoDB.
Diffstat (limited to 'BUILD/compile-alpha-cxx')
-rwxr-xr-x | BUILD/compile-alpha-cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-alpha-cxx b/BUILD/compile-alpha-cxx index d1fa5e3b43f..971b8b4ab3a 100755 --- a/BUILD/compile-alpha-cxx +++ b/BUILD/compile-alpha-cxx @@ -11,7 +11,7 @@ rm */.deps/* make if [ $? = 0 ] then - rm */.deps/* + find . -name ".deps" | xargs rm -r bin/mysqladmin shutdown sur make install if [ $? = 0 ] |