diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-27 18:53:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:06 -0500 |
commit | 21ba94c7bec2e7461ad0da0dae56a16cf862d4dd (patch) | |
tree | aeec0ed9c40e805fa2acb6d908c9e396fd962e5c /source4/script | |
parent | 06e650a4429a54f7839eeb68c00220ac8b8b58ed (diff) | |
download | samba-21ba94c7bec2e7461ad0da0dae56a16cf862d4dd.tar.gz samba-21ba94c7bec2e7461ad0da0dae56a16cf862d4dd.tar.bz2 samba-21ba94c7bec2e7461ad0da0dae56a16cf862d4dd.zip |
r8801: Change --output to --outputdir and make pidl add a data representation prefix
to pidl itself. Useful for supporting other data representation types.
(This used to be commit 5af68a04763f39f2a9898155e2c82ed2ee646f36)
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 22858cb57d..3e4731d9da 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 --output librpc/gen_ndr/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 --header --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 |