some css elements are standard now, now brwowser specific names needed for those
[build-farm.git] / hape.fns
index a9839a3d4685c996dbed4f87310a44229766352a..99560715b30cebc38dedf9736ad18e990afcd435 100644 (file)
--- a/hape.fns
+++ b/hape.fns
@@ -19,15 +19,14 @@ for compiler in gcc ; do
        . common.fns
 
        export config="--bundled-libraries=popt"
-       MAKE=gmake test_tree samba_4_0_waf source4 $compiler
-
-       export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
-       test_tree samba_3_current source $compiler
-       export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
-       test_tree samba_3_next source $compiler
-       export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
-       test_tree samba_3_master source $compiler
-
+       MAKE=gmake
+       test_tree samba_current . $compiler
+       test_tree samba_next . $compiler
+       test_tree samba_master . $compiler
 done
 
 global_unlock
+# as long as killbysubdir doesn't work on HP-UX, let's killall our build user's
+# processes:
+cd / ; killall
+