summaryrefslogtreecommitdiff
path: root/Build-tools/Do-all-build-steps
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-12-07 08:38:46 -0700
committerunknown <sasha@mysql.sashanet.com>2000-12-07 08:38:46 -0700
commit3e9523d2fa4bcc023a8c05b8ffac17fb17aefd7a (patch)
tree3b304dc197e750fd5fd5cd4bf8f3b5dd23df4de4 /Build-tools/Do-all-build-steps
parent8f4a153320361b02c391622e451bd7ea7e733cef (diff)
downloadmariadb-git-3e9523d2fa4bcc023a8c05b8ffac17fb17aefd7a.tar.gz
make -j 2
BUILD/compile-pentium-gcov: use second CPU BUILD/compile-pentium: I got my second CPU Build-tools/Do-all-build-steps: use second CPU Build-tools/Do-compile: use second CPU
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-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 a5b1457e359..8c2be1844a0 100755
--- a/Build-tools/Do-all-build-steps
+++ b/Build-tools/Do-all-build-steps
@@ -60,7 +60,7 @@ aclocal; autoheader; aclocal; automake; autoconf
--with-mit-threads=yes $EXTRA_CONFIG \
--enable-thread-safe-client
-gmake # --jobs=4 does not work.
+gmake -j 2 # --jobs=4 does not work.
time gmake distcheck \
EXTRA_CONF_ARGS="--with-unix-socket-path=/var/tmp/mysql.sock --with-low-memory $EXTRA_CONFIG"