svn commit: samba r15170 - in branches/SAMBA_3_0/packaging/RHEL: .

jerry at samba.org jerry at samba.org
Sat Apr 22 22:43:24 GMT 2006


Author: jerry
Date: 2006-04-22 22:43:24 +0000 (Sat, 22 Apr 2006)
New Revision: 15170

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15170

Log:
don't check for ccache
Modified:
   branches/SAMBA_3_0/packaging/RHEL/samba.spec.tmpl


Changeset:
Modified: branches/SAMBA_3_0/packaging/RHEL/samba.spec.tmpl
===================================================================
--- branches/SAMBA_3_0/packaging/RHEL/samba.spec.tmpl	2006-04-22 22:42:32 UTC (rev 15169)
+++ branches/SAMBA_3_0/packaging/RHEL/samba.spec.tmpl	2006-04-22 22:43:24 UTC (rev 15170)
@@ -112,7 +112,7 @@
 # RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
 
 ## check for ccache
-ccache -h 2>&1 > /dev/null
+# ccache -h 2>&1 > /dev/null
 #if [ $? -eq 0 ]; then
 #	CC="ccache gcc"
 #else



More information about the samba-cvs mailing list