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

Matthieu Patou mat at samba.org
Fri Dec 10 09:40:35 MST 2010


The branch, master has been updated
       via  be00e3a use compilers variable, print also which compiler is working
       via  37e237e builder72: readd cc that removed by error
      from  5da1eb6 Sane error message on unknown revision.

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


- Log -----------------------------------------------------------------
commit be00e3a59a48749de34a99f30ea45ef4432d9f93
Author: Matthieu Patou <mat at matws.net>
Date:   Fri Dec 10 19:35:19 2010 +0300

    use compilers variable, print also which compiler is working

commit 37e237ea813d1a5450b4ad2c90077b6c6fa9768d
Author: Matthieu Patou <mat at matws.net>
Date:   Fri Dec 10 19:14:30 2010 +0300

    builder72: readd cc that removed by error

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

Summary of changes:
 builder72.fns |    2 ++
 generic.fns   |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/builder72.fns b/builder72.fns
index 45a7997..63bfc1f 100644
--- a/builder72.fns
+++ b/builder72.fns
@@ -4,5 +4,7 @@ MAXTIME=32400 # 9 hours
 SMBD_MAXTIME=25200 # 7 hours for a samba process ..
 # default maximum memory size (100M) for any command
 export MAXTIME SMBD_MAXTIME
+compilers="gcc cc"
+export compilers
 
 . generic.fns
diff --git a/generic.fns b/generic.fns
index a19abdf..9de2b76 100644
--- a/generic.fns
+++ b/generic.fns
@@ -12,8 +12,9 @@ if [ "x$compilers" = "x" ]; then
 	compilers="gcc cc icc"
 fi
 
-for compiler in gcc cc icc; do
+for compiler in $compilers; do
 
+  echo "working with compiler $compiler"
   # arrgh, "which" gives no err code on solaris
   path=`which $compiler`
   if [ -x "$path" ]; then


-- 
build.samba.org


More information about the samba-cvs mailing list