autobuild: enable ccache
authorAndrew Tridgell <tridge@samba.org>
Sat, 25 Sep 2010 23:32:55 +0000 (16:32 -0700)
committerAndrew Tridgell <tridge@samba.org>
Sun, 26 Sep 2010 01:21:49 +0000 (01:21 +0000)
script/autobuild.py

index ec9998950f879bc46bbee58fe1db3a39d84a0f89..957745e19365a04a2c49492a384e504ac44f479e 100755 (executable)
@@ -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}",