[jhbuild: 21/27] [waf] set cleaning after configuring
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild: 21/27] [waf] set cleaning after configuring
- Date: Sat, 16 May 2009 09:38:32 -0400 (EDT)
commit 012a577fdb05933852e7098793fbf567bc9867d5
Author: Frédéric Péters <fpeters 0d be>
Date: Sat May 16 15:17:56 2009 +0200
[waf] set cleaning after configuring
---
jhbuild/modtypes/waf.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/jhbuild/modtypes/waf.py b/jhbuild/modtypes/waf.py
index 1ef1ad6..e01dc52 100644
--- a/jhbuild/modtypes/waf.py
+++ b/jhbuild/modtypes/waf.py
@@ -101,6 +101,7 @@ class WafModule(Package):
buildscript.set_action(_('Cleaning'), self)
cmd = [self.waf_cmd, 'clean']
buildscript.execute(cmd, cwd=self.get_builddir(buildscript))
+ do_clean.depends = [PHASE_CONFIGURE]
do_clean.error_phases = [PHASE_FORCE_CHECKOUT, PHASE_CONFIGURE]
def do_build(self, buildscript):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]