From: Neal Norwitz Date: Mon, 5 Jan 2009 04:08:06 +0000 (+0000) Subject: Backport r68338: Make sure to checkout any new packages X-Git-Tag: v2.6.2c1~282 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b18f7d3ac16027601dbaa443ecfecfa45d8aee67;p=thirdparty%2FPython%2Fcpython.git Backport r68338: Make sure to checkout any new packages --- diff --git a/Misc/build.sh b/Misc/build.sh index 423e96de0807..43b3ce441512 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -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