Fix misguided atempt at making cleaning more robust
g0dil [Fri, 21 Aug 2009 23:28:21 +0000 (23:28 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1327 270642c3-0616-0410-b53a-bc976706d245

SConstruct

index b7484c1..1c63e04 100644 (file)
@@ -168,7 +168,6 @@ if env.GetOption('clean'):
                        for path, subdirs, files in os.walk('.')
                        for pattern in env['CLEAN_PATTERNS']
                        for f in fnmatch.filter(files,pattern) ])
-    env.Clean('all', '.')
 
 if not env.GetOption('clean') and not os.path.exists(".prepare-stamp"):
     Execute(Touch(".prepare-stamp"))