From: Benjamin Peterson Date: Tue, 7 Apr 2009 19:34:08 +0000 (+0000) Subject: Merged revisions 71335 via svnmerge from X-Git-Tag: v3.1b1~351 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e66fe3021503e214026cb70fae2decb6dd69234b;p=thirdparty%2FPython%2Fcpython.git Merged revisions 71335 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71335 | benjamin.peterson | 2009-04-06 17:53:29 -0500 (Mon, 06 Apr 2009) | 1 line see if this helps the doc builds ........ --- diff --git a/Misc/build.sh b/Misc/build.sh index 0c058e3dd94e..bf3c8834d43d 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -259,6 +259,7 @@ start=`current_time` # which will definitely fail with a conflict. #CONFLICTED_FILE=commontex/boilerplate.tex #conflict_count=`grep -c "<<<" $CONFLICTED_FILE` +make clean conflict_count=0 if [ $conflict_count != 0 ]; then echo "Conflict detected in $CONFLICTED_FILE. Doc build skipped." > ../build/$F