diff options
author | unknown <monty@hundin.mysql.fi> | 2001-11-07 02:30:34 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-11-07 02:30:34 +0200 |
commit | 1ed1ec4c84db6e14023e55fdc6aa471c58ce71c8 (patch) | |
tree | 467eb97b1693dd5b30f6e2b3a1e88241fad6228c /BUILD | |
parent | d207a0c2f022d0a65e95cddf8a1dc957f0e0a34e (diff) | |
download | mariadb-git-1ed1ec4c84db6e14023e55fdc6aa471c58ce71c8.tar.gz |
Portability fix.
Fixed linking problem with InnoDB.
BUILD/compile-alpha-cxx:
Fix for using innodb
acinclude.m4:
Fix problem with linking mysqld after Heikkis last changes.
client/mysql.cc:
Fixed linking problem
client/mysqlmanager-pwgen.c:
Portability fix
innobase/que/que0que.c:
Removed some blanks
myisam/ft_boolean_search.c:
Portability fix
myisam/sort.c:
Portability fix
mysys/queues.c:
Portability fix
strings/ctype-latin1_de.c:
Portability fix
tools/mysqlmanager.c:
Portability fix
Diffstat (limited to 'BUILD')
-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 ] |