From 1ed1ec4c84db6e14023e55fdc6aa471c58ce71c8 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 7 Nov 2001 02:30:34 +0200 Subject: 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 --- BUILD/compile-alpha-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') 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 ] -- cgit v1.2.1