svn commit: samba r25520 - in branches/4.0-python: . source/librpc source/script

jelmer at samba.org jelmer at samba.org
Fri Oct 5 17:41:47 GMT 2007


Author: jelmer
Date: 2007-10-05 17:41:44 +0000 (Fri, 05 Oct 2007)
New Revision: 25520

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25520

Log:
Remove more references to EJS generated code.
Modified:
   branches/4.0-python/
   branches/4.0-python/source/librpc/idl-deps.pl
   branches/4.0-python/source/script/build_idl.sh


Changeset:

Property changes on: branches/4.0-python
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/4.0-python/source/librpc/idl-deps.pl
===================================================================
--- branches/4.0-python/source/librpc/idl-deps.pl	2007-10-05 17:33:22 UTC (rev 25519)
+++ branches/4.0-python/source/librpc/idl-deps.pl	2007-10-05 17:41:44 UTC (rev 25520)
@@ -13,8 +13,6 @@
 	push (@{$vars{IDL_NDR_CLIENT_H_FILES}}, "librpc/gen_ndr/ndr_$b\_c.h");
 	push (@{$vars{IDL_SWIG_FILES}}, "librpc/gen_ndr/$b.i");
 	push (@{$vars{IDL_NDR_SERVER_C_FILES}}, "librpc/gen_ndr/ndr_$b\_s.c");
-	push (@{$vars{IDL_NDR_EJS_C_FILES}}, "librpc/gen_ndr/ndr_$b\_ejs.c");
-	push (@{$vars{IDL_NDR_EJS_H_FILES}}, "librpc/gen_ndr/ndr_$b\_ejs.h");
 }
 
 foreach (keys %vars) {

Modified: branches/4.0-python/source/script/build_idl.sh
===================================================================
--- branches/4.0-python/source/script/build_idl.sh	2007-10-05 17:33:22 UTC (rev 25519)
+++ branches/4.0-python/source/script/build_idl.sh	2007-10-05 17:41:44 UTC (rev 25520)
@@ -6,7 +6,7 @@
 
 [ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1
 
-PIDL="$PERL $srcdir/pidl/pidl --outputdir librpc/gen_ndr --header --ndr-parser --server --client --swig $PIDL_EXTRA_ARGS"
+PIDL="$PERL $srcdir/pidl/pidl --outputdir librpc/gen_ndr --header --ndr-parser --server --client --swig $PIDL_EXTRA_ARGS --"
 
 if [ x$FULLBUILD = xFULL ]; then
       echo Rebuilding all idl files in librpc/idl



More information about the samba-cvs mailing list