Skip to content
Snippets Groups Projects
Commit 69a9c80b authored by Måns Rullgård's avatar Måns Rullgård
Browse files

fate: delete log files ahead of each run

Originally committed as revision 25025 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2b50c4f6
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ version=$(${src}/version.sh ${src}) ...@@ -104,7 +104,7 @@ version=$(${src}/version.sh ${src})
test "$version" = "$(cat version-$slot 2>/dev/null)" && exit 0 test "$version" = "$(cat version-$slot 2>/dev/null)" && exit 0
echo ${version} >version-$slot echo ${version} >version-$slot
rm -rf "${build}" rm -rf "${build}" *.log
mkdir -p ${build} mkdir -p ${build}
configure >configure.log 2>&1 || fail $? "error configuring" configure >configure.log 2>&1 || fail $? "error configuring"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment