Backport r68338: Make sure to checkout any new packages

This commit is contained in:
Neal Norwitz 2009-01-05 04:08:06 +00:00
parent c95c6f1a04
commit b18f7d3ac1
1 changed files with 1 additions and 1 deletions

View File

@ -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