[Python-checkins] r71335 - python/trunk/Misc/build.sh
benjamin.peterson
python-checkins at python.org
Tue Apr 7 00:53:29 CEST 2009
Author: benjamin.peterson
Date: Tue Apr 7 00:53:29 2009
New Revision: 71335
Log:
see if this helps the doc builds
Modified:
python/trunk/Misc/build.sh
Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh (original)
+++ python/trunk/Misc/build.sh Tue Apr 7 00:53:29 2009
@@ -257,6 +257,7 @@
# 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
More information about the Python-checkins
mailing list