mailr7577 - /1.3/sconstruct


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

Header


Content

Posted by edward on October 07, 2008 - 23:53:
Author: bugman
Date: Tue Oct  7 23:53:40 2008
New Revision: 7577

URL: http://svn.gna.org/viewcvs/relax?rev=7577&view=rev
Log:
Added the removal of temporary manual file to the 'clean' scons target.


Modified:
    1.3/sconstruct

Modified: 1.3/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sconstruct?rev=7577&r1=7576&r2=7577&view=diff
==============================================================================
--- 1.3/sconstruct (original)
+++ 1.3/sconstruct Tue Oct  7 23:53:40 2008
@@ -277,6 +277,7 @@
 
         # Target for removing temporary files.
         clean_env = Environment(BUILDERS={'clean' : 
Builder(action=self.clean_files)})
+        clean_env.Depends('clean', 'manual_clean')
         clean_env.clean(target='clean', source=None)
 
 




Related Messages


Powered by MHonArc, Updated Wed Oct 08 00:20:03 2008