diff options
author | monty@hundin.mysql.fi <> | 2001-11-02 07:42:28 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-02 07:42:28 +0200 |
commit | daa4229a3d54f72d1704e38355dacc0a7cbf1547 (patch) | |
tree | 27aeb9e0eb7f380f6871e5aeb37a8932475c4b91 /Build-tools | |
parent | 44a2a213b810fabe43c555170b59f6c19a357ef1 (diff) | |
download | mariadb-git-daa4229a3d54f72d1704e38355dacc0a7cbf1547.tar.gz |
Portability fixes.
Diffstat (limited to 'Build-tools')
-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/* |