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

tpot at samba.org tpot at samba.org
Thu Jan 27 01:06:50 GMT 2005


Author: tpot
Date: 2005-01-27 01:06:50 +0000 (Thu, 27 Jan 2005)
New Revision: 5026

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

Log:
Don't build the swig stuff by default until it's a bit more stable.

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	2005-01-26 22:49:54 UTC (rev 5025)
+++ branches/SAMBA_4_0/source/script/build_idl.sh	2005-01-27 01:06:50 UTC (rev 5026)
@@ -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 --client --swig"
+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 --parser --eparser"
 
 if [ x$FULLBUILD = xFULL ]; then



More information about the samba-cvs mailing list