diff options
Diffstat (limited to 'buildtools/wafsamba/wafsamba.py')
-rw-r--r-- | buildtools/wafsamba/wafsamba.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index f9cb1a882f..55dfe26b0a 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -442,18 +442,6 @@ Build.BuildContext.SAMBA_GENERATOR = SAMBA_GENERATOR -def BUILD_SUBDIR(bld, dir): - '''add a new set of build rules from a subdirectory''' - path = os.path.normpath(bld.curdir + '/' + dir) - cache = LOCAL_CACHE(bld, 'SUBDIR_LIST') - if path in cache: return - cache[path] = True - debug("build: Processing subdirectory %s" % dir) - bld.add_subdirs(dir) -Build.BuildContext.BUILD_SUBDIR = BUILD_SUBDIR - - - @runonce def SETUP_BUILD_GROUPS(bld): '''setup build groups used to ensure that the different build |