mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
build: rename build targets smbclient -> smbclient4 and smbclient3 -> smbclient
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu May 31 06:36:55 CEST 2012 on sn-devel-104
This commit is contained in:
parent
769908540f
commit
15d567265e
@ -112,8 +112,8 @@ def cmd_testonly(opt):
|
||||
|
||||
binary_mapping = ('nmblookup3:nmblookup,' +
|
||||
'nmblookup4:nmblookup4,' +
|
||||
'smbclient3:smbclient3,' +
|
||||
'smbclient4:smbclient,' +
|
||||
'smbclient3:smbclient,' +
|
||||
'smbclient4:smbclient4,' +
|
||||
'smbtorture4:smbtorture,' +
|
||||
'ntlm_auth3:ntlm_auth3')
|
||||
|
||||
|
@ -1217,7 +1217,7 @@ bld.SAMBA3_BINARY('rpcclient/rpcclient',
|
||||
''',
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA3_BINARY('client/smbclient' + bld.env.suffix3,
|
||||
bld.SAMBA3_BINARY('client/smbclient',
|
||||
source=CLIENT_SRC,
|
||||
deps='''
|
||||
talloc
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
bld.SAMBA_BINARY('client/smbclient',
|
||||
bld.SAMBA_BINARY('client/smbclient' + bld.env.suffix4,
|
||||
source='client/client.c',
|
||||
deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user