svn commit: samba r2255 - in branches/SAMBA_4_0/source/script: .

tpot at samba.org tpot at samba.org
Wed Sep 8 12:51:46 GMT 2004


Author: tpot
Date: 2004-09-08 12:51:46 +0000 (Wed, 08 Sep 2004)
New Revision: 2255

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/script&rev=2255&nolog=1

Log:
Don't do experimental swig stuff by default.

Modified:
   branches/SAMBA_4_0/source/script/build_idl.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/build_idl.sh
===================================================================
--- branches/SAMBA_4_0/source/script/build_idl.sh	2004-09-08 12:41:12 UTC (rev 2254)
+++ branches/SAMBA_4_0/source/script/build_idl.sh	2004-09-08 12:51:46 UTC (rev 2255)
@@ -4,7 +4,7 @@
 
 [ -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 --swig"
+PIDL="$PERL ./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server"
 TABLES="$PERL ./build/pidl/tables.pl --output librpc/gen_ndr/tables"
 
 if [ x$FULLBUILD = xFULL ]; then



More information about the samba-cvs mailing list