mailr14709 - /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 20, 2011 - 10:41:
Author: bugman
Date: Tue Sep 20 10:41:17 2011
New Revision: 14709

URL: http://svn.gna.org/viewcvs/relax?rev=14709&view=rev
Log:
Bug fix for the scons clean target on MS Windows.

The build and dist directories from the Mac OS X py2app program are now only 
deleted by the
clean_all target which checks for the paths.


Modified:
    1.3/sconstruct

Modified: 1.3/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sconstruct?rev=14709&r1=14708&r2=14709&view=diff
==============================================================================
--- 1.3/sconstruct (original)
+++ 1.3/sconstruct Tue Sep 20 10:41:17 2011
@@ -429,11 +429,6 @@
                 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 20 11:20:02 2011