[jhbuild: 22/27] [autotools] cleaning after configuring



commit 030e2126072077af134d0365e0e2b9ebc383eb2d
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat May 16 15:18:23 2009 +0200

    [autotools] cleaning after configuring
---
 jhbuild/modtypes/autotools.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/jhbuild/modtypes/autotools.py b/jhbuild/modtypes/autotools.py
index a4d8348..dfe3d30 100644
--- a/jhbuild/modtypes/autotools.py
+++ b/jhbuild/modtypes/autotools.py
@@ -207,6 +207,7 @@ class AutogenModule(Package):
         cmd = '%s %s clean' % (os.environ.get('MAKE', 'make'), makeargs)
         buildscript.execute(cmd, cwd = self.get_builddir(buildscript),
                 extra_env = self.extra_env)
+    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]