From: g0dil Date: Fri, 21 Aug 2009 23:28:21 +0000 (+0000) Subject: Fix misguided atempt at making cleaning more robust X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=75e3ce2a5296d017a459c098c40c31ae799d0823 Fix misguided atempt at making cleaning more robust git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1327 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/SConstruct b/SConstruct index b7484c1..1c63e04 100644 --- a/SConstruct +++ b/SConstruct @@ -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"))