1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

build: removed mkdir of public headers directory

not needed now that we have public_headers_allow_broken
This commit is contained in:
Andrew Tridgell 2011-03-08 16:43:49 +11:00
parent fd328f8f81
commit 4907695012

View File

@ -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,