python-2.6 devel libraries installed on tridge (ppc64 box)
[build-farm.git] / charis.fns
index e84e2f23502aba94f1de165b3a129efea3c842cf..f3cad96285baa387137f1a81f83e444a1575adb2 100755 (executable)
@@ -1,4 +1,5 @@
-export MAKE="make -j16"
+export MAKE="make"
+export MAKEFLAGS="-j16"
 
 per_run_hook
 
@@ -6,13 +7,9 @@ global_lock
 
 system=`uname`
 
-. common.fns
-
-export config="--enable-automatic-dependencies"
-test_tree samba_4_0_test source gcc
-export config=""
-test_tree samba-gtk . gcc
+compiler=gcc
+test_tree samba_4_0_test . gcc
 export config="--enable-merged-build"
-test_tree samba_3_X_devel source gcc
+test_tree samba_3_master source3 gcc
 
 global_unlock