use killall on hape after a build run to do what killbysubdir should do
[build-farm.git] / hape.fns
index cd2996214381b2d1f7ddd1e34933a354a2dc5fe8..eda75d6c8a0158fe1a4a0f2004fec8a58d8068f4 100644 (file)
--- a/hape.fns
+++ b/hape.fns
@@ -31,3 +31,7 @@ for compiler in gcc ; do
 done
 
 global_unlock
+# as long as killbysubdir doesn't work on HP-UX, let's killall our build user's
+# processes:
+cd / ; killall
+