1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r15170: don't check for ccache

This commit is contained in:
Gerald Carter 2006-04-22 22:43:24 +00:00 committed by Gerald (Jerry) Carter
parent b8160fdf87
commit e6a1106820

View File

@ -112,7 +112,7 @@ cd source
# 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