1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

s4-build: fixed some formatting

indentation was far too deep
This commit is contained in:
Andrew Tridgell 2010-10-21 08:59:06 +11:00
parent 579f06e001
commit 713900b812
3 changed files with 6 additions and 5 deletions

View File

@ -61,8 +61,8 @@ def build(bld):
abi_match='talloc* _talloc*',
hide_symbols=True,
vnum=VERSION,
is_bundled=not bld.env.standalone_talloc,
manpages='talloc.3')
is_bundled=not bld.env.standalone_talloc,
manpages='talloc.3')
# should we also install the symlink to libtalloc1.so here?
bld.SAMBA_LIBRARY('talloc-compat1',
@ -70,7 +70,7 @@ def build(bld):
deps='talloc',
enabled = bld.env.TALLOC_COMPAT1,
vnum=VERSION,
is_bundled=not bld.env.standalone_talloc)
is_bundled=not bld.env.standalone_talloc)
if not getattr(bld.env, '_SAMBA_BUILD_', 0) == 4:
# s4 already has the talloc testsuite builtin to smbtorture

View File

@ -70,7 +70,8 @@ def build(bld):
abi_file='ABI/tdb-%s.sigs' % VERSION,
abi_match='tdb_*',
hide_symbols=True,
vnum=VERSION, is_bundled=not bld.env.standalone_tdb)
vnum=VERSION,
is_bundled=not bld.env.standalone_tdb)
bld.SAMBA_BINARY('tdbtorture',
'tools/tdbtorture.c',

View File

@ -74,7 +74,7 @@ def build(bld):
abi_file='ABI/tevent-%s.sigs' % VERSION,
abi_match='tevent_* _tevent_*',
vnum=VERSION,
is_bundled=not bld.env.standalone_tevent)
is_bundled=not bld.env.standalone_tevent)
if bld.env.standalone_tevent:
bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'