summaryrefslogtreecommitdiff
path: root/script/autobuild.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-25 16:32:55 -0700
committerAndrew Tridgell <tridge@samba.org>2010-09-26 01:21:49 +0000
commit00791652f4a4894ecffbca38d1f9bb4584fb2635 (patch)
tree1a4df6ece3ecdf00903576a9270e07fee80effd4 /script/autobuild.py
parentd9a0546666c4628dbf577c6525ad64f3ee3ef077 (diff)
downloadsamba-00791652f4a4894ecffbca38d1f9bb4584fb2635.tar.gz
samba-00791652f4a4894ecffbca38d1f9bb4584fb2635.tar.bz2
samba-00791652f4a4894ecffbca38d1f9bb4584fb2635.zip
autobuild: enable ccache
Diffstat (limited to 'script/autobuild.py')
-rwxr-xr-xscript/autobuild.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index ec9998950f..957745e193 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -13,6 +13,8 @@ samba_master_ssh = os.getenv('SAMBA_MASTER_SSH', 'git+ssh://git.samba.org/data/g
cleanup_list = []
+os.putenv('CC', "ccache gcc")
+
tasks = {
"source3" : [ "./autogen.sh",
"./configure.developer ${PREFIX}",