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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f99b0110a8b54524b6701a09b44d2eb149581385;p=thirdparty%2FPython%2Fcpython.git Make sure to checkout any new packages --- diff --git a/Misc/build.sh b/Misc/build.sh index 8a15b0d65ae6..2c09fbb4817e 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