summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-14 15:17:48 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:08:56 +0200
commit713284ea26f641839ad71b52bc799f4f248466fd (patch)
tree73a4f5f6a98c4c9e220c4e6e2be7c480d1a33bf3 /TOOLS
parenta7bc7d8e63e15455b350ceb8683ab5d1581f524d (diff)
downloadmpv-713284ea26f641839ad71b52bc799f4f248466fd.tar.bz2
mpv-713284ea26f641839ad71b52bc799f4f248466fd.tar.xz
build: Rename configure.log file to config.log
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31415 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/checktree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh
index fb8524bfe4..4af9ad103e 100755
--- a/TOOLS/checktree.sh
+++ b/TOOLS/checktree.sh
@@ -64,7 +64,7 @@ all_filenames() {
if [ "$_svn" = "no" ]; then
find . -type f \
| grep -v "\.\#\|\~$\|\.depend\|\/\.svn\/\|config.mak\|^\./config\.h" \
- | grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h"
+ | grep -v "^\./version\.h\|\.o$\|\.a$\|config.log\|^\./help_mp.h"
else
for p in . libavcodec libavutil libavformat libpostproc ; do
svn info -R $p 2>/dev/null | sed -n \