[jhbuild] remove not needed function from jhbuild/modtypes/cmake.py



commit d5c568891d245caec3714e8c09c1ece24222864f
Author: Marcin Wojdyr <wojdyr gmail com>
Date:   Sat Feb 25 19:07:46 2012 +0000

    remove not needed function from jhbuild/modtypes/cmake.py
    
    This is leftover from commit 809bcee848e4837c666e5afed9d05b508de3450a,
    nobuild flag is now handled centrally. Nothing harmful, but when I tried
    to add another modtype it took me a while to figure out what's really
    needed and what's not.

 jhbuild/modtypes/cmake.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/jhbuild/modtypes/cmake.py b/jhbuild/modtypes/cmake.py
index 6a4de06..a85ff26 100644
--- a/jhbuild/modtypes/cmake.py
+++ b/jhbuild/modtypes/cmake.py
@@ -83,9 +83,6 @@ class CMakeModule(Package, DownloadableModule):
                 args = args + ' ' + arg
         return self.eval_args(args).strip()
 
-    def skip_configure(self, buildscript, last_phase):
-        return buildscript.config.nobuild
-
     def do_configure(self, buildscript):
         buildscript.set_action(_('Configuring'), self)
         srcdir = self.get_srcdir(buildscript)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]