summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2009-01-05 03:57:25 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2009-01-05 03:57:25 +0000
commitf99b0110a8b54524b6701a09b44d2eb149581385 (patch)
treeb3a3a002b112a8c242884dd3662456006016e4a3
parente87a28cd0ae5bff3cfb85a19c73bf94ef52acebe (diff)
downloadcpython-git-f99b0110a8b54524b6701a09b44d2eb149581385.tar.gz
Make sure to checkout any new packages
-rwxr-xr-xMisc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index 8a15b0d65a..2c09fbb481 100755
--- a/Misc/build.sh
+++ b/Misc/build.sh
@@ -266,7 +266,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