Make display of shortcut box nicer
[build-farm.git] / SerNet-aix.fns
index 5c8a28780da8d31824b39dc186fc37c691274fa4..825a42a75b76d4a4b1d371909e970420288740ca 100644 (file)
@@ -3,19 +3,33 @@ per_run_hook
 global_lock
 
 # get the newer version of python
-PATH=/opt/home/tridge/python:$PATH
+PATH=/opt/home/tridge/python/bin:$PATH
 export PATH
 
+PREHOOKS="configure"
+
+prehook_configure()
+{
+case "$tree" in
+    samba_4*)
+               (cd ${builddir}/..; gpatch -p 1 <$HOME/patch_aix)
+        ;;
+    *)
+        ;;
+esac
+}
+
 compiler="cc"
 
 . common.fns
 
-test_tree samba_4_0_waf source4 $compiler
 test_tree lorikeet-heimdal . $compiler
-MAKE=gmake test_tree samba_4_0_test source $compiler
-test_tree samba_3_current source $compiler
-test_tree samba_3_next source $compiler
-test_tree samba_3_master source $compiler
+test_tree samba_3_current source3 $compiler
+test_tree samba_3_next source3 $compiler
+test_tree samba_3_master source3 $compiler
 test_tree pidl . cc build test
 
+compiler="xlc_r"
+test_tree samba_4_0_test . $compiler
+
 global_unlock