svn commit: lorikeet r302 - in trunk/heimdal: .

abartlet at samba.org abartlet at samba.org
Fri May 20 07:44:38 GMT 2005


Author: abartlet
Date: 2005-05-20 07:44:38 +0000 (Fri, 20 May 2005)
New Revision: 302

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

Log:
Don't force files to be considered out of date, as that causes things
to be regenerated every time, and I think that is causing load on the
build farm machines..

Andrew Bartlett

Modified:
   trunk/heimdal/autogen.sh


Changeset:
Modified: trunk/heimdal/autogen.sh
===================================================================
--- trunk/heimdal/autogen.sh	2005-05-19 01:30:02 UTC (rev 301)
+++ trunk/heimdal/autogen.sh	2005-05-20 07:44:38 UTC (rev 302)
@@ -1,3 +1,3 @@
 rm -rf autom4*.cache
-autoreconf -f -i
+autoreconf -i
 rm -rf autom4*.cache



More information about the samba-cvs mailing list