diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-12-13 18:29:38 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-12-13 18:29:38 -0700 |
commit | a1def750bf92e7cfb3a8b637eff2ddca0d68f825 (patch) | |
tree | 9130785fd70cfd91509b4ad3c4cbf674912c7cc9 | |
parent | e842d46efa151e00e0998a3ad65f9c99b2e18519 (diff) | |
download | mariadb-git-a1def750bf92e7cfb3a8b637eff2ddca0d68f825.tar.gz |
fixed typo
-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 d52aeb4f18c..2ce7347cea2 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -61,7 +61,7 @@ aclocal; autoheader; aclocal; automake; autoconf --enable-thread-safe-client \ --without-berkeley-db -gmake -j 2 . +gmake -j 2 time gmake -j 2 distcheck \ EXTRA_CONF_ARGS="--with-unix-socket-path=/var/tmp/mysql.sock --with-low-memory $EXTRA_CONFIG" |