svn commit: samba r22955 - in branches/SAMBA_3_0/source: .

jpeach at samba.org jpeach at samba.org
Wed May 16 22:34:59 GMT 2007


Author: jpeach
Date: 2007-05-16 22:34:58 +0000 (Wed, 16 May 2007)
New Revision: 22955

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

Log:
Disable dependency tracking by default.

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2007-05-16 20:56:39 UTC (rev 22954)
+++ branches/SAMBA_3_0/source/configure.in	2007-05-16 22:34:58 UTC (rev 22955)
@@ -624,6 +624,12 @@
 AM_DEP_TRACK()
 _AM_DEPENDENCIES(CC)
 
+# As per vl, disable dependency tracking by default until we don't need
+# to use "make proto' -- jpeach
+if test "x$enable_dependency_tracking" != xyes; then
+    ifGNUmake='#'
+fi
+
 ############################################
 # Figure out the flags to support named structure initializers
 



More information about the samba-cvs mailing list