]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 71335 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Tue, 7 Apr 2009 19:27:36 +0000 (19:27 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 7 Apr 2009 19:27:36 +0000 (19:27 +0000)
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
........

Misc/build.sh

index 43b3ce441512281c77fa97266d937daf11543cae..8c4df02f15b024ff5d0a7e4d4a73fa3639661a80 100755 (executable)
@@ -258,6 +258,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