[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/emerge/bin/BuildSystem
From:       Peter Kümmel <syntheticpp () yahoo ! com>
Date:       2009-11-12 12:41:56
Message-ID: 1258029716.291362.14233.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1047958 by kuemmel:

write generated cmake  command to disk

 M  +4 -0      CMakeBuildSystem.py  


--- trunk/kdesupport/emerge/bin/BuildSystem/CMakeBuildSystem.py #1047957:1047958
@@ -107,6 +107,10 @@
         
         command = r"""cmake -G "%s" %s""" % (self.cmakeMakefileGenerator, \
self.configureOptions(defines) )  
+        fc = open(os.path.join(self.buildDir(), "cmake-command.bat"), "w")
+        fc.write(command);
+        fc.close()
+    
         return self.system( command, "configure", 0 ) 
 
     def make( self ):


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic