svn commit: samba r22436 - in branches/SAMBA_4_0/source: .

metze at samba.org metze at samba.org
Sat Apr 21 22:07:11 GMT 2007


Author: metze
Date: 2007-04-21 22:07:10 +0000 (Sat, 21 Apr 2007)
New Revision: 22436

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

Log:
allow:

AUTOGEN_SKIP_SWAT=yes ./autogen.sh

metze
Modified:
   branches/SAMBA_4_0/source/autogen.sh


Changeset:
Modified: branches/SAMBA_4_0/source/autogen.sh
===================================================================
--- branches/SAMBA_4_0/source/autogen.sh	2007-04-21 21:52:40 UTC (rev 22435)
+++ branches/SAMBA_4_0/source/autogen.sh	2007-04-21 22:07:10 UTC (rev 22436)
@@ -63,8 +63,10 @@
 
 rm -rf autom4te*.cache
 
-echo "$0: building Web Application Framework (SWAT)"
-make -C ../webapps/swat distclean build || exit 1
+if test x"${AUTOGEN_SKIP_SWAT}" != x"yes"; then
+	echo "$0: building Web Application Framework (SWAT)"
+	make -C ../webapps/swat distclean build || exit 1
+fi
 
 echo "Now run ./configure and then make."
 exit 0



More information about the samba-cvs mailing list