From b67ded49cdc7ab886afef7fd18b81ec682c20ee8 Mon Sep 17 00:00:00 2001 From: "sasha@mysql.sashanet.com" <> Date: Wed, 13 Dec 2000 18:29:38 -0700 Subject: [PATCH] fixed typo --- Build-tools/Do-all-build-steps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"