summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-04-30 09:54:43 +0200
committerStefan Metzmacher <metze@samba.org>2011-04-30 13:47:47 +0200
commit5e82d1d0a770f23082d6cb8baf49482b4a35cc28 (patch)
tree82e1ef81f761f5895431affa2e35d826760bb6c0 /script
parenta23d88e3df5a905a1423e626900d4b5a5bc3ce8c (diff)
downloadsamba-5e82d1d0a770f23082d6cb8baf49482b4a35cc28.tar.gz
samba-5e82d1d0a770f23082d6cb8baf49482b4a35cc28.tar.bz2
samba-5e82d1d0a770f23082d6cb8baf49482b4a35cc28.zip
script/autobuild.py: don't force usage of ccache and gcc
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
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index ba917cec2f..545e47ed48 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -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",