mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
build: old versions of perl don't understand the -W option
This commit is contained in:
parent
14fc71fc27
commit
12e6a920a7
@ -8,7 +8,7 @@ def HEIMDAL_AUTOPROTO(bld, header, source, options=None, group='prototypes'):
|
||||
bld.SET_BUILD_GROUP(group)
|
||||
if options is None:
|
||||
options='-q -P comment -o'
|
||||
t = bld(rule='${PERL} -W ../heimdal/cf/make-proto.pl ${OPTIONS} ${TGT[0].abspath(env)} ${SRC}',
|
||||
t = bld(rule='${PERL} ../heimdal/cf/make-proto.pl ${OPTIONS} ${TGT[0].abspath(env)} ${SRC}',
|
||||
source=source,
|
||||
target=header,
|
||||
on_results=True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user