From b18f7d3ac16027601dbaa443ecfecfa45d8aee67 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 5 Jan 2009 04:08:06 +0000 Subject: Backport r68338: Make sure to checkout any new packages --- Misc/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/build.sh b/Misc/build.sh index 423e96d..43b3ce4 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 -- cgit v0.12