[jhbuild] Partially revert "autotools: do not cache the configure command"
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Partially revert "autotools: do not cache the configure command"
- Date: Thu, 29 Nov 2012 01:38:49 +0000 (UTC)
commit 40ec54978e48fc7a82527775370e98cbefb531d9
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Nov 28 20:35:49 2012 -0500
Partially revert "autotools: do not cache the configure command"
This reverts commit 94727fb77bb4d60bbb874590dd059c92762e8d3a.
This broke saving configure arguments to the package DB, meaning
long configure times for all.
jhbuild/modtypes/autotools.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/modtypes/autotools.py b/jhbuild/modtypes/autotools.py
index 4abd267..ed145ba 100644
--- a/jhbuild/modtypes/autotools.py
+++ b/jhbuild/modtypes/autotools.py
@@ -158,6 +158,8 @@ class AutogenModule(MakeModule, DownloadableModule):
# (GNOME #580272)
if not '--exec-prefix' in template:
cmd = cmd.replace('${exec_prefix}', vars['prefix'])
+
+ self.configure_cmd = cmd
return cmd
def skip_configure(self, buildscript, last_phase):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]