generic.fns: fix duplicate compiler detection
[build-farm.git] / SerNet-Tru64.fns
index 81461708a997b92523b3a8de3e227ef9e7689fcf..629747d4a739e49504f0deb8980661435588dc57 100644 (file)
@@ -1,18 +1,8 @@
-per_run_hook
-
-global_lock
-
-compiler=cc
+compilers=cc
 
 MAXTIME=18000
-export MAXTIME
 SMBD_MAXTIME=8500
-export SMBD_MAXTIME
-
-. common.fns
-test_tree lorikeet-heimdal . $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_4_0_test source $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_X_test source $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_X_devel source $compiler
+SAMBA_MAXTIME=8500
+export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
-global_unlock
+. generic.fns