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

abartlet at samba.org abartlet at samba.org
Mon Jul 16 01:48:08 GMT 2007


Author: abartlet
Date: 2007-07-16 01:48:07 +0000 (Mon, 16 Jul 2007)
New Revision: 23881

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

Log:
A quick fix from davecb at spamcop.net to be more portable to non-GNU
make in autogen.sh.

Andrew Bartlett

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-07-15 10:46:34 UTC (rev 23880)
+++ branches/SAMBA_4_0/source/autogen.sh	2007-07-16 01:48:07 UTC (rev 23881)
@@ -65,7 +65,7 @@
 
 if test x"${AUTOGEN_SKIP_SWAT}" != x"yes"; then
 	echo "$0: building Web Application Framework (SWAT)"
-	make -C ../webapps/swat distclean build || exit 1
+	(cd ../webapps/swat; make distclean build || exit 1)
 fi
 
 echo "Now run ./configure and then make."



More information about the samba-cvs mailing list