From 4907695012cb50bc63abdc799ca929263fab74a2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 8 Mar 2011 16:43:49 +1100 Subject: build: removed mkdir of public headers directory not needed now that we have public_headers_allow_broken --- buildtools/wafsamba/samba_headers.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'buildtools') diff --git a/buildtools/wafsamba/samba_headers.py b/buildtools/wafsamba/samba_headers.py index cabafd1fd2..8a7ab01d0d 100644 --- a/buildtools/wafsamba/samba_headers.py +++ b/buildtools/wafsamba/samba_headers.py @@ -141,13 +141,6 @@ def PUBLIC_HEADERS(bld, public_headers, header_path=None, public_headers_install header_map[src_path] = target_path - build_dir = os.path.join(bld.bldnode.abspath(), - 'default', - bld.env.build_public_headers, - inst_path) - if not os.path.exists(build_dir): - mkdir_p(build_dir) - t = bld.SAMBA_GENERATOR('HEADER_%s/%s/%s' % (relpath2, inst_path, inst_name), group='headers', rule=create_public_header, -- cgit