[Python-checkins] r68338 - python/trunk/Misc/build.sh

neal.norwitz python-checkins at python.org
Mon Jan 5 04:57:25 CET 2009


Author: neal.norwitz
Date: Mon Jan  5 04:57:25 2009
New Revision: 68338

Log:
Make sure to checkout any new packages

Modified:
   python/trunk/Misc/build.sh

Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh	(original)
+++ python/trunk/Misc/build.sh	Mon Jan  5 04:57:25 2009
@@ -266,7 +266,7 @@
     echo "Conflict detected in $CONFLICTED_FILE.  Doc build skipped." > ../build/$F
     err=1
 else
-    make update html >& ../build/$F
+    make checkout update html >& ../build/$F
     err=$?
 fi
 update_status "Making doc" "$F" $start


More information about the Python-checkins mailing list