true64: simplify the build script to use generic + some variables
authorMatthieu Patou <mat@matws.net>
Sun, 14 Nov 2010 10:37:38 +0000 (13:37 +0300)
committerMatthieu Patou <mat@matws.net>
Tue, 23 Nov 2010 18:10:15 +0000 (21:10 +0300)
SerNet-Tru64.fns

index 93eb0422ad515d1ed1b75996a5d2d851b866c0da..629747d4a739e49504f0deb8980661435588dc57 100644 (file)
@@ -1,21 +1,8 @@
-per_run_hook
-
-global_lock
-
-compiler=cc
+compilers=cc
 
 MAXTIME=18000
-export MAXTIME
 SMBD_MAXTIME=8500
-export SMBD_MAXTIME
 SAMBA_MAXTIME=8500
-export SAMBA_MAXTIME
-
-. common.fns
-test_tree lorikeet-heimdal . $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_4_0_test source4 $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_current source $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_next source $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_master source $compiler
+export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
-global_unlock
+. generic.fns