From: Michael Adam Date: Thu, 18 Dec 2014 22:22:25 +0000 (+0100) Subject: Revert "TMP: autobuild: build samba-ctdb-target with -j" X-Git-Url: http://git.samba.org/?p=obnox%2Fsamba%2Fsamba-obnox.git;a=commitdiff_plain;h=fbf5f0f1cb13bdf6bf6f6c677bbbc64680711f6e Revert "TMP: autobuild: build samba-ctdb-target with -j" This reverts commit 45d0d04d014acd6048c24b9ac02872103aa3013e. --- diff --git a/script/autobuild.py b/script/autobuild.py index 55c2343b296..55e4449a477 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -61,7 +61,7 @@ tasks = { # build samba with cluster support (also building ctdb): ("samba-configure", "PYTHONPATH=${PYTHON_PREFIX}/site-packages:$PYTHONPATH PKG_CONFIG_PATH=${PREFIX_DIR}/lib/pkgconfig:${PKG_CONFIG_PATH} ./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab --with-cluster-support --bundled-libraries=!tdb", "text/plain"), - ("samba-make", "make -j", "text/plain"), + ("samba-make", "make", "text/plain"), ("samba-check", "./bin/smbd -b | grep CLUSTER_SUPPORT", "text/plain"), ("samba-install", "make install", "text/plain"), ("ctdb-check", "test -e ${PREFIX_DIR}/sbin/ctdbd", "text/plain"),