mailr14598 - /1.3/sconstruct


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

Header


Content

Posted by edward on September 06, 2011 - 16:25:
Author: bugman
Date: Tue Sep  6 16:25:44 2011
New Revision: 14598

URL: http://svn.gna.org/viewcvs/relax?rev=14598&view=rev
Log:
Modified the 'clean' scons target to remove the py2app build and dist 
directories.


Modified:
    1.3/sconstruct

Modified: 1.3/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sconstruct?rev=14598&r1=14597&r2=14598&view=diff
==============================================================================
--- 1.3/sconstruct (original)
+++ 1.3/sconstruct Tue Sep  6 16:25:44 2011
@@ -429,6 +429,11 @@
                 if search('^relax_state_.*.bz2', file):
                     remove(path.join(root, file))
 
+        # Remove py2app build and dist directories.
+        print("Removing the py2app 'build' and 'dist' directories.")
+        rmtree('build')
+        rmtree('dist')
+
         # Final print out.
         print "\n\n\n"
 




Related Messages


Powered by MHonArc, Updated Tue Sep 06 17:00:01 2011