diff options
author | unknown <monty@hundin.mysql.fi> | 2001-11-02 07:42:28 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-11-02 07:42:28 +0200 |
commit | b9e1b930f73a43c739a916254fdbb46641cd51a0 (patch) | |
tree | 27aeb9e0eb7f380f6871e5aeb37a8932475c4b91 /Build-tools/Do-all-build-steps | |
parent | 78b58fcac5f25496bd3b258f6c8ae2b90b072de5 (diff) | |
download | mariadb-git-b9e1b930f73a43c739a916254fdbb46641cd51a0.tar.gz |
Portability fixes.
BitKeeper/deleted/.del-configure.in~c6fc04d4e3d6e291:
Delete: libmysql/configure.in
BitKeeper/deleted/.del-db_ext.h~a1e210bbd0de0a48:
Delete: bdb/include/db_ext.h
BitKeeper/deleted/.del-mutex_ext.h~f20f47ddc346598b:
Delete: bdb/include/mutex_ext.h
Build-tools/Do-all-build-steps:
Portability fix (-j 2 doesn't always work)
configure.in:
Added extra compiler options for libmysqld (required for HPUX)
libmysql/Makefile.am:
Added extra compiler options for libmysqld (required for HPUX)
libmysql_r/Makefile.am:
Added extra compiler options for libmysqld (required for HPUX)
sql/log_event.cc:
Removed warning
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-rwxr-xr-x | Build-tools/Do-all-build-steps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index ccd437a3b7e..158c06a04a3 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -18,7 +18,7 @@ to_host=`hostname` cc=gcc ccc=gcc EXTRA_CONFIG="--without-perl" -AM_MAKEFLAGS="-j 2" +#AM_MAKEFLAGS="-j 2" echo "Building on $to_host" rm -rf $BD/* |