From cd3eddbb59a21534f5a854b9a1fb1419530cca3f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 28 Sep 2010 10:38:40 -0700 Subject: waf: we don't need the preprocessor recursion limit any more thanks to ita for this --- source4/wscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/wscript') diff --git a/source4/wscript b/source4/wscript index 958c058e75..64502b3f4f 100644 --- a/source4/wscript +++ b/source4/wscript @@ -80,9 +80,6 @@ def configure(conf): # this enables smbtorture.static for s3 in the build farm conf.env.BUILD_FARM = Options.options.BUILD_FARM or os.environ.get('RUN_FROM_BUILD_FARM') - # set a lower limit on recursing in waf preprocessor - conf.env.preprocessor_recursion_limit = 10 - conf.ADD_EXTRA_INCLUDES('#source4 #lib #source4/lib #source4/include') conf.RECURSE('../lib/replace') -- cgit