waf: we don't need the preprocessor recursion limit any more
authorAndrew Tridgell <tridge@samba.org>
Tue, 28 Sep 2010 17:38:40 +0000 (10:38 -0700)
committerAndrew Tridgell <tridge@samba.org>
Tue, 28 Sep 2010 18:36:40 +0000 (11:36 -0700)
thanks to ita for this

source3/wscript
source4/wscript

index d182d946d2d673fea4f627425f0afd11724e1732..d124eb6fa5bf6f22163633b256e19f41e728802c 100644 (file)
@@ -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''')
index 958c058e757f86144e4f4577bbeaeda07d110f10..64502b3f4f1df1b1b438d4c62875845c86647e85 100644 (file)
@@ -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')