diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-03-08 16:43:49 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-15 12:22:20 +1100 |
commit | 4907695012cb50bc63abdc799ca929263fab74a2 (patch) | |
tree | 03b9b3e630bed0cbf9cf8759190909dfb760236c /buildtools | |
parent | fd328f8f81e48943462a6de8c9cd1b78624a1987 (diff) | |
download | samba-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')
-rw-r--r-- | buildtools/wafsamba/samba_headers.py | 7 |
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, |