summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-28 10:38:40 -0700
committerAndrew Tridgell <tridge@samba.org>2010-09-28 11:36:40 -0700
commitcd3eddbb59a21534f5a854b9a1fb1419530cca3f (patch)
tree538d017baa7f100144177f2dc5ad3dffde83989a
parent8045b35b1bda15f619238fac943c604cfe851c94 (diff)
downloadsamba-cd3eddbb59a21534f5a854b9a1fb1419530cca3f.tar.gz
samba-cd3eddbb59a21534f5a854b9a1fb1419530cca3f.tar.bz2
samba-cd3eddbb59a21534f5a854b9a1fb1419530cca3f.zip
waf: we don't need the preprocessor recursion limit any more
thanks to ita for this
-rw-r--r--source3/wscript3
-rw-r--r--source4/wscript3
2 files changed, 0 insertions, 6 deletions
diff --git a/source3/wscript b/source3/wscript
index d182d946d2..d124eb6fa5 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -73,9 +73,6 @@ def configure(conf):
if Options.options.with_swat:
conf.env['build_swat'] = True
- # set a limit on recursing in the waf preprocessor
- conf.env.preprocessor_recursion_limit = 10
-
conf.ADD_EXTRA_INCLUDES('''#source3 #source3/include #lib/replace #lib/talloc
#lib/tevent #source3/libaddns #source3/librpc
#source3/lib #lib/tdb/include #lib/popt #source4''')
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')