Revert "TMP: autobuild: build samba-ctdb-target with -j"
authorMichael Adam <obnox@samba.org>
Thu, 18 Dec 2014 22:22:25 +0000 (23:22 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 22 Dec 2014 08:51:45 +0000 (09:51 +0100)
This reverts commit 45d0d04d014acd6048c24b9ac02872103aa3013e.

script/autobuild.py

index 55c2343b296a1e7a8ac785c99e2a470b14a356aa..55e4449a47758026173f58f8a29df79731bef556 100755 (executable)
@@ -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"),