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

Matthieu Patou mat at samba.org
Tue Dec 7 14:08:01 MST 2010


The branch, master has been updated
       via  e2710d3 Remove patching for bitfield
       via  a187aee Add -g for Sernet-solaris8
       via  ccee335 Add -g for sunX
      from  1d47f19 ... and commit the right file

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


- Log -----------------------------------------------------------------
commit e2710d3f8dd7dd917db5d25c646560c6e37f9e00
Author: Matthieu Patou <mat at matws.net>
Date:   Wed Dec 8 00:06:30 2010 +0300

    Remove patching for bitfield

commit a187aeec03203e7e5a2a11ccdd2e5066eb539efe
Author: Matthieu Patou <mat at matws.net>
Date:   Mon Nov 29 00:38:05 2010 +0300

    Add -g for Sernet-solaris8

commit ccee33549fc9d1cd4345cf9ad3d6a65d272ba291
Author: Matthieu Patou <mat at matws.net>
Date:   Mon Nov 29 00:33:20 2010 +0300

    Add -g for sunX

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

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


Changeset truncated at 500 lines:

diff --git a/SerNet-solaris8.fns b/SerNet-solaris8.fns
index 1fc220d..a652f2a 100644
--- a/SerNet-solaris8.fns
+++ b/SerNet-solaris8.fns
@@ -19,13 +19,14 @@ prehook_configure()
 {
 case "$tree" in
 	samba_4*)
-		(cd ${builddir}/..; gpatch -p 1 <$HOME/build_farm/patch)
 		;;
 	*)
 		;;
 esac
 }
 
+CFLAGS="-g $CFLAGS"
+export CFLAGS
 compilers="cc gcc"
 
 for compiler in $compilers; do
diff --git a/sunX.fns b/sunX.fns
index 60ff7f6..c982ffd 100644
--- a/sunX.fns
+++ b/sunX.fns
@@ -7,6 +7,8 @@ TORTURE_MAXTIME=3600
 SMBD_MAXTIME=42200
 SAMBA_MAXTIME=42200
 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
+CFLAGS="-g $CFLAGS"
+export CFLAGS
 
 compilers="cc gcc"
 for compiler in $compilers; do


-- 
build.samba.org


More information about the samba-cvs mailing list