comparison TOOLS/checktree.sh @ 31349:92d75e703bc0

Rename configure.log file to the more standard name config.log.
author diego
date Mon, 14 Jun 2010 15:17:48 +0000
parents abd0a4e9daa0
children
comparison
equal deleted inserted replaced
31348:8df8a7c20f46 31349:92d75e703bc0
62 test "$_files" != "" && echo "$_files" && return 62 test "$_files" != "" && echo "$_files" && return
63 63
64 if [ "$_svn" = "no" ]; then 64 if [ "$_svn" = "no" ]; then
65 find . -type f \ 65 find . -type f \
66 | grep -v "\.\#\|\~$\|\.depend\|\/\.svn\/\|config.mak\|^\./config\.h" \ 66 | grep -v "\.\#\|\~$\|\.depend\|\/\.svn\/\|config.mak\|^\./config\.h" \
67 | grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h" 67 | grep -v "^\./version\.h\|\.o$\|\.a$\|config.log\|^\./help_mp.h"
68 else 68 else
69 for p in . libavcodec libavutil libavformat libpostproc ; do 69 for p in . libavcodec libavutil libavformat libpostproc ; do
70 svn info -R $p 2>/dev/null | sed -n \ 70 svn info -R $p 2>/dev/null | sed -n \
71 '/Path:/bb; :a; d; b; :b; s/Path: /.\//; h; :c; n; 71 '/Path:/bb; :a; d; b; :b; s/Path: /.\//; h; :c; n;
72 /Node Kind:/bd; bc; :d; /directory/ba; g; p;' 72 /Node Kind:/bd; bc; :d; /directory/ba; g; p;'