diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-27 19:58:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:06 -0500 |
commit | 2c306f9af763e9c8a8bd6794c67fda2e391b800e (patch) | |
tree | 734f2265c6d3102d6625c6397aa851a3ee10f012 /source4/script | |
parent | 21ba94c7bec2e7461ad0da0dae56a16cf862d4dd (diff) | |
download | samba-2c306f9af763e9c8a8bd6794c67fda2e391b800e.tar.gz samba-2c306f9af763e9c8a8bd6794c67fda2e391b800e.tar.bz2 samba-2c306f9af763e9c8a8bd6794c67fda2e391b800e.zip |
r8803: Rename --header to --ndr-header and --parser to --ndr-parser
(This used to be commit d292ab7ca6ce8232a182e7ec9480671bb3044a6a)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/build_idl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/build_idl.sh b/source4/script/build_idl.sh index 3e4731d9da..5f232a9fb4 100755 --- a/source4/script/build_idl.sh +++ b/source4/script/build_idl.sh @@ -6,7 +6,7 @@ PIDL_EXTRA_ARGS="$*" [ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1 -PIDL="$PERL -Ibuild/pidl ./build/pidl/pidl --outputdir librpc/gen_ndr --parse --header --parser --server --client --dcom-proxy --com-header --swig --odl --ejs $PIDL_EXTRA_ARGS" +PIDL="$PERL -Ibuild/pidl ./build/pidl/pidl --outputdir librpc/gen_ndr --parse --ndr-header --ndr-parser --server --client --dcom-proxy --com-header --swig --odl --ejs $PIDL_EXTRA_ARGS" if [ x$FULLBUILD = xFULL ]; then echo Rebuilding all idl files in librpc/idl |