summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_headers.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-08 16:43:49 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-15 12:22:20 +1100
commit4907695012cb50bc63abdc799ca929263fab74a2 (patch)
tree03b9b3e630bed0cbf9cf8759190909dfb760236c /buildtools/wafsamba/samba_headers.py
parentfd328f8f81e48943462a6de8c9cd1b78624a1987 (diff)
downloadsamba-4907695012cb50bc63abdc799ca929263fab74a2.tar.gz
samba-4907695012cb50bc63abdc799ca929263fab74a2.tar.bz2
samba-4907695012cb50bc63abdc799ca929263fab74a2.zip
build: removed mkdir of public headers directory
not needed now that we have public_headers_allow_broken
Diffstat (limited to 'buildtools/wafsamba/samba_headers.py')
-rw-r--r--buildtools/wafsamba/samba_headers.py7
1 files changed, 0 insertions, 7 deletions
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,