svn commit: samba r18184 - in branches/SAMBA_4_0/source/build/smb_build: .

metze at samba.org metze at samba.org
Wed Sep 6 16:33:07 GMT 2006


Author: metze
Date: 2006-09-06 16:33:07 +0000 (Wed, 06 Sep 2006)
New Revision: 18184

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

Log:
make clear that autodepencies are disabled currently

metze
Modified:
   branches/SAMBA_4_0/source/build/smb_build/summary.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/summary.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/summary.pm	2006-09-06 15:28:20 UTC (rev 18183)
+++ branches/SAMBA_4_0/source/build/smb_build/summary.pm	2006-09-06 16:33:07 UTC (rev 18184)
@@ -53,7 +53,7 @@
 	print "Developer mode: ".(enabled($config->{developer})?"yes":"no")."\n";
 	print "Automatic dependencies: ".
 	    (enabled($config->{automatic_dependencies})
-		    ? "yes" : "no (install GNU make >= 3.81)") .
+		    ? "yes" : "no (disabled till make doesn't spin)(install GNU make >= 3.81)") .
 	     "\n";
 	
 	print "Using shared libraries: " .



More information about the samba-cvs mailing list