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

lha at samba.org lha at samba.org
Sat Jun 9 04:13:29 GMT 2007


Author: lha
Date: 2007-06-09 04:13:28 +0000 (Sat, 09 Jun 2007)
New Revision: 731

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

Log:
Clean all svn:ignore files and have them rebuild by the distdir-in-tree.

Modified:
   trunk/heimdal/autogen.sh


Changeset:
Modified: trunk/heimdal/autogen.sh
===================================================================
--- trunk/heimdal/autogen.sh	2007-06-09 03:22:10 UTC (rev 730)
+++ trunk/heimdal/autogen.sh	2007-06-09 04:13:28 UTC (rev 731)
@@ -1,4 +1,9 @@
 #!/bin/sh
+#
+for d in `find . -type d` ; do
+    (cd $d && svn pg svn:ignore . | xargs rm -f)
+done
+#
 # to really generate all files you need to run "make distcheck" in a
 # object tree, but this will do if you have all parts of the required
 # tool-chain installed



More information about the samba-cvs mailing list