Author: lha Date: 2007-06-09 04:34:33 +0000 (Sat, 09 Jun 2007) New Revision: 734
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=734 Log: update Modified: trunk/heimdal/heimdal-lorikeet.diff Changeset: Modified: trunk/heimdal/heimdal-lorikeet.diff =================================================================== --- trunk/heimdal/heimdal-lorikeet.diff 2007-06-09 04:30:49 UTC (rev 733) +++ trunk/heimdal/heimdal-lorikeet.diff 2007-06-09 04:34:33 UTC (rev 734) @@ -1,6 +1,13 @@ --- clean-21018/autogen.sh 2007-04-14 04:08:13.000000000 -0400 +++ autogen.sh 2007-06-08 22:46:32.000000000 -0400 -@@ -3,3 +3,11 @@ +@@ -1,5 +1,18 @@ + #!/bin/sh ++# ++for d in `find . -type d \\( -name .svn -prune -or -print \\)` ; 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 autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
