From 21f75f921b4ec7a60423db6be96bd5f65e348e7d Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 13 Dec 2012 22:32:27 +0000 Subject: Remove cache configure option Committed by mistake. --- (limited to 'devbot/build.py') diff --git a/devbot/build.py b/devbot/build.py index 197eacf..cc41857 100644 --- a/devbot/build.py +++ b/devbot/build.py @@ -107,7 +107,6 @@ def _build_autotools(module, log): configure = os.path.join(module.get_source_dir(), "autogen.sh") args = [configure, - "--cache-file=/tmp/cache-%s" % module.name, "--prefix", config.prefix_dir, "--libdir", config.lib_dir] args.extend(module.options) -- cgit v0.9.1