mailr16236 - /1.3/sconstruct


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 11, 2012 - 17:25:
Author: bugman
Date: Fri May 11 17:25:36 2012
New Revision: 16236

URL: http://svn.gna.org/viewcvs/relax?rev=16236&view=rev
Log:
The scons 'clean' target now removes *.pyo files as well.


Modified:
    1.3/sconstruct

Modified: 1.3/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sconstruct?rev=16236&r1=16235&r2=16236&view=diff
==============================================================================
--- 1.3/sconstruct (original)
+++ 1.3/sconstruct Fri May 11 17:25:36 2012
@@ -407,7 +407,7 @@
         print "###############################\n\n"
 
         # Extensions of temporary files.
-        temp_extns = ['pyc', 'bak', 'o', 'os', 'obj', 'exp', 'lib']
+        temp_extns = ['pyc', 'pyo', 'bak', 'o', 'os', 'obj', 'exp', 'lib']
 
         # Print out.
         print "\nRemoving the files ending in " + `temp_extns` + ".\n"




Related Messages


Powered by MHonArc, Updated Fri May 11 17:40:02 2012