From a98feb790755c0b7d043b5927b35ae65633c7611 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 14 Nov 2010 13:37:38 +0300 Subject: [PATCH] true64: simplify the build script to use generic + some variables --- SerNet-Tru64.fns | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/SerNet-Tru64.fns b/SerNet-Tru64.fns index 93eb0422..629747d4 100644 --- a/SerNet-Tru64.fns +++ b/SerNet-Tru64.fns @@ -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 -- 2.34.1