[MPlayer-cvslog] r19083 - trunk/TOOLS/checktree.sh

ivo subversion at mplayerhq.hu
Fri Jul 14 15:34:44 CEST 2006


Author: ivo
Date: Fri Jul 14 15:34:44 2006
New Revision: 19083

Modified:
   trunk/TOOLS/checktree.sh

Log:
also omit configure.log and the generated help_mp.h from files to check



Modified: trunk/TOOLS/checktree.sh
==============================================================================
--- trunk/TOOLS/checktree.sh	(original)
+++ trunk/TOOLS/checktree.sh	Fri Jul 14 15:34:44 2006
@@ -74,7 +74,7 @@
     if [ "$_svn" == "no" ]; then
         find . -type f \
         | grep -v "\.\#\|\~$\|\.depend\|\/\.svn\/\|config.mak\|^\./config\.h" \
-        | grep -v "^\./version\.h\|\.o$\|\.a$"
+        | grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h"
     else
         list_svn .
     fi



More information about the MPlayer-cvslog mailing list