Changes between Initial Version and Version 1 of Ticket #48376, comment 5


Ignore:
Timestamp:
Jul 28, 2015, 8:34:31 AM (9 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48376, comment 5

    initial v1  
    1111:info:build make[1]: *** Waiting for unfinished jobs....
    1212}}}
     13
     14I didn't test it yet, but here's what I would do:
     15{{{
     16#!diff
     17--- build/unix/makepchinput.py.orig
     18+++ build/unix/makepchinput.py
     19@@ -417,7 +417,7 @@ def writeFiles(contentFileNamePairs):
     20 #-------------------------------------------------------------------------------
     21 def printModulesMessageOnScreen(selModules):
     22    modulesList = sorted(list(selModules))
     23-   print "\nGenerating PCH for %s\n" %" ".join(modulesList)
     24+   print ("\nGenerating PCH for {}\n".format(" ".join(modulesList)))
     25 
     26 #-------------------------------------------------------------------------------
     27 def makePCHInput():
     28}}}