]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport r68338: Make sure to checkout any new packages
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 5 Jan 2009 04:08:06 +0000 (04:08 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 5 Jan 2009 04:08:06 +0000 (04:08 +0000)
Misc/build.sh

index 423e96de080701d0f243ced0f3290d4525a15829..43b3ce441512281c77fa97266d937daf11543cae 100755 (executable)
@@ -263,7 +263,7 @@ if [ $conflict_count != 0 ]; then
     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