mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
lib/param: explicitly use mode=FUNCTIONS when running generate_param.py
Pair-programmed-with: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
66c2fbf2a1
commit
a29d885cb6
@ -4,7 +4,7 @@ bld.SAMBA_GENERATOR('param_functions.c',
|
||||
source= '../../script/generate_param.py ../../docs-xml/smbdotconf/parameters.all.xml',
|
||||
target='param_functions.c',
|
||||
group='build_source',
|
||||
rule='${PYTHON} ${SRC[0].abspath(env)} --file ${SRC[1].abspath(env)} --output ${TGT}')
|
||||
rule='${PYTHON} ${SRC[0].abspath(env)} --file ${SRC[1].abspath(env)} --output ${TGT} --mode=FUNCTIONS')
|
||||
|
||||
bld.SAMBA_GENERATOR('param_local_h',
|
||||
source= '../../script/mkparamdefs.pl loadparm.c param_functions.c ',
|
||||
|
Loading…
Reference in New Issue
Block a user