[jhbuild: 21/27] [waf] set cleaning after configuring



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]