X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=SConstruct;h=1c63e04011ba1f63063f82e66975009ae57a1c24;hb=75e3ce2a5296d017a459c098c40c31ae799d0823;hp=b7484c19329a5ff4371015bfcd4270b9d713fe64;hpb=58176d355b73d14490515294555df7ef795529bf;p=senf.git 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"))