From: Neal Norwitz Date: Mon, 5 Jan 2009 03:57:25 +0000 (+0000) Subject: Make sure to checkout any new packages X-Git-Tag: v2.7a1~2373 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f99b0110a8b54524b6701a09b44d2eb149581385;p=python Make sure to checkout any new packages --- 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