git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b0605d
)
r4471: Running 'make eparser_idl' doesn't need --header anymore.
author
Tim Potter
<tpot@samba.org>
Sun, 2 Jan 2005 03:24:57 +0000
(
03:24
+0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:07:55 +0000
(13:07 -0500)
source/script/build_idl.sh
patch
|
blob
|
history
diff --git
a/source/script/build_idl.sh
b/source/script/build_idl.sh
index 79f35b6d7d53c53d5d7b9378364465d7c040fb70..6c028283085d1f80beccb82ae031ce120545e102 100755
(executable)
--- a/
source/script/build_idl.sh
+++ b/
source/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 --
header --
eparser"
+EPARSERPIDL="$PERL ./build/pidl/pidl.pl --output $EPARSERPREFIX/ndr_ --parse --eparser"
if [ x$FULLBUILD = xFULL ]; then
echo Rebuilding all idl files in librpc/idl