summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-12-13 18:29:38 -0700
committerunknown <sasha@mysql.sashanet.com>2000-12-13 18:29:38 -0700
commita1def750bf92e7cfb3a8b637eff2ddca0d68f825 (patch)
tree9130785fd70cfd91509b4ad3c4cbf674912c7cc9 /Build-tools
parente842d46efa151e00e0998a3ad65f9c99b2e18519 (diff)
downloadmariadb-git-a1def750bf92e7cfb3a8b637eff2ddca0d68f825.tar.gz
fixed typo
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Do-all-build-steps2
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"