script/autobuild.py: don't force usage of ccache and gcc
authorStefan Metzmacher <metze@samba.org>
Sat, 30 Apr 2011 07:54:43 +0000 (09:54 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 30 Apr 2011 11:47:47 +0000 (13:47 +0200)
If someone wants to use it, CC="ccache gcc" script/autobuild.py will work.

It also makes it possible to use other compilers than gcc.

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sat Apr 30 13:47:47 CEST 2011 on sn-devel-104

script/autobuild.py

index ba917cec2fbfced3ad2dbf600c521ccb1a41eb07..545e47ed489358d599d5972763a98af615868afb 100755 (executable)
@@ -14,8 +14,6 @@ samba_master_ssh = os.getenv('SAMBA_MASTER_SSH', 'git+ssh://git.samba.org/data/g
 
 cleanup_list = []
 
-os.environ['CC'] = "ccache gcc"
-
 builddirs = {
     "samba3"  : "source3",
     "samba3-waf": "source3",