diff options
author | Tim Potter <tpot@samba.org> | 2005-01-07 22:27:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:32 -0500 |
commit | 0ee9f4d6e16d2760f31cc8c0a2f120131da24fd3 (patch) | |
tree | 2a42cfe92dccc08be5e4eecf51d569d8b7a33f53 /source4/script | |
parent | e357b5b64a897e3b3570714da0584f966e6a0d42 (diff) | |
download | samba-0ee9f4d6e16d2760f31cc8c0a2f120131da24fd3.tar.gz samba-0ee9f4d6e16d2760f31cc8c0a2f120131da24fd3.tar.xz samba-0ee9f4d6e16d2760f31cc8c0a2f120131da24fd3.zip |
r4599: Remove some duplicated code in pidl.pl.
Start working on adding support for bitmaps and enums.
In progress tweaks for arrays of structures.
(This used to be commit d39cb7ecb4c193cbba628ee6d6f9b5c5bbf89d33)
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 6c02828308..a4d0dfea8b 100755 --- a/source4/script/build_idl.sh +++ b/source4/script/build_idl.sh @@ -5,7 +5,7 @@ FULLBUILD=$1 [ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1 PIDL="$PERL ./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server --client" -EPARSERPIDL="$PERL ./build/pidl/pidl.pl --output $EPARSERPREFIX/ndr_ --parse --eparser" +EPARSERPIDL="$PERL ./build/pidl/pidl.pl --output $EPARSERPREFIX/ndr_ --parse --header --parser --eparser" if [ x$FULLBUILD = xFULL ]; then echo Rebuilding all idl files in librpc/idl |