[SCM] build.samba.org - branch master updated

Matthieu Patou mat at samba.org
Tue Dec 7 16:27:59 MST 2010


The branch, master has been updated
       via  58c09d2 reintroduce specific host file for tru64, in order to remove CPPFLAGS for S4
      from  fb9c5e0 delete unneeded SerNet-imini.fns to eliminate duplicate compile runs

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 58c09d20afafafb18b2016d7bca2cbe6f0ed143b
Author: Matthieu Patou <mat at matws.net>
Date:   Wed Dec 8 02:27:10 2010 +0300

    reintroduce specific host file for tru64, in order to remove CPPFLAGS for S4

-----------------------------------------------------------------------

Summary of changes:
 SerNet-Tru64.fns |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/SerNet-Tru64.fns b/SerNet-Tru64.fns
index 629747d..37a5540 100644
--- a/SerNet-Tru64.fns
+++ b/SerNet-Tru64.fns
@@ -1,8 +1,34 @@
-compilers=cc
+per_run_hook
+
+global_lock
+compilers="cc"
 
 MAXTIME=18000
 SMBD_MAXTIME=8500
 SAMBA_MAXTIME=8500
 export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
-. generic.fns
+CFLAGS="-g $CFLAGS"
+export CFLAGS
+
+for compiler in $compilers; do
+
+	. common.fns
+	TDB_NO_FSYNC=1
+	SAVED_CPPFLAGS="$CPPFLAGS"
+	CPPFLAGS=""
+	export TDB_NO_FSYNC
+	export CPPFLAGS
+	test_tree samba_4_0_test source4 $compiler
+	CPPFLAGS="$SAVED_CPPFLAGS"
+	export CPPFLAGS
+
+	test_tree samba_3_current source $compiler
+	test_tree samba_3_next source $compiler
+	test_tree samba_3_master source $compiler
+	TDB_NO_FSYNC=0
+	export TDB_NO_FSYNC
+
+done
+
+global_unlock


-- 
build.samba.org


More information about the samba-cvs mailing list