[SCM] SAMBA-CTDB repository - branch v3-2-ctdb updated - build_3.2.3_ctdb.50-80-g36ca917

Michael Adam obnox at samba.org
Mon Dec 1 02:16:26 GMT 2008


The branch, v3-2-ctdb has been updated
       via  36ca917a63f23126536e786bed845dee48fbf61c (commit)
      from  c59af65901e6fa066e37b0c9da3f6e5b50e5704a (commit)

http://gitweb.samba.org/?p=obnox/samba-ctdb.git;a=shortlog;h=v3-2-ctdb


- Log -----------------------------------------------------------------
commit 36ca917a63f23126536e786bed845dee48fbf61c
Author: Michael Adam <obnox at samba.org>
Date:   Mon Dec 1 03:07:19 2008 +0100

    packaging(RHEL-CTDB): use ccache if available
    
    Michael

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

Summary of changes:
 packaging/RHEL-CTDB/samba.spec.tmpl |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl
index 54c0b42..9b0f518 100644
--- a/packaging/RHEL-CTDB/samba.spec.tmpl
+++ b/packaging/RHEL-CTDB/samba.spec.tmpl
@@ -133,12 +133,12 @@ cd source
 # RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
 
 ## check for ccache
-# ccache -h 2>&1 > /dev/null
-#if [ $? -eq 0 ]; then
-#	CC="ccache gcc"
-#else
+ccache -h 2>&1 > /dev/null
+if [ $? -eq 0 ]; then
+	CC="ccache gcc"
+else
 	CC="gcc"
-#fi 
+fi
 
 ## always run autogen.sh
 ./autogen.sh


-- 
SAMBA-CTDB repository


More information about the samba-cvs mailing list