From f99b0110a8b54524b6701a09b44d2eb149581385 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 5 Jan 2009 03:57:25 +0000 Subject: [PATCH] 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 8a15b0d65ae..2c09fbb4817 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