summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2009-01-05 03:57:25 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2009-01-05 03:57:25 (GMT)
commitf99b0110a8b54524b6701a09b44d2eb149581385 (patch)
treeb3a3a002b112a8c242884dd3662456006016e4a3 /Misc
parente87a28cd0ae5bff3cfb85a19c73bf94ef52acebe (diff)
downloadcpython-f99b0110a8b54524b6701a09b44d2eb149581385.zip
cpython-f99b0110a8b54524b6701a09b44d2eb149581385.tar.gz
cpython-f99b0110a8b54524b6701a09b44d2eb149581385.tar.bz2
Make sure to checkout any new packages
Diffstat (limited to 'Misc')
-rwxr-xr-xMisc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index 8a15b0d..2c09fbb 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