X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=SConstruct;h=dd029f116fca14b3462e82b8f156e75516a9cd6b;hb=0878c9c641a857eed4387332b3e24b1ee911e334;hp=b9cd5c53a3db63c3e47e9b1addc9b2f863394aa9;hpb=737789818bf8658d3b3f4444a273b2d44021e51a;p=senf.git diff --git a/SConstruct b/SConstruct index b9cd5c5..dd029f1 100644 --- a/SConstruct +++ b/SConstruct @@ -195,6 +195,9 @@ if env.GetOption('clean'): for path, subdirs, files in os.walk('.') for pattern in env['CLEAN_PATTERNS'] for f in fnmatch.filter(files,pattern) ]) + if 'all' in BUILD_TARGETS: + import SCons.SConsign + SCons.SConsign.write = lambda : None if not env.GetOption('clean') and not os.path.exists(".prepare-stamp"): Execute(Touch(".prepare-stamp"))